Showing:

Annotations
Attributes
Diagrams
Facets
Instances
Model
Properties
Source
Used by

Table of Contents

Group by:
Main schema orlando_writing.xsd
Namespace No namespace
Properties
attribute form default unqualified
element form default qualified
[ top ]
Element WRITING
Namespace No namespace
Annotations
Writing is the large, all-encompassing element in all writing
documents.
Diagram
Diagram index.tmp#WRITING_PERSON index.tmp#WRITING_SEX index.tmp#ORLANDOHEADER index.tmp#DIV0
Properties
content complex
Model
Children DIV0, ORLANDOHEADER
Instance
<WRITING PERSON="" SEX="">
  <ORLANDOHEADER TYPE="text">{1,1}</ORLANDOHEADER>
  <DIV0>{1,1}</DIV0>
</WRITING>
Attributes
QName Type Use Annotation
PERSON restriction of xs:token required
Person is an attribute applied to the Writing document as a
whole, and specifies information about the type of person who is the subject of the document; for example, if they are known primarily as a writer,
or a historical figure.
SEX union of(xs:string, restriction of xs:token, restriction of xs:token, restriction of xs:token, restriction of xs:token, restriction of xs:token, restriction of xs:token) required
Sex is an attribute applied to the Writing
document as a whole, and specifies whether the individual who is the subject of the document is female, male, transgendered,
transgendered male-to-female, transgendered female-to-male, or undefined.
Source
<xs:element name="WRITING">
  <xs:annotation>
    <xs:documentation>Writing is the large, all-encompassing element in all writing documents.</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:sequence>
      <xs:element ref="ORLANDOHEADER"/>
      <xs:element ref="DIV0"/>
    </xs:sequence>
    <xs:attribute name="PERSON" use="required">
      <xs:annotation>
        <xs:documentation>Person is an attribute applied to the Writing document as a whole, and specifies information about the type of person who is the subject of the document; for example, if they are known primarily as a writer, or a historical figure.</xs:documentation>
      </xs:annotation>
      <xs:simpleType>
        <xs:restriction base="xs:token">
          <xs:enumeration value="HISTORICALFIGURE"/>
          <xs:enumeration value="WRITER"/>
          <xs:enumeration value="BRWWRITER"/>
          <xs:enumeration value="IBRWRITER"/>
        </xs:restriction>
      </xs:simpleType>
    </xs:attribute>
    <xs:attribute name="SEX" use="required">
      <xs:annotation>
        <xs:documentation>Sex is an attribute applied to the Writing document as a whole, and specifies whether the individual who is the subject of the document is female, male, transgendered, transgendered male-to-female, transgendered female-to-male, or undefined.</xs:documentation>
      </xs:annotation>
      <xs:simpleType>
        <xs:union memberTypes="xs:string">
          <xs:simpleType>
            <xs:restriction base="xs:token">
              <xs:enumeration value="FEMALE"/>
            </xs:restriction>
          </xs:simpleType>
          <xs:simpleType>
            <xs:restriction base="xs:token">
              <xs:enumeration value="MALE"/>
            </xs:restriction>
          </xs:simpleType>
          <xs:simpleType>
            <xs:restriction base="xs:token">
              <xs:enumeration value="TRANSGENDERED"/>
            </xs:restriction>
          </xs:simpleType>
          <xs:simpleType>
            <xs:restriction base="xs:token">
              <xs:enumeration value="TRANSGENDERED FEMALE-TO-MALE"/>
            </xs:restriction>
          </xs:simpleType>
          <xs:simpleType>
            <xs:restriction base="xs:token">
              <xs:enumeration value="TRANSGENDERED MALE-TO-FEMALE"/>
            </xs:restriction>
          </xs:simpleType>
          <xs:simpleType>
            <xs:restriction base="xs:token">
              <xs:enumeration value="UNDEFINED"/>
            </xs:restriction>
          </xs:simpleType>
        </xs:union>
      </xs:simpleType>
    </xs:attribute>
  </xs:complexType>
</xs:element>
[ top ]
Element ORLANDOHEADER
Namespace No namespace
Annotations
Equivalent to TEI's TEIHeader, OrlandoHeader supplies the
descriptive and declarative information making up an electronic title page prefixed to every TEI-conformant text.
Diagram
Diagram index.tmp#ORLANDOHEADER_TYPE index.tmp#FILEDESC index.tmp#REVISIONDESC
Properties
content complex
Used by
Element WRITING
Model
Children FILEDESC, REVISIONDESC
Instance
<ORLANDOHEADER TYPE="text">
  <FILEDESC>{1,1}</FILEDESC>
  <REVISIONDESC>{1,1}</REVISIONDESC>
</ORLANDOHEADER>
Attributes
QName Type Default Use Annotation
TYPE union of(xs:NCName, restriction of xs:token, restriction of xs:token) text optional
Type specifies the kind of document to which the
header is attached, for example whether it is a corpus or individual text. Sample values include: 1] text; 2]
corpus.
Source
<xs:element name="ORLANDOHEADER">
  <xs:annotation>
    <xs:documentation>Equivalent to TEI's TEIHeader, OrlandoHeader supplies the descriptive and declarative information making up an electronic title page prefixed to every TEI-conformant text.</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:sequence>
      <xs:element ref="FILEDESC"/>
      <xs:element ref="REVISIONDESC"/>
    </xs:sequence>
    <xs:attribute name="TYPE" default="text">
      <xs:annotation>
        <xs:documentation>Type specifies the kind of document to which the header is attached, for example whether it is a corpus or individual text. Sample values include: 1] text; 2] corpus.</xs:documentation>
      </xs:annotation>
      <xs:simpleType>
        <xs:union memberTypes="xs:NCName">
          <xs:simpleType>
            <xs:restriction base="xs:token">
              <xs:enumeration value="text"/>
            </xs:restriction>
          </xs:simpleType>
          <xs:simpleType>
            <xs:restriction base="xs:token">
              <xs:enumeration value="corpus"/>
            </xs:restriction>
          </xs:simpleType>
        </xs:union>
      </xs:simpleType>
    </xs:attribute>
  </xs:complexType>
</xs:element>
[ top ]
Element FILEDESC
Namespace No namespace
Annotations
fileDesc contains a full bibliographic description of an
electronic file.
Diagram
Diagram index.tmp#TITLESTMT index.tmp#PUBLICATIONSTMT index.tmp#SOURCEDESC
Properties
content complex
Used by
Element ORLANDOHEADER
Model
Children PUBLICATIONSTMT, SOURCEDESC, TITLESTMT
Instance
<FILEDESC>
  <TITLESTMT>{1,1}</TITLESTMT>
  <PUBLICATIONSTMT>{1,1}</PUBLICATIONSTMT>
  <SOURCEDESC>{1,1}</SOURCEDESC>
</FILEDESC>
Source
<xs:element name="FILEDESC">
  <xs:annotation>
    <xs:documentation>fileDesc contains a full bibliographic description of an electronic file.</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:sequence>
      <xs:element ref="TITLESTMT"/>
      <xs:element ref="PUBLICATIONSTMT"/>
      <xs:element ref="SOURCEDESC"/>
    </xs:sequence>
  </xs:complexType>
</xs:element>
[ top ]
Element TITLESTMT
Namespace No namespace
Annotations
titleStmt groups information about the title of a
work and those responsible for its intellectual content.
Diagram
Diagram index.tmp#DOCTITLE
Properties
content complex
Used by
Element FILEDESC
Model
Children DOCTITLE
Instance
<TITLESTMT>
  <DOCTITLE>{1,1}</DOCTITLE>
</TITLESTMT>
Source
<xs:element name="TITLESTMT">
  <xs:annotation>
    <xs:documentation>titleStmt groups information about the title of a work and those responsible for its intellectual content.</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:sequence>
      <xs:element ref="DOCTITLE"/>
    </xs:sequence>
  </xs:complexType>
</xs:element>
[ top ]
Element DOCTITLE
Namespace No namespace
Annotations
docTitle is an element in the OrlandoHeader that contains the title of
the document at hand for cataloguing purposes. This title will be in the template for most of the documents created on the Orlando Project, but will
need to be filled in for certain documents, such as events documents and documents created without a template.
Diagram
Diagram
Type xs:string
Properties
content simple
Used by
Element TITLESTMT
Source
<xs:element name="DOCTITLE" type="xs:string">
  <xs:annotation>
    <xs:documentation>docTitle is an element in the OrlandoHeader that contains the title of the document at hand for cataloguing purposes. This title will be in the template for most of the documents created on the Orlando Project, but will need to be filled in for certain documents, such as events documents and documents created without a template.</xs:documentation>
  </xs:annotation>
</xs:element>
[ top ]
Element PUBLICATIONSTMT
Namespace No namespace
Annotations
publicationStmt groups information concerning the
publication or distribution of an electronic or other text.
Diagram
Diagram index.tmp#AUTHORITY
Properties
content complex
Used by
Element FILEDESC
Model
Children AUTHORITY
Instance
<PUBLICATIONSTMT>
  <AUTHORITY>{1,1}</AUTHORITY>
</PUBLICATIONSTMT>
Source
<xs:element name="PUBLICATIONSTMT">
  <xs:annotation>
    <xs:documentation>publicationStmt groups information concerning the publication or distribution of an electronic or other text.</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:sequence>
      <xs:element ref="AUTHORITY"/>
    </xs:sequence>
  </xs:complexType>
</xs:element>
[ top ]
Element AUTHORITY
Namespace No namespace
Annotations
The authority element contains the name of the
person or organization responsible for the construction of an XML file.
Diagram
Diagram
Type xs:string
Properties
content simple
Used by
Element PUBLICATIONSTMT
Source
<xs:element name="AUTHORITY" type="xs:string">
  <xs:annotation>
    <xs:documentation>The authority element contains the name of the person or organization responsible for the construction of an XML file.</xs:documentation>
  </xs:annotation>
</xs:element>
[ top ]
Element SOURCEDESC
Namespace No namespace
Annotations
sourceDesc describes the source from which an
electronic text was derived or generated, typically a bibliographic description in the case of a digitized text, or a phrase
such as "born digital" for a text which has no previous existence.
Diagram
Diagram
Type xs:string
Properties
content simple
Used by
Element FILEDESC
Source
<xs:element name="SOURCEDESC" type="xs:string">
  <xs:annotation>
    <xs:documentation>sourceDesc describes the source from which an electronic text was derived or generated, typically a bibliographic description in the case of a digitized text, or a phrase such as "born digital" for a text which has no previous existence.</xs:documentation>
  </xs:annotation>
</xs:element>
[ top ]
Element REVISIONDESC
Namespace No namespace
Annotations
revisionDesc (or revision description) summarizes the
revision history for a file.
Diagram
Diagram index.tmp#RESPONSIBILITY
Properties
content complex
Used by
Element ORLANDOHEADER
Model
Children RESPONSIBILITY
Instance
<REVISIONDESC>
  <RESPONSIBILITY RESP="" WORKSTATUS="" WORKVALUE="">{1,unbounded}</RESPONSIBILITY>
</REVISIONDESC>
Source
<xs:element name="REVISIONDESC">
  <xs:annotation>
    <xs:documentation>revisionDesc (or revision description) summarizes the revision history for a file.</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:sequence>
      <xs:element maxOccurs="unbounded" ref="RESPONSIBILITY"/>
    </xs:sequence>
  </xs:complexType>
</xs:element>
[ top ]
Element RESPONSIBILITY
Namespace No namespace
Annotations
The responsibility element records a particular
workflow activity in the workflow chain.
Diagram
Diagram index.tmp#RESP-attribute index.tmp#RESPONSIBILITY_WORKSTATUS index.tmp#RESPONSIBILITY_WORKVALUE index.tmp#DATE index.tmp#ITEM
Properties
content complex
Used by
Element REVISIONDESC
Model
Children DATE, ITEM
Instance
<RESPONSIBILITY RESP="" WORKSTATUS="" WORKVALUE="">
  <DATE CALENDAR="NEWSTYLE" CERTAINTY="CERT" ID="" VALUE="">{1,1}</DATE>
  <ITEM>{0,unbounded}</ITEM>
</RESPONSIBILITY>
Attributes
QName Type Use Annotation
RESP restriction of xs:token required
Resp (or responsibility) contains a three-letter initialism
of an individual who contributed to the production or distribution of a document.
WORKSTATUS restriction of xs:token required
Describes the work status of a
document.
WORKVALUE restriction of xs:token required
Records the completion information of a
particular work status phase of a document.
Source
<xs:element name="RESPONSIBILITY">
  <xs:annotation>
    <xs:documentation>The responsibility element records a particular workflow activity in the workflow chain.</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:sequence>
      <xs:element ref="DATE"/>
      <xs:element minOccurs="0" maxOccurs="unbounded" ref="ITEM"/>
    </xs:sequence>
    <xs:attributeGroup ref="RESP-attribute"/>
    <xs:attribute name="WORKSTATUS" use="required">
      <xs:annotation>
        <xs:documentation>Describes the work status of a document.</xs:documentation>
      </xs:annotation>
      <xs:simpleType>
        <xs:restriction base="xs:token">
          <xs:enumeration value="SUB">
            <xs:annotation>
              <xs:documentation>Submitted (SUB)</xs:documentation>
            </xs:annotation>
          </xs:enumeration>
          <xs:enumeration value="RWT">
            <xs:annotation>
              <xs:documentation>Researched / Written / Tagged (RWT)</xs:documentation>
            </xs:annotation>
          </xs:enumeration>
          <xs:enumeration value="CAS">
            <xs:annotation>
              <xs:documentation>Checked Against Sources (CAS)</xs:documentation>
            </xs:annotation>
          </xs:enumeration>
          <xs:enumeration value="RBV">
            <xs:annotation>
              <xs:documentation>Reviewed by Volume Author (RVB)</xs:documentation>
            </xs:annotation>
          </xs:enumeration>
          <xs:enumeration value="CFT">
            <xs:annotation>
              <xs:documentation>Checked for Tagging (CFT)</xs:documentation>
            </xs:annotation>
          </xs:enumeration>
          <xs:enumeration value="CFB">
            <xs:annotation>
              <xs:documentation>Checked for Bibliographic Practices (CFB)</xs:documentation>
            </xs:annotation>
          </xs:enumeration>
          <xs:enumeration value="CFC"/>
          <xs:enumeration value="REV">
            <xs:annotation>
              <xs:documentation>Revised (REV)</xs:documentation>
            </xs:annotation>
          </xs:enumeration>
          <xs:enumeration value="OLD"/>
          <xs:enumeration value="PUB">
            <xs:annotation>
              <xs:documentation>Published (PUB)</xs:documentation>
            </xs:annotation>
          </xs:enumeration>
          <xs:enumeration value="ENH">
            <xs:annotation>
              <xs:documentation>Enhanced (ENH)</xs:documentation>
            </xs:annotation>
          </xs:enumeration>
        </xs:restriction>
      </xs:simpleType>
    </xs:attribute>
    <xs:attribute name="WORKVALUE" use="required">
      <xs:annotation>
        <xs:documentation>Records the completion information of a particular work status phase of a document.</xs:documentation>
      </xs:annotation>
      <xs:simpleType>
        <xs:restriction base="xs:token">
          <xs:enumeration value="I">
            <xs:annotation>
              <xs:documentation>Incomplete</xs:documentation>
            </xs:annotation>
          </xs:enumeration>
          <xs:enumeration value="P">
            <xs:annotation>
              <xs:documentation>Pending</xs:documentation>
            </xs:annotation>
          </xs:enumeration>
          <xs:enumeration value="C">
            <xs:annotation>
              <xs:documentation>Complete</xs:documentation>
            </xs:annotation>
          </xs:enumeration>
          <xs:enumeration value="O"/>
        </xs:restriction>
      </xs:simpleType>
    </xs:attribute>
  </xs:complexType>
</xs:element>
[ top ]
Element DATE
Namespace No namespace
Annotations
Date is one of three elements, along with dateRange and
dateStruct, used to systematize the capture of dates across project documents. Date is used to tag all singular dates (not ranges) for
which all components (day, month, year) have a common degree of certainty.  Accurate and systematic tagging of dates on the project is
a high priority both for the role that dates play in sorting and properly displaying chronology events, but also for facilitating the
search and retrieval of non-chronology material across project documents.
Diagram
Diagram index.tmp#DATE_CALENDAR index.tmp#DATE_CERTAINTY index.tmp#DATE_ID index.tmp#DATE_VALUE index.tmp#RESEARCHNOTE index.tmp#SIC index.tmp#SOCALLED index.tmp#TIME
Properties
content complex
mixed true
Used by
Model
Children RESEARCHNOTE, SIC, SOCALLED, TIME
Instance
<DATE CALENDAR="NEWSTYLE" CERTAINTY="CERT" ID="" VALUE="">
  <RESEARCHNOTE>{1,1}</RESEARCHNOTE>
  <SIC CORR="">{1,1}</SIC>
  <SOCALLED>{1,1}</SOCALLED>
  <TIME>{1,1}</TIME>
</DATE>
Attributes
QName Type Default Use Annotation
CALENDAR restriction of xs:token NEWSTYLE optional
An attribute of date, dateRange, and dateStruct,
calendar is used to indicate when a given date took place.
CERTAINTY restriction of xs:token CERT optional
Certainty is an attribute of date, dateRange, and
dateStruct and is used to indicate the nature of certainty that you have about a given date.
ID xs:NCName optional
VALUE union of(xs:date, restriction of xs:string, restriction of xs:string) optional
Value is used to record a formatted date-related
value.
Source
<xs:element name="DATE">
  <xs:annotation>
    <xs:documentation>Date is one of three elements, along with dateRange and dateStruct, used to systematize the capture of dates across project documents. Date is used to tag all singular dates (not ranges) for which all components (day, month, year) have a common degree of certainty. Accurate and systematic tagging of dates on the project is a high priority both for the role that dates play in sorting and properly displaying chronology events, but also for facilitating the search and retrieval of non-chronology material across project documents.</xs:documentation>
  </xs:annotation>
  <xs:complexType mixed="true">
    <xs:choice minOccurs="0" maxOccurs="unbounded">
      <xs:element ref="RESEARCHNOTE"/>
      <xs:element ref="SIC"/>
      <xs:element ref="SOCALLED"/>
      <xs:element ref="TIME"/>
    </xs:choice>
    <xs:attribute name="CALENDAR" default="NEWSTYLE">
      <xs:annotation>
        <xs:documentation>An attribute of date, dateRange, and dateStruct, calendar is used to indicate when a given date took place.</xs:documentation>
      </xs:annotation>
      <xs:simpleType>
        <xs:restriction base="xs:token">
          <xs:enumeration value="NEWSTYLE"/>
          <xs:enumeration value="BC"/>
        </xs:restriction>
      </xs:simpleType>
    </xs:attribute>
    <xs:attribute name="CERTAINTY" default="CERT">
      <xs:annotation>
        <xs:documentation>Certainty is an attribute of date, dateRange, and dateStruct and is used to indicate the nature of certainty that you have about a given date.</xs:documentation>
      </xs:annotation>
      <xs:simpleType>
        <xs:restriction base="xs:token">
          <xs:enumeration value="CERT">
            <xs:annotation>
              <xs:documentation>Certain</xs:documentation>
            </xs:annotation>
          </xs:enumeration>
          <xs:enumeration value="C">
            <xs:annotation>
              <xs:documentation>Circa</xs:documentation>
            </xs:annotation>
          </xs:enumeration>
          <xs:enumeration value="BY">
            <xs:annotation>
              <xs:documentation>By this date</xs:documentation>
            </xs:annotation>
          </xs:enumeration>
          <xs:enumeration value="AFTER">
            <xs:annotation>
              <xs:documentation>After this date</xs:documentation>
            </xs:annotation>
          </xs:enumeration>
          <xs:enumeration value="UNKNOWN">
            <xs:annotation>
              <xs:documentation>Unknown date</xs:documentation>
            </xs:annotation>
          </xs:enumeration>
          <xs:enumeration value="ROUGHLYDATED">
            <xs:annotation>
              <xs:documentation>Rough certainty</xs:documentation>
            </xs:annotation>
          </xs:enumeration>
        </xs:restriction>
      </xs:simpleType>
    </xs:attribute>
    <xs:attribute name="ID" type="xs:NCName"/>
    <xs:attribute name="VALUE">
      <xs:annotation>
        <xs:documentation>Value is used to record a formatted date-related value.</xs:documentation>
      </xs:annotation>
      <xs:simpleType>
        <xs:union memberTypes="xs:date">
          <xs:simpleType>
            <xs:restriction base="xs:string">
              <xs:pattern value="(\d{4})((\-(0[1-9]|1[0-2])\-))"/>
            </xs:restriction>
          </xs:simpleType>
          <xs:simpleType>
            <xs:restriction base="xs:string">
              <xs:pattern value="(\d{4})(\-{2})"/>
            </xs:restriction>
          </xs:simpleType>
        </xs:union>
      </xs:simpleType>
    </xs:attribute>
  </xs:complexType>
</xs:element>
[ top ]
Element RESEARCHNOTE
Namespace No namespace
Annotations
ResearchNote is available everywhere, and it allows us to
comment among ourselves on the work at hand; not to be confused with scholarNotes that will be readable by end users, the contents of
this element will be seen only by project members.
Diagram
Diagram index.tmp#BIBCITS index.tmp#EMPH index.tmp#NAME index.tmp#ORGNAME index.tmp#PAUTHORSHIP index.tmp#PINFLUENCESHER index.tmp#QUOTE index.tmp#RESEARCHNOTE index.tmp#SCHOLARNOTE index.tmp#SOCALLED index.tmp#TCHARACTERIZATION index.tmp#TITLE index.tmp#XREF
Properties
content complex
mixed true
Used by
Model
Children BIBCITS, EMPH, NAME, ORGNAME, PAUTHORSHIP, PINFLUENCESHER, QUOTE, RESEARCHNOTE, SCHOLARNOTE, SOCALLED, TCHARACTERIZATION, TITLE, XREF
Instance
<RESEARCHNOTE>
  <BIBCITS ID="">{1,1}</BIBCITS>
  <EMPH>{1,1}</EMPH>
  <NAME REF="" STANDARD="">{1,1}</NAME>
  <ORGNAME ORGTYPE="" REF="" REG="" STANDARD="">{1,1}</ORGNAME>
  <PAUTHORSHIP AUTHORNAMETYPE="" AUTHORSHIPCONTROVERSY="" COLLABORATION="" CONTROVERSYDATE="">{1,1}</PAUTHORSHIP>
  <PINFLUENCESHER INFLUENCETYPE="">{1,1}</PINFLUENCESHER>
  <QUOTE DIRECT="Y" ID="">{1,1}</QUOTE>
  <RESEARCHNOTE>{1,1}</RESEARCHNOTE>
  <SCHOLARNOTE>{1,1}</SCHOLARNOTE>
  <SOCALLED>{1,1}</SOCALLED>
  <TCHARACTERIZATION>{1,1}</TCHARACTERIZATION>
  <TITLE REF="" REG="" REND="" STANDARD="" TITLETYPE="">{1,1}</TITLE>
  <XREF RESP="" URL="">{1,1}</XREF>
</RESEARCHNOTE>
Source
<xs:element name="RESEARCHNOTE">
  <xs:annotation>
    <xs:documentation>ResearchNote is available everywhere, and it allows us to comment among ourselves on the work at hand; not to be confused with scholarNotes that will be readable by end users, the contents of this element will be seen only by project members.</xs:documentation>
  </xs:annotation>
  <xs:complexType mixed="true">
    <xs:choice minOccurs="0" maxOccurs="unbounded">
      <xs:element ref="BIBCITS"/>
      <xs:element ref="EMPH"/>
      <xs:element ref="NAME"/>
      <xs:element ref="ORGNAME"/>
      <xs:element ref="PAUTHORSHIP"/>
      <xs:element ref="PINFLUENCESHER"/>
      <xs:element ref="QUOTE"/>
      <xs:element ref="RESEARCHNOTE"/>
      <xs:element ref="SCHOLARNOTE"/>
      <xs:element ref="SOCALLED"/>
      <xs:element ref="TCHARACTERIZATION"/>
      <xs:element ref="TITLE"/>
      <xs:element ref="XREF"/>
    </xs:choice>
  </xs:complexType>
</xs:element>
[ top ]
Element BIBCITS
Namespace No namespace
Diagram
Diagram index.tmp#BIBCITS_ID index.tmp#RESEARCHNOTE index.tmp#BIBCIT
Properties
content complex
Used by
Model
Children BIBCIT, RESEARCHNOTE
Instance
<BIBCITS ID="">
  <RESEARCHNOTE>{1,1}</RESEARCHNOTE>
  <BIBCIT DBREF="" ID="" PLACEHOLDER="" QTDIN="" REF="">{1,1}</BIBCIT>
</BIBCITS>
Attributes
QName Type Use
ID xs:NCName optional
Source
<xs:element name="BIBCITS">
  <xs:complexType>
    <xs:choice maxOccurs="unbounded">
      <xs:element ref="RESEARCHNOTE"/>
      <xs:element ref="BIBCIT"/>
    </xs:choice>
    <xs:attribute name="ID" type="xs:NCName"/>
  </xs:complexType>
</xs:element>
[ top ]
Element BIBCIT
Namespace No namespace
Annotations
The element named bibCit is designed to capture
bibliographical information in much the same way as an MLA parenthetical citation and should always reside within a bibCits
container tag.
Diagram
Diagram index.tmp#BIBCIT_DBREF index.tmp#BIBCIT_ID index.tmp#BIBCIT_PLACEHOLDER index.tmp#BIBCIT_QTDIN index.tmp#BIBCIT_REF index.tmp#RESEARCHNOTE index.tmp#SCHOLARNOTE
Properties
content complex
mixed true
Used by
Element BIBCITS
Model
Children RESEARCHNOTE, SCHOLARNOTE
Instance
<BIBCIT DBREF="" ID="" PLACEHOLDER="" QTDIN="" REF="">
  <RESEARCHNOTE>{1,1}</RESEARCHNOTE>
  <SCHOLARNOTE>{1,1}</SCHOLARNOTE>
</BIBCIT>
Attributes
QName Type Use
DBREF optional
ID xs:NCName optional
PLACEHOLDER optional
QTDIN restriction of xs:token optional
REF xs:anyURI optional
Source
<xs:element name="BIBCIT">
  <xs:annotation>
    <xs:documentation>The element named bibCit is designed to capture bibliographical information in much the same way as an MLA parenthetical citation and should always reside within a bibCits container tag.</xs:documentation>
  </xs:annotation>
  <xs:complexType mixed="true">
    <xs:choice minOccurs="0" maxOccurs="unbounded">
      <xs:element ref="RESEARCHNOTE"/>
      <xs:element ref="SCHOLARNOTE"/>
    </xs:choice>
    <xs:attribute name="DBREF"/>
    <xs:attribute name="ID" type="xs:NCName"/>
    <xs:attribute name="PLACEHOLDER"/>
    <xs:attribute name="QTDIN">
      <xs:simpleType>
        <xs:restriction base="xs:token">
          <xs:enumeration value="QTDINYES"/>
        </xs:restriction>
      </xs:simpleType>
    </xs:attribute>
    <xs:attribute name="REF" type="xs:anyURI"/>
  </xs:complexType>
</xs:element>
[ top ]
Element SCHOLARNOTE
Namespace No namespace
Diagram
Diagram index.tmp#P index.tmp#RESEARCHNOTE
Properties
content complex
Used by
Model
Children P, RESEARCHNOTE
Instance
<SCHOLARNOTE>
  <P>{1,unbounded}</P>
  <RESEARCHNOTE>{0,1}</RESEARCHNOTE>
</SCHOLARNOTE>
Source
<xs:element name="SCHOLARNOTE">
  <xs:complexType>
    <xs:sequence>
      <xs:element maxOccurs="unbounded" ref="P"/>
      <xs:element minOccurs="0" ref="RESEARCHNOTE"/>
    </xs:sequence>
  </xs:complexType>
</xs:element>
[ top ]
Element P
Namespace No namespace
Annotations
p marks paragraphs in prose.
Diagram
Diagram index.tmp#BIBCITS index.tmp#DATE index.tmp#DATERANGE index.tmp#DATESTRUCT index.tmp#EMPH index.tmp#EXTENTOFOEUVRE index.tmp#FOREIGN index.tmp#GENERICRANGE index.tmp#JOB index.tmp#KEYWORDCLASS index.tmp#L index.tmp#NAME index.tmp#ORGNAME index.tmp#PADVERTISING index.tmp#PANTHOLOGIZATION index.tmp#PARCHIVALLOCATION index.tmp#PATTITUDES index.tmp#PAUTHORSHIP index.tmp#PCIRCULATION index.tmp#PCONTRACT index.tmp#PCOPYRIGHT index.tmp#PDEDICATION index.tmp#PEARNINGS index.tmp#PEDITIONS index.tmp#PFIRSTLITERARYACTIVITY index.tmp#PINFLUENCESHER index.tmp#PLACE index.tmp#PLASTLITERARYACTIVITY index.tmp#PLITERARYSCHOOLS index.tmp#PMANUSCRIPTHISTORY index.tmp#PMATERIALCONDITIONS index.tmp#PMODEOFPUBLICATION index.tmp#PMOTIVES index.tmp#PNONBOOKMEDIA index.tmp#PNONSURVIVAL index.tmp#PPERFORMANCE index.tmp#PPERIODICALPUBLICATION index.tmp#PPLACEOFPUBLICATION index.tmp#PPRESSRUN index.tmp#PPRICE index.tmp#PRARITIESFEATURESDECORATIONS index.tmp#PRELATIONSWITHPUBLISHER index.tmp#PSERIALIZATION index.tmp#PSUBMISSIONSREJECTIONS index.tmp#PTYPEOFPRESS index.tmp#QUOTE index.tmp#RBESTKNOWNWORK index.tmp#RDESTRUCTIONOFWORK index.tmp#RESEARCHNOTE index.tmp#RFICTIONALIZATION index.tmp#RLANDMARKTEXT index.tmp#RPENALTIES index.tmp#RRECOGNITIONNAME index.tmp#RRECOGNITIONS index.tmp#RRECOGNITIONVALUE index.tmp#RRESPONSES index.tmp#RS index.tmp#RSELFDESCRIPTION index.tmp#RSHEINFLUENCED index.tmp#RWRITINGMILESTONE index.tmp#SCHOLARNOTE index.tmp#SIC index.tmp#SOCALLED index.tmp#TCHARACTERIZATION index.tmp#TCHARACTERNAME index.tmp#TCHARACTERTYPEROLE index.tmp#TGENRE index.tmp#TGENREISSUE index.tmp#TINTERTEXTUALITY index.tmp#TITLE index.tmp#TMOTIF index.tmp#TOPIC index.tmp#TPLOT index.tmp#TSETTINGDATE index.tmp#TSETTINGPLACE index.tmp#TTECHNIQUES index.tmp#TTHEMETOPIC index.tmp#TTONESTYLE index.tmp#TVOICENARRATION index.tmp#XREF
Properties
content complex
mixed true
Used by
Model
Children BIBCITS, DATE, DATERANGE, DATESTRUCT, EMPH, EXTENTOFOEUVRE, FOREIGN, GENERICRANGE, JOB, KEYWORDCLASS, L, NAME, ORGNAME, PADVERTISING, PANTHOLOGIZATION, PARCHIVALLOCATION, PATTITUDES, PAUTHORSHIP, PCIRCULATION, PCONTRACT, PCOPYRIGHT, PDEDICATION, PEARNINGS, PEDITIONS, PFIRSTLITERARYACTIVITY, PINFLUENCESHER, PLACE, PLASTLITERARYACTIVITY, PLITERARYSCHOOLS, PMANUSCRIPTHISTORY, PMATERIALCONDITIONS, PMODEOFPUBLICATION, PMOTIVES, PNONBOOKMEDIA, PNONSURVIVAL, PPERFORMANCE, PPERIODICALPUBLICATION, PPLACEOFPUBLICATION, PPRESSRUN, PPRICE, PRARITIESFEATURESDECORATIONS, PRELATIONSWITHPUBLISHER, PSERIALIZATION, PSUBMISSIONSREJECTIONS, PTYPEOFPRESS, QUOTE, RBESTKNOWNWORK, RDESTRUCTIONOFWORK, RESEARCHNOTE, RFICTIONALIZATION, RLANDMARKTEXT, RPENALTIES, RRECOGNITIONNAME, RRECOGNITIONS, RRECOGNITIONVALUE, RRESPONSES, RS, RSELFDESCRIPTION, RSHEINFLUENCED, RWRITINGMILESTONE, SCHOLARNOTE, SIC, SOCALLED, TCHARACTERIZATION, TCHARACTERNAME, TCHARACTERTYPEROLE, TGENRE, TGENREISSUE, TINTERTEXTUALITY, TITLE, TMOTIF, TOPIC, TPLOT, TSETTINGDATE, TSETTINGPLACE, TTECHNIQUES, TTHEMETOPIC, TTONESTYLE, TVOICENARRATION, XREF
Instance
<P>
  <BIBCITS ID="">{1,1}</BIBCITS>
  <DATE CALENDAR="NEWSTYLE" CERTAINTY="CERT" ID="" VALUE="">{1,1}</DATE>
  <DATERANGE CALENDAR="NEWSTYLE" CERTAINTY="CERT" EXACT="" FROM="" ID="" TO="">{1,1}</DATERANGE>
  <DATESTRUCT CALENDAR="NEWSTYLE" CERTAINTY="CERT" VALUE="">{1,1}</DATESTRUCT>
  <EMPH>{1,1}</EMPH>
  <EXTENTOFOEUVRE>{1,1}</EXTENTOFOEUVRE>
  <FOREIGN LANG="" REG="">{1,1}</FOREIGN>
  <GENERICRANGE>{1,1}</GENERICRANGE>
  <JOB>{1,1}</JOB>
  <KEYWORDCLASS KEYWORDTYPE="">{1,1}</KEYWORDCLASS>
  <L PART="N" RHYME="">{1,1}</L>
  <NAME REF="" STANDARD="">{1,1}</NAME>
  <ORGNAME ORGTYPE="" REF="" REG="" STANDARD="">{1,1}</ORGNAME>
  <PADVERTISING>{1,1}</PADVERTISING>
  <PANTHOLOGIZATION>{1,1}</PANTHOLOGIZATION>
  <PARCHIVALLOCATION>{1,1}</PARCHIVALLOCATION>
  <PATTITUDES>{1,1}</PATTITUDES>
  <PAUTHORSHIP AUTHORNAMETYPE="" AUTHORSHIPCONTROVERSY="" COLLABORATION="" CONTROVERSYDATE="">{1,1}</PAUTHORSHIP>
  <PCIRCULATION>{1,1}</PCIRCULATION>
  <PCONTRACT ID="">{1,1}</PCONTRACT>
  <PCOPYRIGHT>{1,1}</PCOPYRIGHT>
  <PDEDICATION>{1,1}</PDEDICATION>
  <PEARNINGS>{1,1}</PEARNINGS>
  <PEDITIONS>{1,1}</PEDITIONS>
  <PFIRSTLITERARYACTIVITY>{1,1}</PFIRSTLITERARYACTIVITY>
  <PINFLUENCESHER INFLUENCETYPE="">{1,1}</PINFLUENCESHER>
  <PLACE REF="">{1,1}</PLACE>
  <PLASTLITERARYACTIVITY>{1,1}</PLASTLITERARYACTIVITY>
  <PLITERARYSCHOOLS INVOLVEMENT="INVOLVEMENTYES" REG="">{1,1}</PLITERARYSCHOOLS>
  <PMANUSCRIPTHISTORY>{1,1}</PMANUSCRIPTHISTORY>
  <PMATERIALCONDITIONS DISPLACEMENT="">{1,1}</PMATERIALCONDITIONS>
  <PMODEOFPUBLICATION PUBLICATIONMODE="">{1,1}</PMODEOFPUBLICATION>
  <PMOTIVES ID="" MOTIVETYPE="">{1,1}</PMOTIVES>
  <PNONBOOKMEDIA>{1,1}</PNONBOOKMEDIA>
  <PNONSURVIVAL TYPEOFNONSURVIVAL="">{1,1}</PNONSURVIVAL>
  <PPERFORMANCE>{1,1}</PPERFORMANCE>
  <PPERIODICALPUBLICATION>{1,1}</PPERIODICALPUBLICATION>
  <PPLACEOFPUBLICATION>{1,1}</PPLACEOFPUBLICATION>
  <PPRESSRUN>{1,1}</PPRESSRUN>
  <PPRICE>{1,1}</PPRICE>
  <PRARITIESFEATURESDECORATIONS>{1,1}</PRARITIESFEATURESDECORATIONS>
  <PRELATIONSWITHPUBLISHER RELATIONSHIPTYPE="">{1,1}</PRELATIONSWITHPUBLISHER>
  <PSERIALIZATION FORMOFSERIALIZATION="">{1,1}</PSERIALIZATION>
  <PSUBMISSIONSREJECTIONS>{1,1}</PSUBMISSIONSREJECTIONS>
  <PTYPEOFPRESS>{1,1}</PTYPEOFPRESS>
  <QUOTE DIRECT="Y" ID="">{1,1}</QUOTE>
  <RBESTKNOWNWORK>{1,1}</RBESTKNOWNWORK>
  <RDESTRUCTIONOFWORK DESTROYEDBY="">{1,1}</RDESTRUCTIONOFWORK>
  <RESEARCHNOTE>{1,1}</RESEARCHNOTE>
  <RFICTIONALIZATION>{1,1}</RFICTIONALIZATION>
  <RLANDMARKTEXT>{1,1}</RLANDMARKTEXT>
  <RPENALTIES CENSORSHIP="">{1,1}</RPENALTIES>
  <RRECOGNITIONNAME REG="">{1,1}</RRECOGNITIONNAME>
  <RRECOGNITIONS>{1,1}</RRECOGNITIONS>
  <RRECOGNITIONVALUE>{1,1}</RRECOGNITIONVALUE>
  <RRESPONSES FORMALITY="" GENDEREDRESPONSE="" RESPONSETYPE="">{1,1}</RRESPONSES>
  <RS REG="" TYPE="">{1,1}</RS>
  <RSELFDESCRIPTION>{1,1}</RSELFDESCRIPTION>
  <RSHEINFLUENCED>{1,1}</RSHEINFLUENCED>
  <RWRITINGMILESTONE>{1,1}</RWRITINGMILESTONE>
  <SCHOLARNOTE>{1,1}</SCHOLARNOTE>
  <SIC CORR="">{1,1}</SIC>
  <SOCALLED>{1,1}</SOCALLED>
  <TCHARACTERIZATION>{1,1}</TCHARACTERIZATION>
  <TCHARACTERNAME REG="">{1,1}</TCHARACTERNAME>
  <TCHARACTERTYPEROLE PROTAGONIST="">{1,1}</TCHARACTERTYPEROLE>
  <TGENRE GENRENAME="" PROPOSEDALTERNATIVENAME="">{1,1}</TGENRE>
  <TGENREISSUE>{1,1}</TGENREISSUE>
  <TINTERTEXTUALITY GENDEROFAUTHOR="" INTERTEXTTYPE="">{1,1}</TINTERTEXTUALITY>
  <TITLE REF="" REG="" REND="" STANDARD="" TITLETYPE="">{1,1}</TITLE>
  <TMOTIF MOTIFNAME="">{1,1}</TMOTIF>
  <TOPIC STANDARD="">{1,1}</TOPIC>
  <TPLOT>{1,1}</TPLOT>
  <TSETTINGDATE SETTINGDATETYPE="">{1,1}</TSETTINGDATE>
  <TSETTINGPLACE SETTINGCLASS="" SETTINGPLACETYPE="">{1,1}</TSETTINGPLACE>
  <TTECHNIQUES TECHNIQUETYPE="">{1,1}</TTECHNIQUES>
  <TTHEMETOPIC ID="">{1,1}</TTHEMETOPIC>
  <TTONESTYLE>{1,1}</TTONESTYLE>
  <TVOICENARRATION>{1,1}</TVOICENARRATION>
  <XREF RESP="" URL="">{1,1}</XREF>
</P>
Source
<xs:element name="P">
  <xs:annotation>
    <xs:documentation>p marks paragraphs in prose.</xs:documentation>
  </xs:annotation>
  <xs:complexType mixed="true">
    <xs:choice minOccurs="0" maxOccurs="unbounded">
      <xs:element ref="BIBCITS"/>
      <xs:element ref="DATE"/>
      <xs:element ref="DATERANGE"/>
      <xs:element ref="DATESTRUCT"/>
      <xs:element ref="EMPH"/>
      <xs:element ref="EXTENTOFOEUVRE"/>
      <xs:element ref="FOREIGN"/>
      <xs:element ref="GENERICRANGE"/>
      <xs:element ref="JOB"/>
      <xs:element ref="KEYWORDCLASS"/>
      <xs:element ref="L"/>
      <xs:element ref="NAME"/>
      <xs:element ref="ORGNAME"/>
      <xs:element ref="PADVERTISING"/>
      <xs:element ref="PANTHOLOGIZATION"/>
      <xs:element ref="PARCHIVALLOCATION"/>
      <xs:element ref="PATTITUDES"/>
      <xs:element ref="PAUTHORSHIP"/>
      <xs:element ref="PCIRCULATION"/>
      <xs:element ref="PCONTRACT"/>
      <xs:element ref="PCOPYRIGHT"/>
      <xs:element ref="PDEDICATION"/>
      <xs:element ref="PEARNINGS"/>
      <xs:element ref="PEDITIONS"/>
      <xs:element ref="PFIRSTLITERARYACTIVITY"/>
      <xs:element ref="PINFLUENCESHER"/>
      <xs:element ref="PLACE"/>
      <xs:element ref="PLASTLITERARYACTIVITY"/>
      <xs:element ref="PLITERARYSCHOOLS"/>
      <xs:element ref="PMANUSCRIPTHISTORY"/>
      <xs:element ref="PMATERIALCONDITIONS"/>
      <xs:element ref="PMODEOFPUBLICATION"/>
      <xs:element ref="PMOTIVES"/>
      <xs:element ref="PNONBOOKMEDIA"/>
      <xs:element ref="PNONSURVIVAL"/>
      <xs:element ref="PPERFORMANCE"/>
      <xs:element ref="PPERIODICALPUBLICATION"/>
      <xs:element ref="PPLACEOFPUBLICATION"/>
      <xs:element ref="PPRESSRUN"/>
      <xs:element ref="PPRICE"/>
      <xs:element ref="PRARITIESFEATURESDECORATIONS"/>
      <xs:element ref="PRELATIONSWITHPUBLISHER"/>
      <xs:element ref="PSERIALIZATION"/>
      <xs:element ref="PSUBMISSIONSREJECTIONS"/>
      <xs:element ref="PTYPEOFPRESS"/>
      <xs:element ref="QUOTE"/>
      <xs:element ref="RBESTKNOWNWORK"/>
      <xs:element ref="RDESTRUCTIONOFWORK"/>
      <xs:element ref="RESEARCHNOTE"/>
      <xs:element ref="RFICTIONALIZATION"/>
      <xs:element ref="RLANDMARKTEXT"/>
      <xs:element ref="RPENALTIES"/>
      <xs:element ref="RRECOGNITIONNAME"/>
      <xs:element ref="RRECOGNITIONS"/>
      <xs:element ref="RRECOGNITIONVALUE"/>
      <xs:element ref="RRESPONSES"/>
      <xs:element ref="RS"/>
      <xs:element ref="RSELFDESCRIPTION"/>
      <xs:element ref="RSHEINFLUENCED"/>
      <xs:element ref="RWRITINGMILESTONE"/>
      <xs:element ref="SCHOLARNOTE"/>
      <xs:element ref="SIC"/>
      <xs:element ref="SOCALLED"/>
      <xs:element ref="TCHARACTERIZATION"/>
      <xs:element ref="TCHARACTERNAME"/>
      <xs:element ref="TCHARACTERTYPEROLE"/>
      <xs:element ref="TGENRE"/>
      <xs:element ref="TGENREISSUE"/>
      <xs:element ref="TINTERTEXTUALITY"/>
      <xs:element ref="TITLE"/>
      <xs:element ref="TMOTIF"/>
      <xs:element ref="TOPIC"/>
      <xs:element ref="TPLOT"/>
      <xs:element ref="TSETTINGDATE"/>
      <xs:element ref="TSETTINGPLACE"/>
      <xs:element ref="TTECHNIQUES"/>
      <xs:element ref="TTHEMETOPIC"/>
      <xs:element ref="TTONESTYLE"/>
      <xs:element ref="TVOICENARRATION"/>
      <xs:element ref="XREF"/>
    </xs:choice>
  </xs:complexType>
</xs:element>
[ top ]
Element DATERANGE
Namespace No namespace
Annotations
Along with date and dateStruct, dateRange is one of three
elements used for systematizing dates across project documents. Use dateRange for all events that occurred over a span of time or for all
dates that are uncertain but that certainly occurred within a specified span of time.
Diagram
Diagram index.tmp#DATERANGE_CALENDAR index.tmp#DATERANGE_CERTAINTY index.tmp#DATERANGE_EXACT index.tmp#DATERANGE_FROM index.tmp#DATERANGE_ID index.tmp#DATERANGE_TO
Properties
content complex
mixed true
Used by
Model
Attributes
QName Type Default Use Annotation
CALENDAR restriction of xs:token NEWSTYLE optional
An attribute of date, dateRange, and dateStruct,
calendar is used to indicate when a given date took place.
CERTAINTY restriction of xs:token CERT optional
Certainty is an attribute of date, dateRange, and
dateStruct and is used to indicate the nature of certainty that you have about a given date.
EXACT restriction of xs:token optional
An attribute of dateRange, exact is used in
conjunction with the to and from attributes to express the certainty of each end of a dateRange.
FROM union of(xs:date, restriction of xs:string, restriction of xs:string) optional
From is used to record a formatted date-related
value.
ID xs:NCName optional
TO union of(xs:date, restriction of xs:string, restriction of xs:string) optional
To is used to record a formatted date-related
value.
Source
<xs:element name="DATERANGE">
  <xs:annotation>
    <xs:documentation>Along with date and dateStruct, dateRange is one of three elements used for systematizing dates across project documents. Use dateRange for all events that occurred over a span of time or for all dates that are uncertain but that certainly occurred within a specified span of time.</xs:documentation>
  </xs:annotation>
  <xs:complexType mixed="true">
    <xs:attribute name="CALENDAR" default="NEWSTYLE">
      <xs:annotation>
        <xs:documentation>An attribute of date, dateRange, and dateStruct, calendar is used to indicate when a given date took place.</xs:documentation>
      </xs:annotation>
      <xs:simpleType>
        <xs:restriction base="xs:token">
          <xs:enumeration value="NEWSTYLE"/>
          <xs:enumeration value="BC"/>
        </xs:restriction>
      </xs:simpleType>
    </xs:attribute>
    <xs:attribute name="CERTAINTY" default="CERT">
      <xs:annotation>
        <xs:documentation>Certainty is an attribute of date, dateRange, and dateStruct and is used to indicate the nature of certainty that you have about a given date.</xs:documentation>
      </xs:annotation>
      <xs:simpleType>
        <xs:restriction base="xs:token">
          <xs:enumeration value="CERT">
            <xs:annotation>
              <xs:documentation>Certain</xs:documentation>
            </xs:annotation>
          </xs:enumeration>
          <xs:enumeration value="C">
            <xs:annotation>
              <xs:documentation>Circa</xs:documentation>
            </xs:annotation>
          </xs:enumeration>
          <xs:enumeration value="BY">
            <xs:annotation>
              <xs:documentation>By this date</xs:documentation>
            </xs:annotation>
          </xs:enumeration>
          <xs:enumeration value="AFTER">
            <xs:annotation>
              <xs:documentation>After this date</xs:documentation>
            </xs:annotation>
          </xs:enumeration>
          <xs:enumeration value="UNKNOWN">
            <xs:annotation>
              <xs:documentation>Unknown date</xs:documentation>
            </xs:annotation>
          </xs:enumeration>
          <xs:enumeration value="ROUGHLYDATED">
            <xs:annotation>
              <xs:documentation>Rough certainty</xs:documentation>
            </xs:annotation>
          </xs:enumeration>
        </xs:restriction>
      </xs:simpleType>
    </xs:attribute>
    <xs:attribute name="EXACT">
      <xs:annotation>
        <xs:documentation>An attribute of dateRange, exact is used in conjunction with the to and from attributes to express the certainty of each end of a dateRange.</xs:documentation>
      </xs:annotation>
      <xs:simpleType>
        <xs:restriction base="xs:token">
          <xs:enumeration value="TO"/>
          <xs:enumeration value="FROM"/>
          <xs:enumeration value="BOTH"/>
          <xs:enumeration value="NEITHER"/>
        </xs:restriction>
      </xs:simpleType>
    </xs:attribute>
    <xs:attribute name="FROM">
      <xs:annotation>
        <xs:documentation>From is used to record a formatted date-related value.</xs:documentation>
      </xs:annotation>
      <xs:simpleType>
        <xs:union memberTypes="xs:date">
          <xs:simpleType>
            <xs:restriction base="xs:string">
              <xs:pattern value="(\d{4})((\-(0[1-9]|1[0-2])\-))"/>
            </xs:restriction>
          </xs:simpleType>
          <xs:simpleType>
            <xs:restriction base="xs:string">
              <xs:pattern value="(\d{4})(\-{2})"/>
            </xs:restriction>
          </xs:simpleType>
        </xs:union>
      </xs:simpleType>
    </xs:attribute>
    <xs:attribute name="ID" type="xs:NCName"/>
    <xs:attribute name="TO">
      <xs:annotation>
        <xs:documentation>To is used to record a formatted date-related value.</xs:documentation>
      </xs:annotation>
      <xs:simpleType>
        <xs:union memberTypes="xs:date">
          <xs:simpleType>
            <xs:restriction base="xs:string">
              <xs:pattern value="(\d{4})((\-(0[1-9]|1[0-2])\-))"/>
            </xs:restriction>
          </xs:simpleType>
          <xs:simpleType>
            <xs:restriction base="xs:string">
              <xs:pattern value="(\d{4})(\-{2})"/>
            </xs:restriction>
          </xs:simpleType>
        </xs:union>
      </xs:simpleType>
    </xs:attribute>
  </xs:complexType>
</xs:element>
[ top ]
Element DATESTRUCT
Namespace No namespace
Annotations
DateStruct is one of three elements, along with dateRange and
date, used to systematize the capture of dates across project documents. DateStruct is used to tag all singular dates (not ranges) for
which individual components (day, month, year) have a varying degrees of certainty or for which only a general season or occasion is
known. DateStruct also permits recording the time of day an event occurred.
Diagram
Diagram index.tmp#DATESTRUCT_CALENDAR index.tmp#DATESTRUCT_CERTAINTY index.tmp#DATESTRUCT_VALUE index.tmp#BIBCITS index.tmp#TIME index.tmp#DAY index.tmp#MONTH index.tmp#OCCASION index.tmp#SEASON index.tmp#YEAR
Properties
content complex
mixed true
Used by
Model
Children BIBCITS, DAY, MONTH, OCCASION, SEASON, TIME, YEAR
Instance
<DATESTRUCT CALENDAR="NEWSTYLE" CERTAINTY="CERT" VALUE="">
  <BIBCITS ID="">{1,1}</BIBCITS>
  <TIME>{1,1}</TIME>
  <DAY VALUE="">{1,1}</DAY>
  <MONTH CERTAINTY="CERT" VALUE="">{1,1}</MONTH>
  <OCCASION>{1,1}</OCCASION>
  <SEASON CERTAINTY="CERT" REG="" VALUE="">{1,1}</SEASON>
  <YEAR CERTAINTY="CERT" REG="" VALUE="">{1,1}</YEAR>
</DATESTRUCT>
Attributes
QName Type Default Use Annotation
CALENDAR restriction of xs:token NEWSTYLE optional
An attribute of date, dateRange, and dateStruct,
calendar is used to indicate when a given date took place.
CERTAINTY restriction of xs:token CERT optional
Certainty is an attribute of date, dateRange, and
dateStruct and is used to indicate the nature of certainty that you have about a given date.
VALUE union of(xs:date, restriction of xs:string, restriction of xs:string) optional
Value is used to record a formatted date-related
value.
Source
<xs:element name="DATESTRUCT">
  <xs:annotation>
    <xs:documentation>DateStruct is one of three elements, along with dateRange and date, used to systematize the capture of dates across project documents. DateStruct is used to tag all singular dates (not ranges) for which individual components (day, month, year) have a varying degrees of certainty or for which only a general season or occasion is known. DateStruct also permits recording the time of day an event occurred.</xs:documentation>
  </xs:annotation>
  <xs:complexType mixed="true">
    <xs:choice minOccurs="0" maxOccurs="unbounded">
      <xs:element ref="BIBCITS"/>
      <xs:element ref="TIME"/>
      <xs:element ref="DAY"/>
      <xs:element ref="MONTH"/>
      <xs:element ref="OCCASION"/>
      <xs:element ref="SEASON"/>
      <xs:element ref="YEAR"/>
    </xs:choice>
    <xs:attribute name="CALENDAR" default="NEWSTYLE">
      <xs:annotation>
        <xs:documentation>An attribute of date, dateRange, and dateStruct, calendar is used to indicate when a given date took place.</xs:documentation>
      </xs:annotation>
      <xs:simpleType>
        <xs:restriction base="xs:token">
          <xs:enumeration value="NEWSTYLE"/>
          <xs:enumeration value="BC"/>
        </xs:restriction>
      </xs:simpleType>
    </xs:attribute>
    <xs:attribute name="CERTAINTY" default="CERT">
      <xs:annotation>
        <xs:documentation>Certainty is an attribute of date, dateRange, and dateStruct and is used to indicate the nature of certainty that you have about a given date.</xs:documentation>
      </xs:annotation>
      <xs:simpleType>
        <xs:restriction base="xs:token">
          <xs:enumeration value="CERT">
            <xs:annotation>
              <xs:documentation>Certain</xs:documentation>
            </xs:annotation>
          </xs:enumeration>
          <xs:enumeration value="C">
            <xs:annotation>
              <xs:documentation>Circa</xs:documentation>
            </xs:annotation>
          </xs:enumeration>
          <xs:enumeration value="BY">
            <xs:annotation>
              <xs:documentation>By this date</xs:documentation>
            </xs:annotation>
          </xs:enumeration>
          <xs:enumeration value="AFTER">
            <xs:annotation>
              <xs:documentation>After this date</xs:documentation>
            </xs:annotation>
          </xs:enumeration>
          <xs:enumeration value="UNKNOWN">
            <xs:annotation>
              <xs:documentation>Unknown date</xs:documentation>
            </xs:annotation>
          </xs:enumeration>
          <xs:enumeration value="ROUGHLYDATED">
            <xs:annotation>
              <xs:documentation>Rough certainty</xs:documentation>
            </xs:annotation>
          </xs:enumeration>
        </xs:restriction>
      </xs:simpleType>
    </xs:attribute>
    <xs:attribute name="VALUE">
      <xs:annotation>
        <xs:documentation>Value is used to record a formatted date-related value.</xs:documentation>
      </xs:annotation>
      <xs:simpleType>
        <xs:union memberTypes="xs:date">
          <xs:simpleType>
            <xs:restriction base="xs:string">
              <xs:pattern value="(\d{4})((\-(0[1-9]|1[0-2])\-))"/>
            </xs:restriction>
          </xs:simpleType>
          <xs:simpleType>
            <xs:restriction base="xs:string">
              <xs:pattern value="(\d{4})(\-{2})"/>
            </xs:restriction>
          </xs:simpleType>
        </xs:union>
      </xs:simpleType>
    </xs:attribute>
  </xs:complexType>
</xs:element>
[ top ]
Element TIME
Namespace No namespace
Annotations
time contains a phrase defining a time of day in any
format.
Diagram
Diagram
Type xs:string
Properties
content simple
Used by
Source
<xs:element name="TIME" type="xs:string">
  <xs:annotation>
    <xs:documentation>time contains a phrase defining a time of day in any format.</xs:documentation>
  </xs:annotation>
</xs:element>
[ top ]
Element DAY
Namespace No namespace
Annotations
A sub-element of dateStruct, day is used to tag
the specific day on which an event occurred.
Diagram
Diagram index.tmp#DAY_VALUE
Properties
content complex
mixed true
Used by
Element DATESTRUCT
Model
Attributes
QName Type Use Annotation
VALUE xs:integer optional
Value is used to record a formatted date- or
time-related value.
Source
<xs:element name="DAY">
  <xs:annotation>
    <xs:documentation>A sub-element of dateStruct, day is used to tag the specific day on which an event occurred.</xs:documentation>
  </xs:annotation>
  <xs:complexType mixed="true">
    <xs:attribute name="VALUE" type="xs:integer">
      <xs:annotation>
        <xs:documentation>Value is used to record a formatted date- or time-related value.</xs:documentation>
      </xs:annotation>
    </xs:attribute>
  </xs:complexType>
</xs:element>
[ top ]
Element MONTH
Namespace No namespace
Annotations
Month is a sub-element of dateStruct and is meant
to record only the month portion of a date for which there is a contested or varying degree of certainty among date
components.
Diagram
Diagram index.tmp#MONTH_CERTAINTY index.tmp#MONTH_VALUE
Type extension of xs:NCName
Properties
content complex
Used by
Element DATESTRUCT
Attributes
QName Type Default Use Annotation
CERTAINTY restriction of xs:token CERT optional
Certainty is an attribute of date, dateRange, and
dateStruct and is used to indicate the nature of certainty that you have about a given date.
VALUE xs:integer optional
Value is used to record a formatted date- or
time-related value.
Source
<xs:element name="MONTH">
  <xs:annotation>
    <xs:documentation>Month is a sub-element of dateStruct and is meant to record only the month portion of a date for which there is a contested or varying degree of certainty among date components.</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:simpleContent>
      <xs:extension base="xs:NCName">
        <xs:attribute name="CERTAINTY" default="CERT">
          <xs:annotation>
            <xs:documentation>Certainty is an attribute of date, dateRange, and dateStruct and is used to indicate the nature of certainty that you have about a given date.</xs:documentation>
          </xs:annotation>
          <xs:simpleType>
            <xs:restriction base="xs:token">
              <xs:enumeration value="CERT">
                <xs:annotation>
                  <xs:documentation>Certain</xs:documentation>
                </xs:annotation>
              </xs:enumeration>
              <xs:enumeration value="C">
                <xs:annotation>
                  <xs:documentation>Circa</xs:documentation>
                </xs:annotation>
              </xs:enumeration>
              <xs:enumeration value="BY">
                <xs:annotation>
                  <xs:documentation>By this date</xs:documentation>
                </xs:annotation>
              </xs:enumeration>
              <xs:enumeration value="AFTER">
                <xs:annotation>
                  <xs:documentation>After this date</xs:documentation>
                </xs:annotation>
              </xs:enumeration>
              <xs:enumeration value="UNKNOWN">
                <xs:annotation>
                  <xs:documentation>Unknown date</xs:documentation>
                </xs:annotation>
              </xs:enumeration>
              <xs:enumeration value="ROUGHLYDATED">
                <xs:annotation>
                  <xs:documentation>Rough certainty</xs:documentation>
                </xs:annotation>
              </xs:enumeration>
            </xs:restriction>
          </xs:simpleType>
        </xs:attribute>
        <xs:attribute name="VALUE" type="xs:integer">
          <xs:annotation>
            <xs:documentation>Value is used to record a formatted date- or time-related value.</xs:documentation>
          </xs:annotation>
        </xs:attribute>
      </xs:extension>
    </xs:simpleContent>
  </xs:complexType>
</xs:element>
[ top ]
Element OCCASION
Namespace No namespace
Annotations
The occasion element surrounds dates, such as
holidays, that are best referred to by name not date.
Diagram
Diagram
Type xs:NCName
Properties
content simple
Used by
Element DATESTRUCT
Source
<xs:element name="OCCASION" type="xs:NCName">
  <xs:annotation>
    <xs:documentation>The occasion element surrounds dates, such as holidays, that are best referred to by name not date.</xs:documentation>
  </xs:annotation>
</xs:element>
[ top ]
Element SEASON
Namespace No namespace
Diagram
Diagram index.tmp#SEASON_CERTAINTY index.tmp#SEASON_REG index.tmp#SEASON_VALUE
Properties
content complex
mixed true
Used by
Element DATESTRUCT
Model
Attributes
QName Type Default Use Annotation
CERTAINTY restriction of xs:token CERT optional
Certainty is an attribute of date, dateRange, and
dateStruct and is used to indicate the nature of certainty that you have about a given date.
REG xs:NMTOKEN optional
Reg (or
regularization) contains a reading which has been regularized or normalized in some
sense.
VALUE xs:NMTOKEN optional
Value is used to record a formatted date- or
time-related value.
Source
<xs:element name="SEASON">
  <xs:complexType mixed="true">
    <xs:attribute name="CERTAINTY" default="CERT">
      <xs:annotation>
        <xs:documentation>Certainty is an attribute of date, dateRange, and dateStruct and is used to indicate the nature of certainty that you have about a given date.</xs:documentation>
      </xs:annotation>
      <xs:simpleType>
        <xs:restriction base="xs:token">
          <xs:enumeration value="CERT">
            <xs:annotation>
              <xs:documentation>Certain</xs:documentation>
            </xs:annotation>
          </xs:enumeration>
          <xs:enumeration value="C">
            <xs:annotation>
              <xs:documentation>Circa</xs:documentation>
            </xs:annotation>
          </xs:enumeration>
          <xs:enumeration value="BY">
            <xs:annotation>
              <xs:documentation>By this date</xs:documentation>
            </xs:annotation>
          </xs:enumeration>
          <xs:enumeration value="AFTER">
            <xs:annotation>
              <xs:documentation>After this date</xs:documentation>
            </xs:annotation>
          </xs:enumeration>
          <xs:enumeration value="UNKNOWN">
            <xs:annotation>
              <xs:documentation>Unknown date</xs:documentation>
            </xs:annotation>
          </xs:enumeration>
          <xs:enumeration value="ROUGHLYDATED">
            <xs:annotation>
              <xs:documentation>Rough certainty</xs:documentation>
            </xs:annotation>
          </xs:enumeration>
        </xs:restriction>
      </xs:simpleType>
    </xs:attribute>
    <xs:attribute name="REG" type="xs:NMTOKEN">
      <xs:annotation>
        <xs:documentation>Reg (or regularization) contains a reading which has been regularized or normalized in some sense.</xs:documentation>
      </xs:annotation>
    </xs:attribute>
    <xs:attribute name="VALUE" type="xs:NMTOKEN">
      <xs:annotation>
        <xs:documentation>Value is used to record a formatted date- or time-related value.</xs:documentation>
      </xs:annotation>
    </xs:attribute>
  </xs:complexType>
</xs:element>
[ top ]
Element YEAR
Namespace No namespace
Annotations
The year element surrounds the name of a year in
a dateStruct element. Most years that will be tagged on a project can be included in a simple date element, but those years
that have a degree of certainty different from the remainder of the date of which it is part, should be included in a
dateStruct--year element.
Diagram
Diagram index.tmp#YEAR_CERTAINTY index.tmp#YEAR_REG index.tmp#YEAR_VALUE
Properties
content complex
mixed true
Used by
Element DATESTRUCT
Model
Attributes
QName Type Default Use Annotation
CERTAINTY restriction of xs:token CERT optional
Certainty is an attribute of date, dateRange, and
dateStruct and is used to indicate the nature of certainty that you have about a given date.
REG xs:NMTOKEN optional
Reg (or
regularization) contains a reading which has been regularized or normalized in some
sense.
VALUE xs:NMTOKEN optional
Value is used to record a formatted date- or
time-related value.
Source
<xs:element name="YEAR">
  <xs:annotation>
    <xs:documentation>The year element surrounds the name of a year in a dateStruct element. Most years that will be tagged on a project can be included in a simple date element, but those years that have a degree of certainty different from the remainder of the date of which it is part, should be included in a dateStruct--year element.</xs:documentation>
  </xs:annotation>
  <xs:complexType mixed="true">
    <xs:attribute name="CERTAINTY" default="CERT">
      <xs:annotation>
        <xs:documentation>Certainty is an attribute of date, dateRange, and dateStruct and is used to indicate the nature of certainty that you have about a given date.</xs:documentation>
      </xs:annotation>
      <xs:simpleType>
        <xs:restriction base="xs:token">
          <xs:enumeration value="CERT">
            <xs:annotation>
              <xs:documentation>Certain</xs:documentation>
            </xs:annotation>
          </xs:enumeration>
          <xs:enumeration value="C">
            <xs:annotation>
              <xs:documentation>Circa</xs:documentation>
            </xs:annotation>
          </xs:enumeration>
          <xs:enumeration value="BY">
            <xs:annotation>
              <xs:documentation>By this date</xs:documentation>
            </xs:annotation>
          </xs:enumeration>
          <xs:enumeration value="AFTER">
            <xs:annotation>
              <xs:documentation>After this date</xs:documentation>
            </xs:annotation>
          </xs:enumeration>
          <xs:enumeration value="UNKNOWN">
            <xs:annotation>
              <xs:documentation>Unknown date</xs:documentation>
            </xs:annotation>
          </xs:enumeration>
          <xs:enumeration value="ROUGHLYDATED">
            <xs:annotation>
              <xs:documentation>Rough certainty</xs:documentation>
            </xs:annotation>
          </xs:enumeration>
        </xs:restriction>
      </xs:simpleType>
    </xs:attribute>
    <xs:attribute name="REG" type="xs:NMTOKEN">
      <xs:annotation>
        <xs:documentation>Reg (or regularization) contains a reading which has been regularized or normalized in some sense.</xs:documentation>
      </xs:annotation>
    </xs:attribute>
    <xs:attribute name="VALUE" type="xs:NMTOKEN">
      <xs:annotation>
        <xs:documentation>Value is used to record a formatted date- or time-related value.</xs:documentation>
      </xs:annotation>
    </xs:attribute>
  </xs:complexType>
</xs:element>
[ top ]
Element EMPH
Namespace No namespace
Annotations
Short for emphasis, emph is an element that marks words or
phrases which are stressed or emphasized for linguistic or rhetorical effect.
Diagram
Diagram index.tmp#FOREIGN index.tmp#NAME index.tmp#PLACE index.tmp#QUOTE index.tmp#RESEARCHNOTE index.tmp#SIC index.tmp#SOCALLED index.tmp#TGENRE index.tmp#TMOTIF index.tmp#TOPIC index.tmp#TTHEMETOPIC
Properties
content complex
mixed true
Used by
Model
Children FOREIGN, NAME, PLACE, QUOTE, RESEARCHNOTE, SIC, SOCALLED, TGENRE, TMOTIF, TOPIC, TTHEMETOPIC
Instance
<EMPH>
  <FOREIGN LANG="" REG="">{1,1}</FOREIGN>
  <NAME REF="" STANDARD="">{1,1}</NAME>
  <PLACE REF="">{1,1}</PLACE>
  <QUOTE DIRECT="Y" ID="">{1,1}</QUOTE>
  <RESEARCHNOTE>{1,1}</RESEARCHNOTE>
  <SIC CORR="">{1,1}</SIC>
  <SOCALLED>{1,1}</SOCALLED>
  <TGENRE GENRENAME="" PROPOSEDALTERNATIVENAME="">{1,1}</TGENRE>
  <TMOTIF MOTIFNAME="">{1,1}</TMOTIF>
  <TOPIC STANDARD="">{1,1}</TOPIC>
  <TTHEMETOPIC ID="">{1,1}</TTHEMETOPIC>
</EMPH>
Source
<xs:element name="EMPH">
  <xs:annotation>
    <xs:documentation>Short for emphasis, emph is an element that marks words or phrases which are stressed or emphasized for linguistic or rhetorical effect.</xs:documentation>
  </xs:annotation>
  <xs:complexType mixed="true">
    <xs:choice minOccurs="0" maxOccurs="unbounded">
      <xs:element ref="FOREIGN"/>
      <xs:element ref="NAME"/>
      <xs:element ref="PLACE"/>
      <xs:element ref="QUOTE"/>
      <xs:element ref="RESEARCHNOTE"/>
      <xs:element ref="SIC"/>
      <xs:element ref="SOCALLED"/>
      <xs:element ref="TGENRE"/>
      <xs:element ref="TMOTIF"/>
      <xs:element ref="TOPIC"/>
      <xs:element ref="TTHEMETOPIC"/>
    </xs:choice>
  </xs:complexType>
</xs:element>
[ top ]
Element FOREIGN
Namespace No namespace
Annotations
The foreign element identifies a word or phrase as belonging
to some language other than that of the surrounding text.
Diagram
Diagram index.tmp#FOREIGN_LANG index.tmp#FOREIGN_REG index.tmp#EMPH index.tmp#PLACE index.tmp#QUOTE index.tmp#SIC index.tmp#SOCALLED index.tmp#TCHARACTERTYPEROLE index.tmp#TGENRE index.tmp#TMOTIF
Properties
content complex
mixed true
Used by
Model
Children EMPH, PLACE, QUOTE, SIC, SOCALLED, TCHARACTERTYPEROLE, TGENRE, TMOTIF
Instance
<FOREIGN LANG="" REG="">
  <EMPH>{1,1}</EMPH>
  <PLACE REF="">{1,1}</PLACE>
  <QUOTE DIRECT="Y" ID="">{1,1}</QUOTE>
  <SIC CORR="">{1,1}</SIC>
  <SOCALLED>{1,1}</SOCALLED>
  <TCHARACTERTYPEROLE PROTAGONIST="">{1,1}</TCHARACTERTYPEROLE>
  <TGENRE GENRENAME="" PROPOSEDALTERNATIVENAME="">{1,1}</TGENRE>
  <TMOTIF MOTIFNAME="">{1,1}</TMOTIF>
</FOREIGN>
Attributes
QName Type Use Annotation
LANG optional
REG optional
Reg (or
regularization) contains a reading which has been regularized or normalized in some
sense.
Source
<xs:element name="FOREIGN">
  <xs:annotation>
    <xs:documentation>The foreign element identifies a word or phrase as belonging to some language other than that of the surrounding text.</xs:documentation>
  </xs:annotation>
  <xs:complexType mixed="true">
    <xs:choice minOccurs="0" maxOccurs="unbounded">
      <xs:element ref="EMPH"/>
      <xs:element ref="PLACE"/>
      <xs:element ref="QUOTE"/>
      <xs:element ref="SIC"/>
      <xs:element ref="SOCALLED"/>
      <xs:element ref="TCHARACTERTYPEROLE"/>
      <xs:element ref="TGENRE"/>
      <xs:element ref="TMOTIF"/>
    </xs:choice>
    <xs:attribute name="LANG"/>
    <xs:attribute name="REG">
      <xs:annotation>
        <xs:documentation>Reg (or regularization) contains a reading which has been regularized or normalized in some sense.</xs:documentation>
      </xs:annotation>
    </xs:attribute>
  </xs:complexType>
</xs:element>
[ top ]
Element PLACE
Namespace No namespace
Diagram
Diagram index.tmp#PLACE_REF index.tmp#QUOTE index.tmp#SOCALLED index.tmp#ADDRESS index.tmp#AREA index.tmp#GEOG index.tmp#PLACENAME index.tmp#REGION index.tmp#SETTLEMENT
Properties
content complex
mixed true
Used by
Model
Children ADDRESS, AREA, GEOG, PLACENAME, QUOTE, REGION, SETTLEMENT, SOCALLED
Instance
<PLACE REF="">
  <QUOTE DIRECT="Y" ID="">{1,1}</QUOTE>
  <SOCALLED>{1,1}</SOCALLED>
  <ADDRESS CURRENT="" REG="">{1,1}</ADDRESS>
  <AREA CURRENT="" REG="">{1,1}</AREA>
  <GEOG CURRENT="" REG="">{1,1}</GEOG>
  <PLACENAME CURRENT="" REG="">{1,1}</PLACENAME>
  <REGION CURRENT="" REG="">{1,1}</REGION>
  <SETTLEMENT CURRENT="" REG="">{1,1}</SETTLEMENT>
</PLACE>
Attributes
QName Type Use
REF xs:anyURI optional
Source
<xs:element name="PLACE">
  <xs:complexType mixed="true">
    <xs:choice minOccurs="0" maxOccurs="unbounded">
      <xs:element ref="QUOTE"/>
      <xs:element ref="SOCALLED"/>
      <xs:element ref="ADDRESS"/>
      <xs:element ref="AREA"/>
      <xs:element ref="GEOG"/>
      <xs:element ref="PLACENAME"/>
      <xs:element ref="REGION"/>
      <xs:element ref="SETTLEMENT"/>
    </xs:choice>
    <xs:attribute name="REF" type="xs:anyURI"/>
  </xs:complexType>
</xs:element>
[ top ]
Element QUOTE
Namespace No namespace
Annotations
The quote element is globally available and should be used
wherever you quote a source.
Diagram
Diagram index.tmp#QUOTE_DIRECT index.tmp#QUOTE_ID index.tmp#BIBCITS index.tmp#DATE index.tmp#DATERANGE index.tmp#EMPH index.tmp#EXTENTOFOEUVRE index.tmp#FOREIGN index.tmp#KEYWORDCLASS index.tmp#L index.tmp#NAME index.tmp#ORGNAME index.tmp#PATTITUDES index.tmp#PAUTHORSHIP index.tmp#PCIRCULATION index.tmp#PDEDICATION index.tmp#PEARNINGS index.tmp#PINFLUENCESHER index.tmp#PLACE index.tmp#PLITERARYSCHOOLS index.tmp#PMANUSCRIPTHISTORY index.tmp#PMATERIALCONDITIONS index.tmp#PMODEOFPUBLICATION index.tmp#PMOTIVES index.tmp#PNONSURVIVAL index.tmp#PPERFORMANCE index.tmp#PPERIODICALPUBLICATION index.tmp#PPRICE index.tmp#PRARITIESFEATURESDECORATIONS index.tmp#PRELATIONSWITHPUBLISHER index.tmp#PSUBMISSIONSREJECTIONS index.tmp#PTYPEOFPRESS index.tmp#QUOTE index.tmp#RDESTRUCTIONOFWORK index.tmp#RESEARCHNOTE index.tmp#RFICTIONALIZATION index.tmp#RLANDMARKTEXT index.tmp#RPENALTIES index.tmp#RRECOGNITIONNAME index.tmp#RRECOGNITIONVALUE index.tmp#RRESPONSES index.tmp#RS index.tmp#RSELFDESCRIPTION index.tmp#RSHEINFLUENCED index.tmp#SCHOLARNOTE index.tmp#SIC index.tmp#SOCALLED index.tmp#TCHARACTERIZATION index.tmp#TCHARACTERNAME index.tmp#TCHARACTERTYPEROLE index.tmp#TGENRE index.tmp#TGENREISSUE index.tmp#TINTERTEXTUALITY index.tmp#TITLE index.tmp#TMOTIF index.tmp#TOPIC index.tmp#TPLOT index.tmp#TSETTINGDATE index.tmp#TSETTINGPLACE index.tmp#TTECHNIQUES index.tmp#TTHEMETOPIC index.tmp#TTONESTYLE index.tmp#TVOICENARRATION index.tmp#LB index.tmp#LG
Properties
content complex
mixed true
Used by
Model
Children BIBCITS, DATE, DATERANGE, EMPH, EXTENTOFOEUVRE, FOREIGN, KEYWORDCLASS, L, LB, LG, NAME, ORGNAME, PATTITUDES, PAUTHORSHIP, PCIRCULATION, PDEDICATION, PEARNINGS, PINFLUENCESHER, PLACE, PLITERARYSCHOOLS, PMANUSCRIPTHISTORY, PMATERIALCONDITIONS, PMODEOFPUBLICATION, PMOTIVES, PNONSURVIVAL, PPERFORMANCE, PPERIODICALPUBLICATION, PPRICE, PRARITIESFEATURESDECORATIONS, PRELATIONSWITHPUBLISHER, PSUBMISSIONSREJECTIONS, PTYPEOFPRESS, QUOTE, RDESTRUCTIONOFWORK, RESEARCHNOTE, RFICTIONALIZATION, RLANDMARKTEXT, RPENALTIES, RRECOGNITIONNAME, RRECOGNITIONVALUE, RRESPONSES, RS, RSELFDESCRIPTION, RSHEINFLUENCED, SCHOLARNOTE, SIC, SOCALLED, TCHARACTERIZATION, TCHARACTERNAME, TCHARACTERTYPEROLE, TGENRE, TGENREISSUE, TINTERTEXTUALITY, TITLE, TMOTIF, TOPIC, TPLOT, TSETTINGDATE, TSETTINGPLACE, TTECHNIQUES, TTHEMETOPIC, TTONESTYLE, TVOICENARRATION
Instance
<QUOTE DIRECT="Y" ID="">
  <BIBCITS ID="">{1,1}</BIBCITS>
  <DATE CALENDAR="NEWSTYLE" CERTAINTY="CERT" ID="" VALUE="">{1,1}</DATE>
  <DATERANGE CALENDAR="NEWSTYLE" CERTAINTY="CERT" EXACT="" FROM="" ID="" TO="">{1,1}</DATERANGE>
  <EMPH>{1,1}</EMPH>
  <EXTENTOFOEUVRE>{1,1}</EXTENTOFOEUVRE>
  <FOREIGN LANG="" REG="">{1,1}</FOREIGN>
  <KEYWORDCLASS KEYWORDTYPE="">{1,1}</KEYWORDCLASS>
  <L PART="N" RHYME="">{1,1}</L>
  <NAME REF="" STANDARD="">{1,1}</NAME>
  <ORGNAME ORGTYPE="" REF="" REG="" STANDARD="">{1,1}</ORGNAME>
  <PATTITUDES>{1,1}</PATTITUDES>
  <PAUTHORSHIP AUTHORNAMETYPE="" AUTHORSHIPCONTROVERSY="" COLLABORATION="" CONTROVERSYDATE="">{1,1}</PAUTHORSHIP>
  <PCIRCULATION>{1,1}</PCIRCULATION>
  <PDEDICATION>{1,1}</PDEDICATION>
  <PEARNINGS>{1,1}</PEARNINGS>
  <PINFLUENCESHER INFLUENCETYPE="">{1,1}</PINFLUENCESHER>
  <PLACE REF="">{1,1}</PLACE>
  <PLITERARYSCHOOLS INVOLVEMENT="INVOLVEMENTYES" REG="">{1,1}</PLITERARYSCHOOLS>
  <PMANUSCRIPTHISTORY>{1,1}</PMANUSCRIPTHISTORY>
  <PMATERIALCONDITIONS DISPLACEMENT="">{1,1}</PMATERIALCONDITIONS>
  <PMODEOFPUBLICATION PUBLICATIONMODE="">{1,1}</PMODEOFPUBLICATION>
  <PMOTIVES ID="" MOTIVETYPE="">{1,1}</PMOTIVES>
  <PNONSURVIVAL TYPEOFNONSURVIVAL="">{1,1}</PNONSURVIVAL>
  <PPERFORMANCE>{1,1}</PPERFORMANCE>
  <PPERIODICALPUBLICATION>{1,1}</PPERIODICALPUBLICATION>
  <PPRICE>{1,1}</PPRICE>
  <PRARITIESFEATURESDECORATIONS>{1,1}</PRARITIESFEATURESDECORATIONS>
  <PRELATIONSWITHPUBLISHER RELATIONSHIPTYPE="">{1,1}</PRELATIONSWITHPUBLISHER>
  <PSUBMISSIONSREJECTIONS>{1,1}</PSUBMISSIONSREJECTIONS>
  <PTYPEOFPRESS>{1,1}</PTYPEOFPRESS>
  <QUOTE DIRECT="Y" ID="">{1,1}</QUOTE>
  <RDESTRUCTIONOFWORK DESTROYEDBY="">{1,1}</RDESTRUCTIONOFWORK>
  <RESEARCHNOTE>{1,1}</RESEARCHNOTE>
  <RFICTIONALIZATION>{1,1}</RFICTIONALIZATION>
  <RLANDMARKTEXT>{1,1}</RLANDMARKTEXT>
  <RPENALTIES CENSORSHIP="">{1,1}</RPENALTIES>
  <RRECOGNITIONNAME REG="">{1,1}</RRECOGNITIONNAME>
  <RRECOGNITIONVALUE>{1,1}</RRECOGNITIONVALUE>
  <RRESPONSES FORMALITY="" GENDEREDRESPONSE="" RESPONSETYPE="">{1,1}</RRESPONSES>
  <RS REG="" TYPE="">{1,1}</RS>
  <RSELFDESCRIPTION>{1,1}</RSELFDESCRIPTION>
  <RSHEINFLUENCED>{1,1}</RSHEINFLUENCED>
  <SCHOLARNOTE>{1,1}</SCHOLARNOTE>
  <SIC CORR="">{1,1}</SIC>
  <SOCALLED>{1,1}</SOCALLED>
  <TCHARACTERIZATION>{1,1}</TCHARACTERIZATION>
  <TCHARACTERNAME REG="">{1,1}</TCHARACTERNAME>
  <TCHARACTERTYPEROLE PROTAGONIST="">{1,1}</TCHARACTERTYPEROLE>
  <TGENRE GENRENAME="" PROPOSEDALTERNATIVENAME="">{1,1}</TGENRE>
  <TGENREISSUE>{1,1}</TGENREISSUE>
  <TINTERTEXTUALITY GENDEROFAUTHOR="" INTERTEXTTYPE="">{1,1}</TINTERTEXTUALITY>
  <TITLE REF="" REG="" REND="" STANDARD="" TITLETYPE="">{1,1}</TITLE>
  <TMOTIF MOTIFNAME="">{1,1}</TMOTIF>
  <TOPIC STANDARD="">{1,1}</TOPIC>
  <TPLOT>{1,1}</TPLOT>
  <TSETTINGDATE SETTINGDATETYPE="">{1,1}</TSETTINGDATE>
  <TSETTINGPLACE SETTINGCLASS="" SETTINGPLACETYPE="">{1,1}</TSETTINGPLACE>
  <TTECHNIQUES TECHNIQUETYPE="">{1,1}</TTECHNIQUES>
  <TTHEMETOPIC ID="">{1,1}</TTHEMETOPIC>
  <TTONESTYLE>{1,1}</TTONESTYLE>
  <TVOICENARRATION>{1,1}</TVOICENARRATION>
  <LB>{1,1}</LB>
  <LG TYPE="">{1,1}</LG>
</QUOTE>
Attributes
QName Type Default Use Annotation
DIRECT restriction of xs:token Y optional
Direct is an attribute of the quote element and is
intended to indicate whether a source is being quoted directly or indirectly. For display purposes, it will be necessary to set
off direct quotations (double quotation marks) from indirect ones (single quotation marks).
ID xs:NCName optional
Source
<xs:element name="QUOTE">
  <xs:annotation>
    <xs:documentation>The quote element is globally available and should be used wherever you quote a source.</xs:documentation>
  </xs:annotation>
  <xs:complexType mixed="true">
    <xs:choice minOccurs="0" maxOccurs="unbounded">
      <xs:element ref="BIBCITS"/>
      <xs:element ref="DATE"/>
      <xs:element ref="DATERANGE"/>
      <xs:element ref="EMPH"/>
      <xs:element ref="EXTENTOFOEUVRE"/>
      <xs:element ref="FOREIGN"/>
      <xs:element ref="KEYWORDCLASS"/>
      <xs:element ref="L"/>
      <xs:element ref="NAME"/>
      <xs:element ref="ORGNAME"/>
      <xs:element ref="PATTITUDES"/>
      <xs:element ref="PAUTHORSHIP"/>
      <xs:element ref="PCIRCULATION"/>
      <xs:element ref="PDEDICATION"/>
      <xs:element ref="PEARNINGS"/>
      <xs:element ref="PINFLUENCESHER"/>
      <xs:element ref="PLACE"/>
      <xs:element ref="PLITERARYSCHOOLS"/>
      <xs:element ref="PMANUSCRIPTHISTORY"/>
      <xs:element ref="PMATERIALCONDITIONS"/>
      <xs:element ref="PMODEOFPUBLICATION"/>
      <xs:element ref="PMOTIVES"/>
      <xs:element ref="PNONSURVIVAL"/>
      <xs:element ref="PPERFORMANCE"/>
      <xs:element ref="PPERIODICALPUBLICATION"/>
      <xs:element ref="PPRICE"/>
      <xs:element ref="PRARITIESFEATURESDECORATIONS"/>
      <xs:element ref="PRELATIONSWITHPUBLISHER"/>
      <xs:element ref="PSUBMISSIONSREJECTIONS"/>
      <xs:element ref="PTYPEOFPRESS"/>
      <xs:element ref="QUOTE"/>
      <xs:element ref="RDESTRUCTIONOFWORK"/>
      <xs:element ref="RESEARCHNOTE"/>
      <xs:element ref="RFICTIONALIZATION"/>
      <xs:element ref="RLANDMARKTEXT"/>
      <xs:element ref="RPENALTIES"/>
      <xs:element ref="RRECOGNITIONNAME"/>
      <xs:element ref="RRECOGNITIONVALUE"/>
      <xs:element ref="RRESPONSES"/>
      <xs:element ref="RS"/>
      <xs:element ref="RSELFDESCRIPTION"/>
      <xs:element ref="RSHEINFLUENCED"/>
      <xs:element ref="SCHOLARNOTE"/>
      <xs:element ref="SIC"/>
      <xs:element ref="SOCALLED"/>
      <xs:element ref="TCHARACTERIZATION"/>
      <xs:element ref="TCHARACTERNAME"/>
      <xs:element ref="TCHARACTERTYPEROLE"/>
      <xs:element ref="TGENRE"/>
      <xs:element ref="TGENREISSUE"/>
      <xs:element ref="TINTERTEXTUALITY"/>
      <xs:element ref="TITLE"/>
      <xs:element ref="TMOTIF"/>
      <xs:element ref="TOPIC"/>
      <xs:element ref="TPLOT"/>
      <xs:element ref="TSETTINGDATE"/>
      <xs:element ref="TSETTINGPLACE"/>
      <xs:element ref="TTECHNIQUES"/>
      <xs:element ref="TTHEMETOPIC"/>
      <xs:element ref="TTONESTYLE"/>
      <xs:element ref="TVOICENARRATION"/>
      <xs:element ref="LB"/>
      <xs:element ref="LG"/>
    </xs:choice>
    <xs:attribute name="DIRECT" default="Y">
      <xs:annotation>
        <xs:documentation>Direct is an attribute of the quote element and is intended to indicate whether a source is being quoted directly or indirectly. For display purposes, it will be necessary to set off direct quotations (double quotation marks) from indirect ones (single quotation marks).</xs:documentation>
      </xs:annotation>
      <xs:simpleType>
        <xs:restriction base="xs:token">
          <xs:enumeration value="Y"/>
          <xs:enumeration value="N"/>
        </xs:restriction>
      </xs:simpleType>
    </xs:attribute>
    <xs:attribute name="ID" type="xs:NCName"/>
  </xs:complexType>
</xs:element>
[ top ]
Element EXTENTOFOEUVRE
Namespace No namespace
Annotations
This element will be particularly useful in summing up the careers of
minor writers in authorSummary statements. Describe here the range and breadth of a woman's writing and remember that this will be OUR view of
the work. Because it appears only in AuthorSummary, you are gently urged to make summary statements using this element.
Diagram
Diagram index.tmp#BIBCITS index.tmp#DATE index.tmp#DATERANGE index.tmp#FOREIGN index.tmp#GENERICRANGE index.tmp#NAME index.tmp#ORGNAME index.tmp#PLACE index.tmp#QUOTE index.tmp#SCHOLARNOTE index.tmp#SOCALLED index.tmp#TGENRE index.tmp#TITLE index.tmp#TOPIC
Properties
content complex
mixed true
Used by
Elements GENERICRANGE, P, QUOTE
Model
Children BIBCITS, DATE, DATERANGE, FOREIGN, GENERICRANGE, NAME, ORGNAME, PLACE, QUOTE, SCHOLARNOTE, SOCALLED, TGENRE, TITLE, TOPIC
Instance
<EXTENTOFOEUVRE>
  <BIBCITS ID="">{1,1}</BIBCITS>
  <DATE CALENDAR="NEWSTYLE" CERTAINTY="CERT" ID="" VALUE="">{1,1}</DATE>
  <DATERANGE CALENDAR="NEWSTYLE" CERTAINTY="CERT" EXACT="" FROM="" ID="" TO="">{1,1}</DATERANGE>
  <FOREIGN LANG="" REG="">{1,1}</FOREIGN>
  <GENERICRANGE>{1,1}</GENERICRANGE>
  <NAME REF="" STANDARD="">{1,1}</NAME>
  <ORGNAME ORGTYPE="" REF="" REG="" STANDARD="">{1,1}</ORGNAME>
  <PLACE REF="">{1,1}</PLACE>
  <QUOTE DIRECT="Y" ID="">{1,1}</QUOTE>
  <SCHOLARNOTE>{1,1}</SCHOLARNOTE>
  <SOCALLED>{1,1}</SOCALLED>
  <TGENRE GENRENAME="" PROPOSEDALTERNATIVENAME="">{1,1}</TGENRE>
  <TITLE REF="" REG="" REND="" STANDARD="" TITLETYPE="">{1,1}</TITLE>
  <TOPIC STANDARD="">{1,1}</TOPIC>
</EXTENTOFOEUVRE>
Source
<xs:element name="EXTENTOFOEUVRE">
  <xs:annotation>
    <xs:documentation>This element will be particularly useful in summing up the careers of minor writers in authorSummary statements. Describe here the range and breadth of a woman's writing and remember that this will be OUR view of the work. Because it appears only in AuthorSummary, you are gently urged to make summary statements using this element.</xs:documentation>
  </xs:annotation>
  <xs:complexType mixed="true">
    <xs:choice minOccurs="0" maxOccurs="unbounded">
      <xs:element ref="BIBCITS"/>
      <xs:element ref="DATE"/>
      <xs:element ref="DATERANGE"/>
      <xs:element ref="FOREIGN"/>
      <xs:element ref="GENERICRANGE"/>
      <xs:element ref="NAME"/>
      <xs:element ref="ORGNAME"/>
      <xs:element ref="PLACE"/>
      <xs:element ref="QUOTE"/>
      <xs:element ref="SCHOLARNOTE"/>
      <xs:element ref="SOCALLED"/>
      <xs:element ref="TGENRE"/>
      <xs:element ref="TITLE"/>
      <xs:element ref="TOPIC"/>
    </xs:choice>
  </xs:complexType>
</xs:element>
[ top ]
Element GENERICRANGE
Namespace No namespace
Annotations
The element genericRange is specially designed to work only in
conjunction with authorSummary statements. It applies to discussions of a woman writer's whole oeuvre and the kind of generic choices she made
over a lifetime of writing.
Diagram
Diagram index.tmp#BIBCITS index.tmp#DATE index.tmp#DATERANGE index.tmp#EXTENTOFOEUVRE index.tmp#FOREIGN index.tmp#GENERICRANGE index.tmp#NAME index.tmp#ORGNAME index.tmp#PLACE index.tmp#QUOTE index.tmp#RESEARCHNOTE index.tmp#SOCALLED index.tmp#TGENRE index.tmp#TITLE index.tmp#TOPIC
Properties
content complex
mixed true
Used by
Model
Children BIBCITS, DATE, DATERANGE, EXTENTOFOEUVRE, FOREIGN, GENERICRANGE, NAME, ORGNAME, PLACE, QUOTE, RESEARCHNOTE, SOCALLED, TGENRE, TITLE, TOPIC
Instance
<GENERICRANGE>
  <BIBCITS ID="">{1,1}</BIBCITS>
  <DATE CALENDAR="NEWSTYLE" CERTAINTY="CERT" ID="" VALUE="">{1,1}</DATE>
  <DATERANGE CALENDAR="NEWSTYLE" CERTAINTY="CERT" EXACT="" FROM="" ID="" TO="">{1,1}</DATERANGE>
  <EXTENTOFOEUVRE>{1,1}</EXTENTOFOEUVRE>
  <FOREIGN LANG="" REG="">{1,1}</FOREIGN>
  <GENERICRANGE>{1,1}</GENERICRANGE>
  <NAME REF="" STANDARD="">{1,1}</NAME>
  <ORGNAME ORGTYPE="" REF="" REG="" STANDARD="">{1,1}</ORGNAME>
  <PLACE REF="">{1,1}</PLACE>
  <QUOTE DIRECT="Y" ID="">{1,1}</QUOTE>
  <RESEARCHNOTE>{1,1}</RESEARCHNOTE>
  <SOCALLED>{1,1}</SOCALLED>
  <TGENRE GENRENAME="" PROPOSEDALTERNATIVENAME="">{1,1}</TGENRE>
  <TITLE REF="" REG="" REND="" STANDARD="" TITLETYPE="">{1,1}</TITLE>
  <TOPIC STANDARD="">{1,1}</TOPIC>
</GENERICRANGE>
Source
<xs:element name="GENERICRANGE">
  <xs:annotation>
    <xs:documentation>The element genericRange is specially designed to work only in conjunction with authorSummary statements. It applies to discussions of a woman writer's whole oeuvre and the kind of generic choices she made over a lifetime of writing.</xs:documentation>
  </xs:annotation>
  <xs:complexType mixed="true">
    <xs:choice minOccurs="0" maxOccurs="unbounded">
      <xs:element ref="BIBCITS"/>
      <xs:element ref="DATE"/>
      <xs:element ref="DATERANGE"/>
      <xs:element ref="EXTENTOFOEUVRE"/>
      <xs:element ref="FOREIGN"/>
      <xs:element ref="GENERICRANGE"/>
      <xs:element ref="NAME"/>
      <xs:element ref="ORGNAME"/>
      <xs:element ref="PLACE"/>
      <xs:element ref="QUOTE"/>
      <xs:element ref="RESEARCHNOTE"/>
      <xs:element ref="SOCALLED"/>
      <xs:element ref="TGENRE"/>
      <xs:element ref="TITLE"/>
      <xs:element ref="TOPIC"/>
    </xs:choice>
  </xs:complexType>
</xs:element>
[ top ]
Element NAME
Namespace No namespace
Diagram
Diagram index.tmp#NAME_STANDARD index.tmp#NAME_REF index.tmp#EMPH index.tmp#FOREIGN index.tmp#RESEARCHNOTE index.tmp#SIC index.tmp#SOCALLED index.tmp#TCHARACTERNAME
Properties
content complex
mixed true
Used by
Model
Children EMPH, FOREIGN, RESEARCHNOTE, SIC, SOCALLED, TCHARACTERNAME
Instance
<NAME REF="" STANDARD="">
  <EMPH>{1,1}</EMPH>
  <FOREIGN LANG="" REG="">{1,1}</FOREIGN>
  <RESEARCHNOTE>{1,1}</RESEARCHNOTE>
  <SIC CORR="">{1,1}</SIC>
  <SOCALLED>{1,1}</SOCALLED>
  <TCHARACTERNAME REG="">{1,1}</TCHARACTERNAME>
</NAME>
Attributes
QName Type Use
REF xs:anyURI optional
STANDARD optional
Source
<xs:element name="NAME">
  <xs:complexType mixed="true">
    <xs:choice minOccurs="0" maxOccurs="unbounded">
      <xs:element ref="EMPH"/>
      <xs:element ref="FOREIGN"/>
      <xs:element ref="RESEARCHNOTE"/>
      <xs:element ref="SIC"/>
      <xs:element ref="SOCALLED"/>
      <xs:element ref="TCHARACTERNAME"/>
    </xs:choice>
    <xs:attribute name="STANDARD"/>
    <xs:attribute name="REF" type="xs:anyURI"/>
  </xs:complexType>
</xs:element>
[ top ]
Element SIC
Namespace No namespace
Annotations
This element is left over from the TEI set of elements and is
meant to be used in the same way that you would use a [sic] tag in regular prose. For our purposes, we have devised a set of practice
directives to guide you in your use of this element. It is primarily a formatting tag which inserts the word [sic] in rendered
text.
Diagram
Diagram index.tmp#SIC_CORR index.tmp#NAME index.tmp#PLACE index.tmp#QUOTE
Properties
content complex
mixed true
Used by
Model
Children NAME, PLACE, QUOTE
Instance
<SIC CORR="">
  <NAME REF="" STANDARD="">{1,1}</NAME>
  <PLACE REF="">{1,1}</PLACE>
  <QUOTE DIRECT="Y" ID="">{1,1}</QUOTE>
</SIC>
Attributes
QName Type Use
CORR optional
Source
<xs:element name="SIC">
  <xs:annotation>
    <xs:documentation>This element is left over from the TEI set of elements and is meant to be used in the same way that you would use a [sic] tag in regular prose. For our purposes, we have devised a set of practice directives to guide you in your use of this element. It is primarily a formatting tag which inserts the word [sic] in rendered text.</xs:documentation>
  </xs:annotation>
  <xs:complexType mixed="true">
    <xs:choice minOccurs="0" maxOccurs="unbounded">
      <xs:element ref="NAME"/>
      <xs:element ref="PLACE"/>
      <xs:element ref="QUOTE"/>
    </xs:choice>
    <xs:attribute name="CORR"/>
  </xs:complexType>
</xs:element>
[ top ]
Element SOCALLED
Namespace No namespace
Annotations
Socalled contains a word or phrase for which the author or
narrator indicates a disclaiming of responsibility, for example by the use of scare quotes or italics.
Diagram
Diagram index.tmp#DATE index.tmp#EMPH index.tmp#FOREIGN index.tmp#NAME index.tmp#ORGNAME index.tmp#PLACE index.tmp#PLITERARYSCHOOLS index.tmp#PTYPEOFPRESS index.tmp#SIC index.tmp#TCHARACTERNAME index.tmp#TCHARACTERTYPEROLE index.tmp#TGENRE index.tmp#TITLE index.tmp#TMOTIF index.tmp#TOPIC index.tmp#TTHEMETOPIC
Properties
content complex
mixed true
Used by
Model
Children DATE, EMPH, FOREIGN, NAME, ORGNAME, PLACE, PLITERARYSCHOOLS, PTYPEOFPRESS, SIC, TCHARACTERNAME, TCHARACTERTYPEROLE, TGENRE, TITLE, TMOTIF, TOPIC, TTHEMETOPIC
Instance
<SOCALLED>
  <DATE CALENDAR="NEWSTYLE" CERTAINTY="CERT" ID="" VALUE="">{1,1}</DATE>
  <EMPH>{1,1}</EMPH>
  <FOREIGN LANG="" REG="">{1,1}</FOREIGN>
  <NAME REF="" STANDARD="">{1,1}</NAME>
  <ORGNAME ORGTYPE="" REF="" REG="" STANDARD="">{1,1}</ORGNAME>
  <PLACE REF="">{1,1}</PLACE>
  <PLITERARYSCHOOLS INVOLVEMENT="INVOLVEMENTYES" REG="">{1,1}</PLITERARYSCHOOLS>
  <PTYPEOFPRESS>{1,1}</PTYPEOFPRESS>
  <SIC CORR="">{1,1}</SIC>
  <TCHARACTERNAME REG="">{1,1}</TCHARACTERNAME>
  <TCHARACTERTYPEROLE PROTAGONIST="">{1,1}</TCHARACTERTYPEROLE>
  <TGENRE GENRENAME="" PROPOSEDALTERNATIVENAME="">{1,1}</TGENRE>
  <TITLE REF="" REG="" REND="" STANDARD="" TITLETYPE="">{1,1}</TITLE>
  <TMOTIF MOTIFNAME="">{1,1}</TMOTIF>
  <TOPIC STANDARD="">{1,1}</TOPIC>
  <TTHEMETOPIC ID="">{1,1}</TTHEMETOPIC>
</SOCALLED>
Source
<xs:element name="SOCALLED">
  <xs:annotation>
    <xs:documentation>Socalled contains a word or phrase for which the author or narrator indicates a disclaiming of responsibility, for example by the use of scare quotes or italics.</xs:documentation>
  </xs:annotation>
  <xs:complexType mixed="true">
    <xs:choice minOccurs="0" maxOccurs="unbounded">
      <xs:element ref="DATE"/>
      <xs:element ref="EMPH"/>
      <xs:element ref="FOREIGN"/>
      <xs:element ref="NAME"/>
      <xs:element ref="ORGNAME"/>
      <xs:element ref="PLACE"/>
      <xs:element ref="PLITERARYSCHOOLS"/>
      <xs:element ref="PTYPEOFPRESS"/>
      <xs:element ref="SIC"/>
      <xs:element ref="TCHARACTERNAME"/>
      <xs:element ref="TCHARACTERTYPEROLE"/>
      <xs:element ref="TGENRE"/>
      <xs:element ref="TITLE"/>
      <xs:element ref="TMOTIF"/>
      <xs:element ref="TOPIC"/>
      <xs:element ref="TTHEMETOPIC"/>
    </xs:choice>
  </xs:complexType>
</xs:element>
[ top ]
Element ORGNAME
Namespace No namespace
Annotations
The orgName element is used to identify schools, companies,
and any other type of recognized organization.
Diagram
Diagram index.tmp#ORGNAME_ORGTYPE index.tmp#ORGNAME_REG index.tmp#ORGNAME_STANDARD index.tmp#ORGNAME_REF index.tmp#FOREIGN index.tmp#SOCALLED index.tmp#TGENRE index.tmp#TITLE index.tmp#TTHEMETOPIC
Properties
content complex
mixed true
Used by
Model
Children FOREIGN, SOCALLED, TGENRE, TITLE, TTHEMETOPIC
Instance
<ORGNAME ORGTYPE="" REF="" REG="" STANDARD="">
  <FOREIGN LANG="" REG="">{1,1}</FOREIGN>
  <SOCALLED>{1,1}</SOCALLED>
  <TGENRE GENRENAME="" PROPOSEDALTERNATIVENAME="">{1,1}</TGENRE>
  <TITLE REF="" REG="" REND="" STANDARD="" TITLETYPE="">{1,1}</TITLE>
  <TTHEMETOPIC ID="">{1,1}</TTHEMETOPIC>
</ORGNAME>
Attributes
QName Type Use Annotation
ORGTYPE optional
A carry-over from the Microsoft Access database for
chronology, orgType contains a keyword descriptor of an organization. Do not use this attribute.
REF xs:anyURI optional
REG optional
Reg (or
regularization) contains a reading which has been regularized or normalized in some
sense.
STANDARD optional
Source
<xs:element name="ORGNAME">
  <xs:annotation>
    <xs:documentation>The orgName element is used to identify schools, companies, and any other type of recognized organization.</xs:documentation>
  </xs:annotation>
  <xs:complexType mixed="true">
    <xs:choice minOccurs="0" maxOccurs="unbounded">
      <xs:element ref="FOREIGN"/>
      <xs:element ref="SOCALLED"/>
      <xs:element ref="TGENRE"/>
      <xs:element ref="TITLE"/>
      <xs:element ref="TTHEMETOPIC"/>
    </xs:choice>
    <xs:attribute name="ORGTYPE">
      <xs:annotation>
        <xs:documentation>A carry-over from the Microsoft Access database for chronology, orgType contains a keyword descriptor of an organization. Do not use this attribute.</xs:documentation>
      </xs:annotation>
    </xs:attribute>
    <xs:attribute name="REG">
      <xs:annotation>
        <xs:documentation>Reg (or regularization) contains a reading which has been regularized or normalized in some sense.</xs:documentation>
      </xs:annotation>
    </xs:attribute>
    <xs:attribute name="STANDARD"/>
    <xs:attribute name="REF" type="xs:anyURI"/>
  </xs:complexType>
</xs:element>
[ top ]
Element TGENRE
Namespace No namespace
Annotations
GenreName (or tGenre) is used to tag the name of the genre
according to a project-generated list of genre names.
Diagram
Diagram index.tmp#TGENRE_GENRENAME index.tmp#TGENRE_PROPOSEDALTERNATIVENAME index.tmp#BIBCITS index.tmp#DATE index.tmp#EMPH index.tmp#FOREIGN index.tmp#NAME index.tmp#ORGNAME index.tmp#PLACE index.tmp#PLITERARYSCHOOLS index.tmp#QUOTE index.tmp#RESEARCHNOTE index.tmp#SIC index.tmp#SOCALLED index.tmp#TCHARACTERNAME index.tmp#TCHARACTERTYPEROLE index.tmp#TGENRE index.tmp#TITLE index.tmp#TMOTIF index.tmp#TOPIC index.tmp#TTHEMETOPIC index.tmp#TVOICENARRATION
Properties
content complex
mixed true
Used by
Model
Children BIBCITS, DATE, EMPH, FOREIGN, NAME, ORGNAME, PLACE, PLITERARYSCHOOLS, QUOTE, RESEARCHNOTE, SIC, SOCALLED, TCHARACTERNAME, TCHARACTERTYPEROLE, TGENRE, TITLE, TMOTIF, TOPIC, TTHEMETOPIC, TVOICENARRATION
Instance
<TGENRE GENRENAME="" PROPOSEDALTERNATIVENAME="">
  <BIBCITS ID="">{1,1}</BIBCITS>
  <DATE CALENDAR="NEWSTYLE" CERTAINTY="CERT" ID="" VALUE="">{1,1}</DATE>
  <EMPH>{1,1}</EMPH>
  <FOREIGN LANG="" REG="">{1,1}</FOREIGN>
  <NAME REF="" STANDARD="">{1,1}</NAME>
  <ORGNAME ORGTYPE="" REF="" REG="" STANDARD="">{1,1}</ORGNAME>
  <PLACE REF="">{1,1}</PLACE>
  <PLITERARYSCHOOLS INVOLVEMENT="INVOLVEMENTYES" REG="">{1,1}</PLITERARYSCHOOLS>
  <QUOTE DIRECT="Y" ID="">{1,1}</QUOTE>
  <RESEARCHNOTE>{1,1}</RESEARCHNOTE>
  <SIC CORR="">{1,1}</SIC>
  <SOCALLED>{1,1}</SOCALLED>
  <TCHARACTERNAME REG="">{1,1}</TCHARACTERNAME>
  <TCHARACTERTYPEROLE PROTAGONIST="">{1,1}</TCHARACTERTYPEROLE>
  <TGENRE GENRENAME="" PROPOSEDALTERNATIVENAME="">{1,1}</TGENRE>
  <TITLE REF="" REG="" REND="" STANDARD="" TITLETYPE="">{1,1}</TITLE>
  <TMOTIF MOTIFNAME="">{1,1}</TMOTIF>
  <TOPIC STANDARD="">{1,1}</TOPIC>
  <TTHEMETOPIC ID="">{1,1}</TTHEMETOPIC>
  <TVOICENARRATION>{1,1}</TVOICENARRATION>
</TGENRE>
Attributes
QName Type Use Annotation
GENRENAME restriction of xs:token optional
GenreName is an optional attribute that provides a
pick-list of possible genre names to modify the element tGenre. It will prove especially useful in situations where the prose
does not allow the concise naming of a genre that would be easily understood by a simpler name. Ultimately, this attribute will
help us systematize and index references to various genre names.
PROPOSEDALTERNATIVENAME optional
Source
<xs:element name="TGENRE">
  <xs:annotation>
    <xs:documentation>GenreName (or tGenre) is used to tag the name of the genre according to a project-generated list of genre names.</xs:documentation>
  </xs:annotation>
  <xs:complexType mixed="true">
    <xs:choice minOccurs="0" maxOccurs="unbounded">
      <xs:element ref="BIBCITS"/>
      <xs:element ref="DATE"/>
      <xs:element ref="EMPH"/>
      <xs:element ref="FOREIGN"/>
      <xs:element ref="NAME"/>
      <xs:element ref="ORGNAME"/>
      <xs:element ref="PLACE"/>
      <xs:element ref="PLITERARYSCHOOLS"/>
      <xs:element ref="QUOTE"/>
      <xs:element ref="RESEARCHNOTE"/>
      <xs:element ref="SIC"/>
      <xs:element ref="SOCALLED"/>
      <xs:element ref="TCHARACTERNAME"/>
      <xs:element ref="TCHARACTERTYPEROLE"/>
      <xs:element ref="TGENRE"/>
      <xs:element ref="TITLE"/>
      <xs:element ref="TMOTIF"/>
      <xs:element ref="TOPIC"/>
      <xs:element ref="TTHEMETOPIC"/>
      <xs:element ref="TVOICENARRATION"/>
    </xs:choice>
    <xs:attribute name="GENRENAME">
      <xs:annotation>
        <xs:documentation>GenreName is an optional attribute that provides a pick-list of possible genre names to modify the element tGenre. It will prove especially useful in situations where the prose does not allow the concise naming of a genre that would be easily understood by a simpler name. Ultimately, this attribute will help us systematize and index references to various genre names.</xs:documentation>
      </xs:annotation>
      <xs:simpleType>
        <xs:restriction base="xs:token">
          <xs:enumeration value="ABRIDGEMENT"/>
          <xs:enumeration value="ACLEF"/>
          <xs:enumeration value="ACROSTIC"/>
          <xs:enumeration value="ADAPTATION"/>
          <xs:enumeration value="ADVENTUREWRITING"/>
          <xs:enumeration value="ADVERTISINGCOPY"/>
          <xs:enumeration value="AFTERPIECE"/>
          <xs:enumeration value="AFTERWORD"/>
          <xs:enumeration value="AGITPROP"/>
          <xs:enumeration value="ALLEGORY"/>
          <xs:enumeration value="ALMANAC"/>
          <xs:enumeration value="ANACREONTIC"/>
          <xs:enumeration value="ANAGRAM"/>
          <xs:enumeration value="ANNOTATION"/>
          <xs:enumeration value="ANSWER"/>
          <xs:enumeration value="ANTHEM"/>
          <xs:enumeration value="ANTHOLOGY"/>
          <xs:enumeration value="ANTIROMANCE"/>
          <xs:enumeration value="APHORISM"/>
          <xs:enumeration value="APOLOGY"/>
          <xs:enumeration value="ARTCRITICISM"/>
          <xs:enumeration value="AUTOBIOGRAPHY"/>
          <xs:enumeration value="BALLAD"/>
          <xs:enumeration value="BALLADE"/>
          <xs:enumeration value="BALLADOPERA"/>
          <xs:enumeration value="BALLET"/>
          <xs:enumeration value="BERGAMASQUE"/>
          <xs:enumeration value="BESTIARY"/>
          <xs:enumeration value="BIBLICALPARAPHRASE"/>
          <xs:enumeration value="BILDUNGSROMAN"/>
          <xs:enumeration value="BIOGRAPHICALDICTIONARY"/>
          <xs:enumeration value="BIOGRAPHY"/>
          <xs:enumeration value="BISEXUALFICTION"/>
          <xs:enumeration value="BLACKCOMEDY"/>
          <xs:enumeration value="BOUTSRIMES"/>
          <xs:enumeration value="BROADSIDE"/>
          <xs:enumeration value="BURLETTA"/>
          <xs:enumeration value="CABARET"/>
          <xs:enumeration value="CAPTIVITYNARRATIVE"/>
          <xs:enumeration value="CATECHISM"/>
          <xs:enumeration value="CHAPBOOK"/>
          <xs:enumeration value="CHARACTER"/>
          <xs:enumeration value="CHARADE"/>
          <xs:enumeration value="CHILDRENSLITERATURE"/>
          <xs:enumeration value="CLERIHEW"/>
          <xs:enumeration value="CLOSETDRAMA"/>
          <xs:enumeration value="COLOURINGBOOK"/>
          <xs:enumeration value="COMEDY"/>
          <xs:enumeration value="COMEDYOFHUMOURS"/>
          <xs:enumeration value="COMEDYOFINTRIGUE"/>
          <xs:enumeration value="COMEDYOFMANNERS"/>
          <xs:enumeration value="COMEDYOFMENACE"/>
          <xs:enumeration value="COMICBOOK"/>
          <xs:enumeration value="COMINGOUT"/>
          <xs:enumeration value="COMMONPLACEBOOK"/>
          <xs:enumeration value="COMPANION"/>
          <xs:enumeration value="COMPUTERPROGRAM"/>
          <xs:enumeration value="CONDITIONOFENGLANDNOVEL"/>
          <xs:enumeration value="CONDUCTLITERATURE"/>
          <xs:enumeration value="COOKBOOK"/>
          <xs:enumeration value="COURTSHIPFICTION"/>
          <xs:enumeration value="CRIMINOLOGY"/>
          <xs:enumeration value="DEDICATION"/>
          <xs:enumeration value="DETECTIVE"/>
          <xs:enumeration value="DEVOTIONAL"/>
          <xs:enumeration value="DIALOGUEORDEBATE"/>
          <xs:enumeration value="DIARY"/>
          <xs:enumeration value="DIALOGUEOFTHEDEAD"/>
          <xs:enumeration value="DICTIONARY"/>
          <xs:enumeration value="DIDACTIC"/>
          <xs:enumeration value="DIRECTORY"/>
          <xs:enumeration value="DISSERTATION"/>
          <xs:enumeration value="DOCUMENTARY"/>
          <xs:enumeration value="DOMESTIC"/>
          <xs:enumeration value="DRAMA"/>
          <xs:enumeration value="DRAMATICMONOLOGUE"/>
          <xs:enumeration value="DREAMVISION"/>
          <xs:enumeration value="DYSTOPIA"/>
          <xs:enumeration value="ECLOGUE"/>
          <xs:enumeration value="EDITING"/>
          <xs:enumeration value="ELEGY"/>
          <xs:enumeration value="ENCYCLOPAEDIA"/>
          <xs:enumeration value="EPIC"/>
          <xs:enumeration value="EPICTHEATRE"/>
          <xs:enumeration value="EPIGRAM"/>
          <xs:enumeration value="EPILOGUE"/>
          <xs:enumeration value="EPISODICLITERATURE"/>
          <xs:enumeration value="EPISTLE"/>
          <xs:enumeration value="EPISTOLARY"/>
          <xs:enumeration value="EPITAPH"/>
          <xs:enumeration value="EPITHALAMIUM"/>
          <xs:enumeration value="EPYLLION"/>
          <xs:enumeration value="EROTICAPORNOGRAPHY"/>
          <xs:enumeration value="ESSAY"/>
          <xs:enumeration value="EULOGY"/>
          <xs:enumeration value="EXHIBITIONCATALOGUE"/>
          <xs:enumeration value="EXPRESSIONISTWRITING"/>
          <xs:enumeration value="FABLE"/>
          <xs:enumeration value="FABLIAU"/>
          <xs:enumeration value="FAIRYTALE"/>
          <xs:enumeration value="FANTASY"/>
          <xs:enumeration value="FARCE"/>
          <xs:enumeration value="FEMINIST"/>
          <xs:enumeration value="FEMINISTTHEORY"/>
          <xs:enumeration value="FICTION"/>
          <xs:enumeration value="FILMTVSCRIPT"/>
          <xs:enumeration value="FOLKSONG"/>
          <xs:enumeration value="GARDENINGBOOK"/>
          <xs:enumeration value="GENEALOGY"/>
          <xs:enumeration value="GEORGIC"/>
          <xs:enumeration value="GHOSTSTORY"/>
          <xs:enumeration value="GIFTBOOK"/>
          <xs:enumeration value="GOTHIC"/>
          <xs:enumeration value="GOVERNMENTREPORT"/>
          <xs:enumeration value="GRAMMAR"/>
          <xs:enumeration value="GRAVEYARDPOETRY"/>
          <xs:enumeration value="GUERILLATHEATRE"/>
          <xs:enumeration value="GUIDEBOOK"/>
          <xs:enumeration value="HAGIOGRAPHY"/>
          <xs:enumeration value="HAIKU"/>
          <xs:enumeration value="HARLEQUINADE"/>
          <xs:enumeration value="HEROIC"/>
          <xs:enumeration value="HISTORICAL"/>
          <xs:enumeration value="HISTORY"/>
          <xs:enumeration value="HYMN"/>
          <xs:enumeration value="IMITATION"/>
          <xs:enumeration value="IMPROVISATION"/>
          <xs:enumeration value="INDUSTRIALNOVEL"/>
          <xs:enumeration value="INTRODUCTION"/>
          <xs:enumeration value="JOURNALISM"/>
          <xs:enumeration value="JUVENILIA"/>
          <xs:enumeration value="KITCHENSINKDRAMA"/>
          <xs:enumeration value="KUNSTLERROMAN"/>
          <xs:enumeration value="LAIS"/>
          <xs:enumeration value="LAMPOON"/>
          <xs:enumeration value="LEGALWRITING"/>
          <xs:enumeration value="LEGENDFOLKTALE"/>
          <xs:enumeration value="LESBIAN"/>
          <xs:enumeration value="LETTER"/>
          <xs:enumeration value="LETTERSFROMTHEDEADTOTHELIVING"/>
          <xs:enumeration value="LIBRETTO"/>
          <xs:enumeration value="LITERARYCRITICISM"/>
          <xs:enumeration value="LITURGY"/>
          <xs:enumeration value="LOVE"/>
          <xs:enumeration value="LYRIC"/>
          <xs:enumeration value="MAGICREALIST"/>
          <xs:enumeration value="MANIFESTO"/>
          <xs:enumeration value="MANUAL"/>
          <xs:enumeration value="MAP"/>
          <xs:enumeration value="MASQUE"/>
          <xs:enumeration value="MEDICALWRITING"/>
          <xs:enumeration value="MELODRAMA"/>
          <xs:enumeration value="MIXEDMEDIA"/>
          <xs:enumeration value="MOCKFORMS"/>
          <xs:enumeration value="MONOLOGUE"/>
          <xs:enumeration value="MORALITYMYSTERYPLAY"/>
          <xs:enumeration value="MULTIMEDIA"/>
          <xs:enumeration value="MUSICOLOGY"/>
          <xs:enumeration value="MYSTERY"/>
          <xs:enumeration value="MYTH"/>
          <xs:enumeration value="NARRATIVEPOETRY"/>
          <xs:enumeration value="NATIONALISTFICTION"/>
          <xs:enumeration value="NATIONALTALE"/>
          <xs:enumeration value="NOTEBOOK"/>
          <xs:enumeration value="NOVEL"/>
          <xs:enumeration value="NOVELLA"/>
          <xs:enumeration value="NURSERYRHYME"/>
          <xs:enumeration value="OBITUARY"/>
          <xs:enumeration value="OCCASIONALPOETRY"/>
          <xs:enumeration value="ODE"/>
          <xs:enumeration value="ONEACTPLAY"/>
          <xs:enumeration value="OPERA"/>
          <xs:enumeration value="ORATORIO"/>
          <xs:enumeration value="ORIENTAL"/>
          <xs:enumeration value="PAGEANT"/>
          <xs:enumeration value="PANEGYRIC"/>
          <xs:enumeration value="PANTOMIME"/>
          <xs:enumeration value="PARABLE"/>
          <xs:enumeration value="PARATEXTS"/>
          <xs:enumeration value="PARLIAMENTARYREPORT"/>
          <xs:enumeration value="PARODY"/>
          <xs:enumeration value="PASTORAL"/>
          <xs:enumeration value="PEDAGOGY"/>
          <xs:enumeration value="PERFORMANCEPOETRY"/>
          <xs:enumeration value="PERIODICAL"/>
          <xs:enumeration value="PETITION"/>
          <xs:enumeration value="PHILOSOPHICAL"/>
          <xs:enumeration value="PHILOSOPHY"/>
          <xs:enumeration value="PICARESQUE"/>
          <xs:enumeration value="PINDARIC"/>
          <xs:enumeration value="POETRY"/>
          <xs:enumeration value="POLEMIC"/>
          <xs:enumeration value="POLITICALWRITING"/>
          <xs:enumeration value="POPULAR"/>
          <xs:enumeration value="PRAYER"/>
          <xs:enumeration value="PREFATORYPIECE"/>
          <xs:enumeration value="PROGRAMNOTES"/>
          <xs:enumeration value="PROLETARIANWRITING"/>
          <xs:enumeration value="PROLOGUE"/>
          <xs:enumeration value="PROPAGANDA"/>
          <xs:enumeration value="PROPHECY"/>
          <xs:enumeration value="PSALM"/>
          <xs:enumeration value="PSYCHOANALYTICAL"/>
          <xs:enumeration value="QUIZ"/>
          <xs:enumeration value="RADIODRAMA"/>
          <xs:enumeration value="REALIST"/>
          <xs:enumeration value="REGIONAL"/>
          <xs:enumeration value="RELIGIOUS"/>
          <xs:enumeration value="REVIEW"/>
          <xs:enumeration value="REVUE"/>
          <xs:enumeration value="RIDDLE"/>
          <xs:enumeration value="ROMANCE"/>
          <xs:enumeration value="SAGEWRITING"/>
          <xs:enumeration value="SATIRE"/>
          <xs:enumeration value="SCHOLARSHIP"/>
          <xs:enumeration value="SCHOOLFICTION"/>
          <xs:enumeration value="SCIENCEFICTION"/>
          <xs:enumeration value="SCIENTIFICWRITING"/>
          <xs:enumeration value="SCRAPBOOK"/>
          <xs:enumeration value="SENSATIONNOVEL"/>
          <xs:enumeration value="SENSIBILITY"/>
          <xs:enumeration value="SENTIMENTAL"/>
          <xs:enumeration value="SEQUEL"/>
          <xs:enumeration value="SERMON"/>
          <xs:enumeration value="SEXUALAWAKENINGFICTION"/>
          <xs:enumeration value="SHORTSTORY"/>
          <xs:enumeration value="SILVERFORKNOVEL"/>
          <xs:enumeration value="SKETCH"/>
          <xs:enumeration value="SKETCHBOOK"/>
          <xs:enumeration value="SLAVENARRATIVE"/>
          <xs:enumeration value="SOCIALSCIENCE"/>
          <xs:enumeration value="SONG"/>
          <xs:enumeration value="SONNET"/>
          <xs:enumeration value="SPEECH"/>
          <xs:enumeration value="STAGEREVIEW"/>
          <xs:enumeration value="TESTIMONY"/>
          <xs:enumeration value="TEXTBOOK"/>
          <xs:enumeration value="THEATREOFCRUELTY"/>
          <xs:enumeration value="THEATREOFTHEABSURD"/>
          <xs:enumeration value="THEOLOGY"/>
          <xs:enumeration value="THESAURUS"/>
          <xs:enumeration value="THRILLER"/>
          <xs:enumeration value="TOPOGRAPHICALPOETRY"/>
          <xs:enumeration value="TRACTPAMPHLET"/>
          <xs:enumeration value="TRAGEDY"/>
          <xs:enumeration value="TRAGICOMEDY"/>
          <xs:enumeration value="TRANSLATION"/>
          <xs:enumeration value="TRAVELWRITING"/>
          <xs:enumeration value="TREATISE"/>
          <xs:enumeration value="UTOPIA"/>
          <xs:enumeration value="VERSENOVEL"/>
          <xs:enumeration value="VIGNETTE"/>
          <xs:enumeration value="VILLANELLE"/>
          <xs:enumeration value="YOUNGADULTWRITING"/>
        </xs:restriction>
      </xs:simpleType>
    </xs:attribute>
    <xs:attribute name="PROPOSEDALTERNATIVENAME"/>
  </xs:complexType>
</xs:element>
[ top ]
Element PLITERARYSCHOOLS
Namespace No namespace
Annotations
Meant to capture commentary on literary or artistic schools of
thought that influenced her writing or with which she had significant contact and especially those in which she was a participant. Make sure to capture
the name of the school throughout.
Diagram
Diagram index.tmp#PLITERARYSCHOOLS_INVOLVEMENT index.tmp#PLITERARYSCHOOLS_REG index.tmp#BIBCITS index.tmp#FOREIGN index.tmp#NAME index.tmp#ORGNAME index.tmp#QUOTE index.tmp#SOCALLED index.tmp#TGENRE index.tmp#TOPIC index.tmp#TTHEMETOPIC
Properties
content complex
mixed true
Used by
Model
Children BIBCITS, FOREIGN, NAME, ORGNAME, QUOTE, SOCALLED, TGENRE, TOPIC, TTHEMETOPIC
Instance
<PLITERARYSCHOOLS INVOLVEMENT="INVOLVEMENTYES" REG="">
  <BIBCITS ID="">{1,1}</BIBCITS>
  <FOREIGN LANG="" REG="">{1,1}</FOREIGN>
  <NAME REF="" STANDARD="">{1,1}</NAME>
  <ORGNAME ORGTYPE="" REF="" REG="" STANDARD="">{1,1}</ORGNAME>
  <QUOTE DIRECT="Y" ID="">{1,1}</QUOTE>
  <SOCALLED>{1,1}</SOCALLED>
  <TGENRE GENRENAME="" PROPOSEDALTERNATIVENAME="">{1,1}</TGENRE>
  <TOPIC STANDARD="">{1,1}</TOPIC>
  <TTHEMETOPIC ID="">{1,1}</TTHEMETOPIC>
</PLITERARYSCHOOLS>
Attributes
QName Type Default Use Annotation
INVOLVEMENT restriction of xs:token INVOLVEMENTYES optional
This optional attribute attached to
politicalAffiliation in Biography and PLiterarySchools in Writing, in conjunction with its sibling attributes, designates the
degree of political engagement with the political affiliation or literary school specified. Involvement denotes an intermediate
level of activity between activism and membership; the political activities involves more than simply being a member of the
Labour Party but does not entail sustained activism. Examples might include participating (but not in a leadership role) in a
labour strike or a WSPU march, holding a position within an organization's executive, writing letters or canvassing for
Greenpeace.
REG optional
Reg (or
regularization) contains a reading which has been regularized or normalized in some
sense.
Source
<xs:element name="PLITERARYSCHOOLS">
  <xs:annotation>
    <xs:documentation>Meant to capture commentary on literary or artistic schools of thought that influenced her writing or with which she had significant contact and especially those in which she was a participant. Make sure to capture the name of the school throughout.</xs:documentation>
  </xs:annotation>
  <xs:complexType mixed="true">
    <xs:choice minOccurs="0" maxOccurs="unbounded">
      <xs:element ref="BIBCITS"/>
      <xs:element ref="FOREIGN"/>
      <xs:element ref="NAME"/>
      <xs:element ref="ORGNAME"/>
      <xs:element ref="QUOTE"/>
      <xs:element ref="SOCALLED"/>
      <xs:element ref="TGENRE"/>
      <xs:element ref="TOPIC"/>
      <xs:element ref="TTHEMETOPIC"/>
    </xs:choice>
    <xs:attribute name="INVOLVEMENT" default="INVOLVEMENTYES">
      <xs:annotation>
        <xs:documentation>This optional attribute attached to politicalAffiliation in Biography and PLiterarySchools in Writing, in conjunction with its sibling attributes, designates the degree of political engagement with the political affiliation or literary school specified. Involvement denotes an intermediate level of activity between activism and membership; the political activities involves more than simply being a member of the Labour Party but does not entail sustained activism. Examples might include participating (but not in a leadership role) in a labour strike or a WSPU march, holding a position within an organization's executive, writing letters or canvassing for Greenpeace.</xs:documentation>
      </xs:annotation>
      <xs:simpleType>
        <xs:restriction base="xs:token">
          <xs:enumeration value="INVOLVEMENTYES"/>
          <xs:enumeration value="INVOLVEMENTNO"/>
        </xs:restriction>
      </xs:simpleType>
    </xs:attribute>
    <xs:attribute name="REG">
      <xs:annotation>
        <xs:documentation>Reg (or regularization) contains a reading which has been regularized or normalized in some sense.</xs:documentation>
      </xs:annotation>
    </xs:attribute>
  </xs:complexType>
</xs:element>
[ top ]
Element TOPIC
Namespace No namespace
Annotations
This element applies to both theme and topic. Theme is the
central idea in a text stated either directly or indirectly; topic applies to interesting subjects appearing in a work that might not
aspire to the status of a "theme" and is useful in genres such as educational or non-fictional texts.
Diagram
Diagram index.tmp#TOPIC_STANDARD index.tmp#SOCALLED index.tmp#TCHARACTERTYPEROLE index.tmp#TGENRE index.tmp#TTHEMETOPIC
Properties
content complex
mixed true
Used by
Model
Children SOCALLED, TCHARACTERTYPEROLE, TGENRE, TTHEMETOPIC
Instance
<TOPIC STANDARD="">
  <SOCALLED>{1,1}</SOCALLED>
  <TCHARACTERTYPEROLE PROTAGONIST="">{1,1}</TCHARACTERTYPEROLE>
  <TGENRE GENRENAME="" PROPOSEDALTERNATIVENAME="">{1,1}</TGENRE>
  <TTHEMETOPIC ID="">{1,1}</TTHEMETOPIC>
</TOPIC>
Attributes
QName Type Use
STANDARD optional
Source
<xs:element name="TOPIC">
  <xs:annotation>
    <xs:documentation>This element applies to both theme and topic. Theme is the central idea in a text stated either directly or indirectly; topic applies to interesting subjects appearing in a work that might not aspire to the status of a "theme" and is useful in genres such as educational or non-fictional texts.</xs:documentation>
  </xs:annotation>
  <xs:complexType mixed="true">
    <xs:choice minOccurs="0" maxOccurs="unbounded">
      <xs:element ref="SOCALLED"/>
      <xs:element ref="TCHARACTERTYPEROLE"/>
      <xs:element ref="TGENRE"/>
      <xs:element ref="TTHEMETOPIC"/>
    </xs:choice>
    <xs:attribute name="STANDARD"/>
  </xs:complexType>
</xs:element>
[ top ]
Element TCHARACTERTYPEROLE
Namespace No namespace
Annotations
This element allows you to capture information about the societal
roles played by characters. If the character is noteworthy for being married, single, a fallen woman, a teacher/governess, a professional, an invalid, a
down-trodden housewife, or a mother, record it here.
Diagram
Diagram index.tmp#TCHARACTERTYPEROLE_PROTAGONIST index.tmp#BIBCITS index.tmp#DATERANGE index.tmp#FOREIGN index.tmp#NAME index.tmp#ORGNAME index.tmp#PLACE index.tmp#QUOTE index.tmp#RS index.tmp#SIC index.tmp#SOCALLED index.tmp#TCHARACTERNAME index.tmp#TCHARACTERTYPEROLE index.tmp#TGENRE index.tmp#TINTERTEXTUALITY index.tmp#TITLE index.tmp#TMOTIF index.tmp#TOPIC index.tmp#TPLOT index.tmp#TTECHNIQUES index.tmp#TTHEMETOPIC index.tmp#TVOICENARRATION
Properties
content complex
mixed true
Used by
Model
Children BIBCITS, DATERANGE, FOREIGN, NAME, ORGNAME, PLACE, QUOTE, RS, SIC, SOCALLED, TCHARACTERNAME, TCHARACTERTYPEROLE, TGENRE, TINTERTEXTUALITY, TITLE, TMOTIF, TOPIC, TPLOT, TTECHNIQUES, TTHEMETOPIC, TVOICENARRATION
Instance
<TCHARACTERTYPEROLE PROTAGONIST="">
  <BIBCITS ID="">{1,1}</BIBCITS>
  <DATERANGE CALENDAR="NEWSTYLE" CERTAINTY="CERT" EXACT="" FROM="" ID="" TO="">{1,1}</DATERANGE>
  <FOREIGN LANG="" REG="">{1,1}</FOREIGN>
  <NAME REF="" STANDARD="">{1,1}</NAME>
  <ORGNAME ORGTYPE="" REF="" REG="" STANDARD="">{1,1}</ORGNAME>
  <PLACE REF="">{1,1}</PLACE>
  <QUOTE DIRECT="Y" ID="">{1,1}</QUOTE>
  <RS REG="" TYPE="">{1,1}</RS>
  <SIC CORR="">{1,1}</SIC>
  <SOCALLED>{1,1}</SOCALLED>
  <TCHARACTERNAME REG="">{1,1}</TCHARACTERNAME>
  <TCHARACTERTYPEROLE PROTAGONIST="">{1,1}</TCHARACTERTYPEROLE>
  <TGENRE GENRENAME="" PROPOSEDALTERNATIVENAME="">{1,1}</TGENRE>
  <TINTERTEXTUALITY GENDEROFAUTHOR="" INTERTEXTTYPE="">{1,1}</TINTERTEXTUALITY>
  <TITLE REF="" REG="" REND="" STANDARD="" TITLETYPE="">{1,1}</TITLE>
  <TMOTIF MOTIFNAME="">{1,1}</TMOTIF>
  <TOPIC STANDARD="">{1,1}</TOPIC>
  <TPLOT>{1,1}</TPLOT>
  <TTECHNIQUES TECHNIQUETYPE="">{1,1}</TTECHNIQUES>
  <TTHEMETOPIC ID="">{1,1}</TTHEMETOPIC>
  <TVOICENARRATION>{1,1}</TVOICENARRATION>
</TCHARACTERTYPEROLE>
Attributes
QName Type Use Annotation
PROTAGONIST restriction of xs:token optional
This attribute defines the type of character where
useful.
Source
<xs:element name="TCHARACTERTYPEROLE">
  <xs:annotation>
    <xs:documentation>This element allows you to capture information about the societal roles played by characters. If the character is noteworthy for being married, single, a fallen woman, a teacher/governess, a professional, an invalid, a down-trodden housewife, or a mother, record it here.</xs:documentation>
  </xs:annotation>
  <xs:complexType mixed="true">
    <xs:choice minOccurs="0" maxOccurs="unbounded">
      <xs:element ref="BIBCITS"/>
      <xs:element ref="DATERANGE"/>
      <xs:element ref="FOREIGN"/>
      <xs:element ref="NAME"/>
      <xs:element ref="ORGNAME"/>
      <xs:element ref="PLACE"/>
      <xs:element ref="QUOTE"/>
      <xs:element ref="RS"/>
      <xs:element ref="SIC"/>
      <xs:element ref="SOCALLED"/>
      <xs:element ref="TCHARACTERNAME"/>
      <xs:element ref="TCHARACTERTYPEROLE"/>
      <xs:element ref="TGENRE"/>
      <xs:element ref="TINTERTEXTUALITY"/>
      <xs:element ref="TITLE"/>
      <xs:element ref="TMOTIF"/>
      <xs:element ref="TOPIC"/>
      <xs:element ref="TPLOT"/>
      <xs:element ref="TTECHNIQUES"/>
      <xs:element ref="TTHEMETOPIC"/>
      <xs:element ref="TVOICENARRATION"/>
    </xs:choice>
    <xs:attribute name="PROTAGONIST">
      <xs:annotation>
        <xs:documentation>This attribute defines the type of character where useful.</xs:documentation>
      </xs:annotation>
      <xs:simpleType>
        <xs:restriction base="xs:token">
          <xs:enumeration value="MALE"/>
          <xs:enumeration value="FEMALE"/>
        </xs:restriction>
      </xs:simpleType>
    </xs:attribute>
  </xs:complexType>
</xs:element>
[ top ]
Element RS
Namespace No namespace
Annotations
The rs element is a general purpose name element for all
names that merit tagging for either display purposes or for search and retrieval, but that are not adequately covered by the name,
orgName, place, or title elements.
Diagram
Diagram index.tmp#RS_REG index.tmp#RS_TYPE
Properties
content complex
mixed true
Used by
Model
Attributes
QName Type Use Annotation
REG optional
Reg (or
regularization) contains a reading which has been regularized or normalized in some
sense.
TYPE optional
Source
<xs:element name="RS">
  <xs:annotation>
    <xs:documentation>The rs element is a general purpose name element for all names that merit tagging for either display purposes or for search and retrieval, but that are not adequately covered by the name, orgName, place, or title elements.</xs:documentation>
  </xs:annotation>
  <xs:complexType mixed="true">
    <xs:attribute name="REG">
      <xs:annotation>
        <xs:documentation>Reg (or regularization) contains a reading which has been regularized or normalized in some sense.</xs:documentation>
      </xs:annotation>
    </xs:attribute>
    <xs:attribute name="TYPE"/>
  </xs:complexType>
</xs:element>
[ top ]
Element TCHARACTERNAME
Namespace No namespace
Annotations
This element allows us to tag the names of significant
characters.
Diagram
Diagram index.tmp#TCHARACTERNAME_REG index.tmp#BIBCITS index.tmp#EMPH index.tmp#FOREIGN index.tmp#NAME index.tmp#ORGNAME index.tmp#PLACE index.tmp#QUOTE index.tmp#RESEARCHNOTE index.tmp#SIC index.tmp#SOCALLED index.tmp#TCHARACTERTYPEROLE index.tmp#TGENRE index.tmp#TTHEMETOPIC
Properties
content complex
mixed true
Used by
Model
Children BIBCITS, EMPH, FOREIGN, NAME, ORGNAME, PLACE, QUOTE, RESEARCHNOTE, SIC, SOCALLED, TCHARACTERTYPEROLE, TGENRE, TTHEMETOPIC
Instance
<TCHARACTERNAME REG="">
  <BIBCITS ID="">{1,1}</BIBCITS>
  <EMPH>{1,1}</EMPH>
  <FOREIGN LANG="" REG="">{1,1}</FOREIGN>
  <NAME REF="" STANDARD="">{1,1}</NAME>
  <ORGNAME ORGTYPE="" REF="" REG="" STANDARD="">{1,1}</ORGNAME>
  <PLACE REF="">{1,1}</PLACE>
  <QUOTE DIRECT="Y" ID="">{1,1}</QUOTE>
  <RESEARCHNOTE>{1,1}</RESEARCHNOTE>
  <SIC CORR="">{1,1}</SIC>
  <SOCALLED>{1,1}</SOCALLED>
  <TCHARACTERTYPEROLE PROTAGONIST="">{1,1}</TCHARACTERTYPEROLE>
  <TGENRE GENRENAME="" PROPOSEDALTERNATIVENAME="">{1,1}</TGENRE>
  <TTHEMETOPIC ID="">{1,1}</TTHEMETOPIC>
</TCHARACTERNAME>
Attributes
QName Type Use Annotation
REG optional
Reg (or
regularization) contains a reading which has been regularized or normalized in some
sense.
Source
<xs:element name="TCHARACTERNAME">
  <xs:annotation>
    <xs:documentation>This element allows us to tag the names of significant characters.</xs:documentation>
  </xs:annotation>
  <xs:complexType mixed="true">
    <xs:choice minOccurs="0" maxOccurs="unbounded">
      <xs:element ref="BIBCITS"/>
      <xs:element ref="EMPH"/>
      <xs:element ref="FOREIGN"/>
      <xs:element ref="NAME"/>
      <xs:element ref="ORGNAME"/>
      <xs:element ref="PLACE"/>
      <xs:element ref="QUOTE"/>
      <xs:element ref="RESEARCHNOTE"/>
      <xs:element ref="SIC"/>
      <xs:element ref="SOCALLED"/>
      <xs:element ref="TCHARACTERTYPEROLE"/>
      <xs:element ref="TGENRE"/>
      <xs:element ref="TTHEMETOPIC"/>
    </xs:choice>
    <xs:attribute name="REG">
      <xs:annotation>
        <xs:documentation>Reg (or regularization) contains a reading which has been regularized or normalized in some sense.</xs:documentation>
      </xs:annotation>
    </xs:attribute>
  </xs:complexType>
</xs:element>
[ top ]
Element TTHEMETOPIC
Namespace No namespace
Annotations
This element applies to both theme and topic. Theme is the
central idea in a text stated either directly or indirectly; topic applies to interesting subjects appearing in a work that might not
aspire to the status of a "theme" and is useful in genres such as educational or non-fictional texts.
Diagram
Diagram index.tmp#TTHEMETOPIC_ID index.tmp#BIBCITS index.tmp#DATE index.tmp#DATERANGE index.tmp#EMPH index.tmp#FOREIGN index.tmp#NAME index.tmp#ORGNAME index.tmp#PADVERTISING index.tmp#PLACE index.tmp#PLITERARYSCHOOLS index.tmp#QUOTE index.tmp#RBESTKNOWNWORK index.tmp#RESEARCHNOTE index.tmp#RS index.tmp#SCHOLARNOTE index.tmp#SIC index.tmp#SOCALLED index.tmp#TCHARACTERNAME index.tmp#TCHARACTERTYPEROLE index.tmp#TGENRE index.tmp#TINTERTEXTUALITY index.tmp#TITLE index.tmp#TMOTIF index.tmp#TOPIC index.tmp#TPLOT index.tmp#TSETTINGDATE index.tmp#TSETTINGPLACE index.tmp#TTECHNIQUES index.tmp#TTHEMETOPIC index.tmp#TTONESTYLE index.tmp#TVOICENARRATION
Properties
content complex
mixed true
Used by
Model
Children BIBCITS, DATE, DATERANGE, EMPH, FOREIGN, NAME, ORGNAME, PADVERTISING, PLACE, PLITERARYSCHOOLS, QUOTE, RBESTKNOWNWORK, RESEARCHNOTE, RS, SCHOLARNOTE, SIC, SOCALLED, TCHARACTERNAME, TCHARACTERTYPEROLE, TGENRE, TINTERTEXTUALITY, TITLE, TMOTIF, TOPIC, TPLOT, TSETTINGDATE, TSETTINGPLACE, TTECHNIQUES, TTHEMETOPIC, TTONESTYLE, TVOICENARRATION
Instance
<TTHEMETOPIC ID="">
  <BIBCITS ID="">{1,1}</BIBCITS>
  <DATE CALENDAR="NEWSTYLE" CERTAINTY="CERT" ID="" VALUE="">{1,1}</DATE>
  <DATERANGE CALENDAR="NEWSTYLE" CERTAINTY="CERT" EXACT="" FROM="" ID="" TO="">{1,1}</DATERANGE>
  <EMPH>{1,1}</EMPH>
  <FOREIGN LANG="" REG="">{1,1}</FOREIGN>
  <NAME REF="" STANDARD="">{1,1}</NAME>
  <ORGNAME ORGTYPE="" REF="" REG="" STANDARD="">{1,1}</ORGNAME>
  <PADVERTISING>{1,1}</PADVERTISING>
  <PLACE REF="">{1,1}</PLACE>
  <PLITERARYSCHOOLS INVOLVEMENT="INVOLVEMENTYES" REG="">{1,1}</PLITERARYSCHOOLS>
  <QUOTE DIRECT="Y" ID="">{1,1}</QUOTE>
  <RBESTKNOWNWORK>{1,1}</RBESTKNOWNWORK>
  <RESEARCHNOTE>{1,1}</RESEARCHNOTE>
  <RS REG="" TYPE="">{1,1}</RS>
  <SCHOLARNOTE>{1,1}</SCHOLARNOTE>
  <SIC CORR="">{1,1}</SIC>
  <SOCALLED>{1,1}</SOCALLED>
  <TCHARACTERNAME REG="">{1,1}</TCHARACTERNAME>
  <TCHARACTERTYPEROLE PROTAGONIST="">{1,1}</TCHARACTERTYPEROLE>
  <TGENRE GENRENAME="" PROPOSEDALTERNATIVENAME="">{1,1}</TGENRE>
  <TINTERTEXTUALITY GENDEROFAUTHOR="" INTERTEXTTYPE="">{1,1}</TINTERTEXTUALITY>
  <TITLE REF="" REG="" REND="" STANDARD="" TITLETYPE="">{1,1}</TITLE>
  <TMOTIF MOTIFNAME="">{1,1}</TMOTIF>
  <TOPIC STANDARD="">{1,1}</TOPIC>
  <TPLOT>{1,1}</TPLOT>
  <TSETTINGDATE SETTINGDATETYPE="">{1,1}</TSETTINGDATE>
  <TSETTINGPLACE SETTINGCLASS="" SETTINGPLACETYPE="">{1,1}</TSETTINGPLACE>
  <TTECHNIQUES TECHNIQUETYPE="">{1,1}</TTECHNIQUES>
  <TTHEMETOPIC ID="">{1,1}</TTHEMETOPIC>
  <TTONESTYLE>{1,1}</TTONESTYLE>
  <TVOICENARRATION>{1,1}</TVOICENARRATION>
</TTHEMETOPIC>
Attributes
QName Type Use
ID xs:NCName optional
Source
<xs:element name="TTHEMETOPIC">
  <xs:annotation>
    <xs:documentation>This element applies to both theme and topic. Theme is the central idea in a text stated either directly or indirectly; topic applies to interesting subjects appearing in a work that might not aspire to the status of a "theme" and is useful in genres such as educational or non-fictional texts.</xs:documentation>
  </xs:annotation>
  <xs:complexType mixed="true">
    <xs:choice minOccurs="0" maxOccurs="unbounded">
      <xs:element ref="BIBCITS"/>
      <xs:element ref="DATE"/>
      <xs:element ref="DATERANGE"/>
      <xs:element ref="EMPH"/>
      <xs:element ref="FOREIGN"/>
      <xs:element ref="NAME"/>
      <xs:element ref="ORGNAME"/>
      <xs:element ref="PADVERTISING"/>
      <xs:element ref="PLACE"/>
      <xs:element ref="PLITERARYSCHOOLS"/>
      <xs:element ref="QUOTE"/>
      <xs:element ref="RBESTKNOWNWORK"/>
      <xs:element ref="RESEARCHNOTE"/>
      <xs:element ref="RS"/>
      <xs:element ref="SCHOLARNOTE"/>
      <xs:element ref="SIC"/>
      <xs:element ref="SOCALLED"/>
      <xs:element ref="TCHARACTERNAME"/>
      <xs:element ref="TCHARACTERTYPEROLE"/>
      <xs:element ref="TGENRE"/>
      <xs:element ref="TINTERTEXTUALITY"/>
      <xs:element ref="TITLE"/>
      <xs:element ref="TMOTIF"/>
      <xs:element ref="TOPIC"/>
      <xs:element ref="TPLOT"/>
      <xs:element ref="TSETTINGDATE"/>
      <xs:element ref="TSETTINGPLACE"/>
      <xs:element ref="TTECHNIQUES"/>
      <xs:element ref="TTHEMETOPIC"/>
      <xs:element ref="TTONESTYLE"/>
      <xs:element ref="TVOICENARRATION"/>
    </xs:choice>
    <xs:attribute name="ID" type="xs:NCName"/>
  </xs:complexType>
</xs:element>
[ top ]
Element PADVERTISING
Namespace No namespace
Annotations
This element attends to the details surrounding the sales and
promotion of a work. For instance, you may want to discuss examples of interesting publicity or promotional stunts.
Diagram
Diagram index.tmp#BIBCITS index.tmp#DATE index.tmp#EMPH index.tmp#NAME index.tmp#ORGNAME index.tmp#PARCHIVALLOCATION index.tmp#PATTITUDES index.tmp#PAUTHORSHIP index.tmp#PCIRCULATION index.tmp#PDEDICATION index.tmp#PEARNINGS index.tmp#PEDITIONS index.tmp#PINFLUENCESHER index.tmp#PLACE index.tmp#PLASTLITERARYACTIVITY index.tmp#PMATERIALCONDITIONS index.tmp#PMODEOFPUBLICATION index.tmp#PMOTIVES index.tmp#PNONBOOKMEDIA index.tmp#PNONSURVIVAL index.tmp#PPERFORMANCE index.tmp#PPERIODICALPUBLICATION index.tmp#PPLACEOFPUBLICATION index.tmp#PPRESSRUN index.tmp#PPRICE index.tmp#PRARITIESFEATURESDECORATIONS index.tmp#PRELATIONSWITHPUBLISHER index.tmp#QUOTE index.tmp#RLANDMARKTEXT index.tmp#RPENALTIES index.tmp#RRECOGNITIONNAME index.tmp#RRECOGNITIONS index.tmp#RRESPONSES index.tmp#RSHEINFLUENCED index.tmp#SCHOLARNOTE index.tmp#SOCALLED index.tmp#TCHARACTERNAME index.tmp#TCHARACTERTYPEROLE index.tmp#TGENRE index.tmp#TGENREISSUE index.tmp#TINTERTEXTUALITY index.tmp#TITLE index.tmp#TSETTINGPLACE index.tmp#TTECHNIQUES index.tmp#TTHEMETOPIC index.tmp#TTONESTYLE index.tmp#TVOICENARRATION
Properties
content complex
mixed true
Used by
Model
Children BIBCITS, DATE, EMPH, NAME, ORGNAME, PARCHIVALLOCATION, PATTITUDES, PAUTHORSHIP, PCIRCULATION, PDEDICATION, PEARNINGS, PEDITIONS, PINFLUENCESHER, PLACE, PLASTLITERARYACTIVITY, PMATERIALCONDITIONS, PMODEOFPUBLICATION, PMOTIVES, PNONBOOKMEDIA, PNONSURVIVAL, PPERFORMANCE, PPERIODICALPUBLICATION, PPLACEOFPUBLICATION, PPRESSRUN, PPRICE, PRARITIESFEATURESDECORATIONS, PRELATIONSWITHPUBLISHER, QUOTE, RLANDMARKTEXT, RPENALTIES, RRECOGNITIONNAME, RRECOGNITIONS, RRESPONSES, RSHEINFLUENCED, SCHOLARNOTE, SOCALLED, TCHARACTERNAME, TCHARACTERTYPEROLE, TGENRE, TGENREISSUE, TINTERTEXTUALITY, TITLE, TSETTINGPLACE, TTECHNIQUES, TTHEMETOPIC, TTONESTYLE, TVOICENARRATION
Instance
<PADVERTISING>
  <BIBCITS ID="">{1,1}</BIBCITS>
  <DATE CALENDAR="NEWSTYLE" CERTAINTY="CERT" ID="" VALUE="">{1,1}</DATE>
  <EMPH>{1,1}</EMPH>
  <NAME REF="" STANDARD="">{1,1}</NAME>
  <ORGNAME ORGTYPE="" REF="" REG="" STANDARD="">{1,1}</ORGNAME>
  <PARCHIVALLOCATION>{1,1}</PARCHIVALLOCATION>
  <PATTITUDES>{1,1}</PATTITUDES>
  <PAUTHORSHIP AUTHORNAMETYPE="" AUTHORSHIPCONTROVERSY="" COLLABORATION="" CONTROVERSYDATE="">{1,1}</PAUTHORSHIP>
  <PCIRCULATION>{1,1}</PCIRCULATION>
  <PDEDICATION>{1,1}</PDEDICATION>
  <PEARNINGS>{1,1}</PEARNINGS>
  <PEDITIONS>{1,1}</PEDITIONS>
  <PINFLUENCESHER INFLUENCETYPE="">{1,1}</PINFLUENCESHER>
  <PLACE REF="">{1,1}</PLACE>
  <PLASTLITERARYACTIVITY>{1,1}</PLASTLITERARYACTIVITY>
  <PMATERIALCONDITIONS DISPLACEMENT="">{1,1}</PMATERIALCONDITIONS>
  <PMODEOFPUBLICATION PUBLICATIONMODE="">{1,1}</PMODEOFPUBLICATION>
  <PMOTIVES ID="" MOTIVETYPE="">{1,1}</PMOTIVES>
  <PNONBOOKMEDIA>{1,1}</PNONBOOKMEDIA>
  <PNONSURVIVAL TYPEOFNONSURVIVAL="">{1,1}</PNONSURVIVAL>
  <PPERFORMANCE>{1,1}</PPERFORMANCE>
  <PPERIODICALPUBLICATION>{1,1}</PPERIODICALPUBLICATION>
  <PPLACEOFPUBLICATION>{1,1}</PPLACEOFPUBLICATION>
  <PPRESSRUN>{1,1}</PPRESSRUN>
  <PPRICE>{1,1}</PPRICE>
  <PRARITIESFEATURESDECORATIONS>{1,1}</PRARITIESFEATURESDECORATIONS>
  <PRELATIONSWITHPUBLISHER RELATIONSHIPTYPE="">{1,1}</PRELATIONSWITHPUBLISHER>
  <QUOTE DIRECT="Y" ID="">{1,1}</QUOTE>
  <RLANDMARKTEXT>{1,1}</RLANDMARKTEXT>
  <RPENALTIES CENSORSHIP="">{1,1}</RPENALTIES>
  <RRECOGNITIONNAME REG="">{1,1}</RRECOGNITIONNAME>
  <RRECOGNITIONS>{1,1}</RRECOGNITIONS>
  <RRESPONSES FORMALITY="" GENDEREDRESPONSE="" RESPONSETYPE="">{1,1}</RRESPONSES>
  <RSHEINFLUENCED>{1,1}</RSHEINFLUENCED>
  <SCHOLARNOTE>{1,1}</SCHOLARNOTE>
  <SOCALLED>{1,1}</SOCALLED>
  <TCHARACTERNAME REG="">{1,1}</TCHARACTERNAME>
  <TCHARACTERTYPEROLE PROTAGONIST="">{1,1}</TCHARACTERTYPEROLE>
  <TGENRE GENRENAME="" PROPOSEDALTERNATIVENAME="">{1,1}</TGENRE>
  <TGENREISSUE>{1,1}</TGENREISSUE>
  <TINTERTEXTUALITY GENDEROFAUTHOR="" INTERTEXTTYPE="">{1,1}</TINTERTEXTUALITY>
  <TITLE REF="" REG="" REND="" STANDARD="" TITLETYPE="">{1,1}</TITLE>
  <TSETTINGPLACE SETTINGCLASS="" SETTINGPLACETYPE="">{1,1}</TSETTINGPLACE>
  <TTECHNIQUES TECHNIQUETYPE="">{1,1}</TTECHNIQUES>
  <TTHEMETOPIC ID="">{1,1}</TTHEMETOPIC>
  <TTONESTYLE>{1,1}</TTONESTYLE>
  <TVOICENARRATION>{1,1}</TVOICENARRATION>
</PADVERTISING>
Source
<xs:element name="PADVERTISING">
  <xs:annotation>
    <xs:documentation>This element attends to the details surrounding the sales and promotion of a work. For instance, you may want to discuss examples of interesting publicity or promotional stunts.</xs:documentation>
  </xs:annotation>
  <xs:complexType mixed="true">
    <xs:choice minOccurs="0" maxOccurs="unbounded">
      <xs:element ref="BIBCITS"/>
      <xs:element ref="DATE"/>
      <xs:element ref="EMPH"/>
      <xs:element ref="NAME"/>
      <xs:element ref="ORGNAME"/>
      <xs:element ref="PARCHIVALLOCATION"/>
      <xs:element ref="PATTITUDES"/>
      <xs:element ref="PAUTHORSHIP"/>
      <xs:element ref="PCIRCULATION"/>
      <xs:element ref="PDEDICATION"/>
      <xs:element ref="PEARNINGS"/>
      <xs:element ref="PEDITIONS"/>
      <xs:element ref="PINFLUENCESHER"/>
      <xs:element ref="PLACE"/>
      <xs:element ref="PLASTLITERARYACTIVITY"/>
      <xs:element ref="PMATERIALCONDITIONS"/>
      <xs:element ref="PMODEOFPUBLICATION"/>
      <xs:element ref="PMOTIVES"/>
      <xs:element ref="PNONBOOKMEDIA"/>
      <xs:element ref="PNONSURVIVAL"/>
      <xs:element ref="PPERFORMANCE"/>
      <xs:element ref="PPERIODICALPUBLICATION"/>
      <xs:element ref="PPLACEOFPUBLICATION"/>
      <xs:element ref="PPRESSRUN"/>
      <xs:element ref="PPRICE"/>
      <xs:element ref="PRARITIESFEATURESDECORATIONS"/>
      <xs:element ref="PRELATIONSWITHPUBLISHER"/>
      <xs:element ref="QUOTE"/>
      <xs:element ref="RLANDMARKTEXT"/>
      <xs:element ref="RPENALTIES"/>
      <xs:element ref="RRECOGNITIONNAME"/>
      <xs:element ref="RRECOGNITIONS"/>
      <xs:element ref="RRESPONSES"/>
      <xs:element ref="RSHEINFLUENCED"/>
      <xs:element ref="SCHOLARNOTE"/>
      <xs:element ref="SOCALLED"/>
      <xs:element ref="TCHARACTERNAME"/>
      <xs:element ref="TCHARACTERTYPEROLE"/>
      <xs:element ref="TGENRE"/>
      <xs:element ref="TGENREISSUE"/>
      <xs:element ref="TINTERTEXTUALITY"/>
      <xs:element ref="TITLE"/>
      <xs:element ref="TSETTINGPLACE"/>
      <xs:element ref="TTECHNIQUES"/>
      <xs:element ref="TTHEMETOPIC"/>
      <xs:element ref="TTONESTYLE"/>
      <xs:element ref="TVOICENARRATION"/>
    </xs:choice>
  </xs:complexType>
</xs:element>
[ top ]
Element PARCHIVALLOCATION
Namespace No namespace
Annotations
This element collects information about where significant
copies/manuscripts (of her work) or evidence about her resides. These can include existing collections, dated known locations of copies and
collections, or historical information about lost/found copies.
Diagram
Diagram index.tmp#BIBCITS index.tmp#DATE index.tmp#DATERANGE index.tmp#NAME index.tmp#ORGNAME index.tmp#PADVERTISING index.tmp#PANTHOLOGIZATION index.tmp#PARCHIVALLOCATION index.tmp#PATTITUDES index.tmp#PAUTHORSHIP index.tmp#PCIRCULATION index.tmp#PCONTRACT index.tmp#PDEDICATION index.tmp#PEDITIONS index.tmp#PFIRSTLITERARYACTIVITY index.tmp#PLACE index.tmp#PLASTLITERARYACTIVITY index.tmp#PMANUSCRIPTHISTORY index.tmp#PMATERIALCONDITIONS index.tmp#PMODEOFPUBLICATION index.tmp#PMOTIVES index.tmp#PNONBOOKMEDIA index.tmp#PNONSURVIVAL index.tmp#PPERFORMANCE index.tmp#PPERIODICALPUBLICATION index.tmp#PPLACEOFPUBLICATION index.tmp#PPRICE index.tmp#PRARITIESFEATURESDECORATIONS index.tmp#PRELATIONSWITHPUBLISHER index.tmp#PSUBMISSIONSREJECTIONS index.tmp#PTYPEOFPRESS index.tmp#QUOTE index.tmp#RDESTRUCTIONOFWORK index.tmp#RESEARCHNOTE index.tmp#RRECOGNITIONS index.tmp#RRESPONSES index.tmp#SCHOLARNOTE index.tmp#SOCALLED index.tmp#TCHARACTERNAME index.tmp#TCHARACTERTYPEROLE index.tmp#TGENRE index.tmp#TITLE index.tmp#TMOTIF index.tmp#TSETTINGPLACE index.tmp#TTHEMETOPIC index.tmp#TTONESTYLE index.tmp#TVOICENARRATION index.tmp#XREF
Properties
content complex
mixed true
Used by
Model
Children BIBCITS, DATE, DATERANGE, NAME, ORGNAME, PADVERTISING, PANTHOLOGIZATION, PARCHIVALLOCATION, PATTITUDES, PAUTHORSHIP, PCIRCULATION, PCONTRACT, PDEDICATION, PEDITIONS, PFIRSTLITERARYACTIVITY, PLACE, PLASTLITERARYACTIVITY, PMANUSCRIPTHISTORY, PMATERIALCONDITIONS, PMODEOFPUBLICATION, PMOTIVES, PNONBOOKMEDIA, PNONSURVIVAL, PPERFORMANCE, PPERIODICALPUBLICATION, PPLACEOFPUBLICATION, PPRICE, PRARITIESFEATURESDECORATIONS, PRELATIONSWITHPUBLISHER, PSUBMISSIONSREJECTIONS, PTYPEOFPRESS, QUOTE, RDESTRUCTIONOFWORK, RESEARCHNOTE, RRECOGNITIONS, RRESPONSES, SCHOLARNOTE, SOCALLED, TCHARACTERNAME, TCHARACTERTYPEROLE, TGENRE, TITLE, TMOTIF, TSETTINGPLACE, TTHEMETOPIC, TTONESTYLE, TVOICENARRATION, XREF
Instance
<PARCHIVALLOCATION>
  <BIBCITS ID="">{1,1}</BIBCITS>
  <DATE CALENDAR="NEWSTYLE" CERTAINTY="CERT" ID="" VALUE="">{1,1}</DATE>
  <DATERANGE CALENDAR="NEWSTYLE" CERTAINTY="CERT" EXACT="" FROM="" ID="" TO="">{1,1}</DATERANGE>
  <NAME REF="" STANDARD="">{1,1}</NAME>
  <ORGNAME ORGTYPE="" REF="" REG="" STANDARD="">{1,1}</ORGNAME>
  <PADVERTISING>{1,1}</PADVERTISING>
  <PANTHOLOGIZATION>{1,1}</PANTHOLOGIZATION>
  <PARCHIVALLOCATION>{1,1}</PARCHIVALLOCATION>
  <PATTITUDES>{1,1}</PATTITUDES>
  <PAUTHORSHIP AUTHORNAMETYPE="" AUTHORSHIPCONTROVERSY="" COLLABORATION="" CONTROVERSYDATE="">{1,1}</PAUTHORSHIP>
  <PCIRCULATION>{1,1}</PCIRCULATION>
  <PCONTRACT ID="">{1,1}</PCONTRACT>
  <PDEDICATION>{1,1}</PDEDICATION>
  <PEDITIONS>{1,1}</PEDITIONS>
  <PFIRSTLITERARYACTIVITY>{1,1}</PFIRSTLITERARYACTIVITY>
  <PLACE REF="">{1,1}</PLACE>
  <PLASTLITERARYACTIVITY>{1,1}</PLASTLITERARYACTIVITY>
  <PMANUSCRIPTHISTORY>{1,1}</PMANUSCRIPTHISTORY>
  <PMATERIALCONDITIONS DISPLACEMENT="">{1,1}</PMATERIALCONDITIONS>
  <PMODEOFPUBLICATION PUBLICATIONMODE="">{1,1}</PMODEOFPUBLICATION>
  <PMOTIVES ID="" MOTIVETYPE="">{1,1}</PMOTIVES>
  <PNONBOOKMEDIA>{1,1}</PNONBOOKMEDIA>
  <PNONSURVIVAL TYPEOFNONSURVIVAL="">{1,1}</PNONSURVIVAL>
  <PPERFORMANCE>{1,1}</PPERFORMANCE>
  <PPERIODICALPUBLICATION>{1,1}</PPERIODICALPUBLICATION>
  <PPLACEOFPUBLICATION>{1,1}</PPLACEOFPUBLICATION>
  <PPRICE>{1,1}</PPRICE>
  <PRARITIESFEATURESDECORATIONS>{1,1}</PRARITIESFEATURESDECORATIONS>
  <PRELATIONSWITHPUBLISHER RELATIONSHIPTYPE="">{1,1}</PRELATIONSWITHPUBLISHER>
  <PSUBMISSIONSREJECTIONS>{1,1}</PSUBMISSIONSREJECTIONS>
  <PTYPEOFPRESS>{1,1}</PTYPEOFPRESS>
  <QUOTE DIRECT="Y" ID="">{1,1}</QUOTE>
  <RDESTRUCTIONOFWORK DESTROYEDBY="">{1,1}</RDESTRUCTIONOFWORK>
  <RESEARCHNOTE>{1,1}</RESEARCHNOTE>
  <RRECOGNITIONS>{1,1}</RRECOGNITIONS>
  <RRESPONSES FORMALITY="" GENDEREDRESPONSE="" RESPONSETYPE="">{1,1}</RRESPONSES>
  <SCHOLARNOTE>{1,1}</SCHOLARNOTE>
  <SOCALLED>{1,1}</SOCALLED>
  <TCHARACTERNAME REG="">{1,1}</TCHARACTERNAME>
  <TCHARACTERTYPEROLE PROTAGONIST="">{1,1}</TCHARACTERTYPEROLE>
  <TGENRE GENRENAME="" PROPOSEDALTERNATIVENAME="">{1,1}</TGENRE>
  <TITLE REF="" REG="" REND="" STANDARD="" TITLETYPE="">{1,1}</TITLE>
  <TMOTIF MOTIFNAME="">{1,1}</TMOTIF>
  <TSETTINGPLACE SETTINGCLASS="" SETTINGPLACETYPE="">{1,1}</TSETTINGPLACE>
  <TTHEMETOPIC ID="">{1,1}</TTHEMETOPIC>
  <TTONESTYLE>{1,1}</TTONESTYLE>
  <TVOICENARRATION>{1,1}</TVOICENARRATION>
  <XREF RESP="" URL="">{1,1}</XREF>
</PARCHIVALLOCATION>
Source
<xs:element name="PARCHIVALLOCATION">
  <xs:annotation>
    <xs:documentation>This element collects information about where significant copies/manuscripts (of her work) or evidence about her resides. These can include existing collections, dated known locations of copies and collections, or historical information about lost/found copies.</xs:documentation>
  </xs:annotation>
  <xs:complexType mixed="true">
    <xs:choice minOccurs="0" maxOccurs="unbounded">
      <xs:element ref="BIBCITS"/>
      <xs:element ref="DATE"/>
      <xs:element ref="DATERANGE"/>
      <xs:element ref="NAME"/>
      <xs:element ref="ORGNAME"/>
      <xs:element ref="PADVERTISING"/>
      <xs:element ref="PANTHOLOGIZATION"/>
      <xs:element ref="PARCHIVALLOCATION"/>
      <xs:element ref="PATTITUDES"/>
      <xs:element ref="PAUTHORSHIP"/>
      <xs:element ref="PCIRCULATION"/>
      <xs:element ref="PCONTRACT"/>
      <xs:element ref="PDEDICATION"/>
      <xs:element ref="PEDITIONS"/>
      <xs:element ref="PFIRSTLITERARYACTIVITY"/>
      <xs:element ref="PLACE"/>
      <xs:element ref="PLASTLITERARYACTIVITY"/>
      <xs:element ref="PMANUSCRIPTHISTORY"/>
      <xs:element ref="PMATERIALCONDITIONS"/>
      <xs:element ref="PMODEOFPUBLICATION"/>
      <xs:element ref="PMOTIVES"/>
      <xs:element ref="PNONBOOKMEDIA"/>
      <xs:element ref="PNONSURVIVAL"/>
      <xs:element ref="PPERFORMANCE"/>
      <xs:element ref="PPERIODICALPUBLICATION"/>
      <xs:element ref="PPLACEOFPUBLICATION"/>
      <xs:element ref="PPRICE"/>
      <xs:element ref="PRARITIESFEATURESDECORATIONS"/>
      <xs:element ref="PRELATIONSWITHPUBLISHER"/>
      <xs:element ref="PSUBMISSIONSREJECTIONS"/>
      <xs:element ref="PTYPEOFPRESS"/>
      <xs:element ref="QUOTE"/>
      <xs:element ref="RDESTRUCTIONOFWORK"/>
      <xs:element ref="RESEARCHNOTE"/>
      <xs:element ref="RRECOGNITIONS"/>
      <xs:element ref="RRESPONSES"/>
      <xs:element ref="SCHOLARNOTE"/>
      <xs:element ref="SOCALLED"/>
      <xs:element ref="TCHARACTERNAME"/>
      <xs:element ref="TCHARACTERTYPEROLE"/>
      <xs:element ref="TGENRE"/>
      <xs:element ref="TITLE"/>
      <xs:element ref="TMOTIF"/>
      <xs:element ref="TSETTINGPLACE"/>
      <xs:element ref="TTHEMETOPIC"/>
      <xs:element ref="TTONESTYLE"/>
      <xs:element ref="TVOICENARRATION"/>
      <xs:element ref="XREF"/>
    </xs:choice>
  </xs:complexType>
</xs:element>
[ top ]
Element PANTHOLOGIZATION
Namespace No namespace
Annotations
This element creates a record of a work's appearance and selection in
anthologies; it contains relevant details surrounding significant instances when a text is anthologized (how framed; how described; how frequently it
occurs); the appearance of the text in significant or major anthologies (Gilbert and Gubar, Palgrave, Norton).
Diagram
Diagram index.tmp#BIBCITS index.tmp#DATE index.tmp#DATERANGE index.tmp#NAME index.tmp#ORGNAME index.tmp#PARCHIVALLOCATION index.tmp#PATTITUDES index.tmp#PAUTHORSHIP index.tmp#PCIRCULATION index.tmp#PEDITIONS index.tmp#PFIRSTLITERARYACTIVITY index.tmp#PINFLUENCESHER index.tmp#PLACE index.tmp#PLITERARYSCHOOLS index.tmp#PMATERIALCONDITIONS index.tmp#PMODEOFPUBLICATION index.tmp#PMOTIVES index.tmp#PNONBOOKMEDIA index.tmp#PPERIODICALPUBLICATION index.tmp#PPLACEOFPUBLICATION index.tmp#PRARITIESFEATURESDECORATIONS index.tmp#PTYPEOFPRESS index.tmp#QUOTE index.tmp#RBESTKNOWNWORK index.tmp#RESEARCHNOTE index.tmp#RRECOGNITIONS index.tmp#RRESPONSES index.tmp#RSELFDESCRIPTION index.tmp#RSHEINFLUENCED index.tmp#SCHOLARNOTE index.tmp#SOCALLED index.tmp#TCHARACTERIZATION index.tmp#TCHARACTERTYPEROLE index.tmp#TGENRE index.tmp#TGENREISSUE index.tmp#TINTERTEXTUALITY index.tmp#TITLE index.tmp#TMOTIF index.tmp#TOPIC index.tmp#TSETTINGPLACE index.tmp#TTECHNIQUES index.tmp#TTHEMETOPIC index.tmp#TTONESTYLE
Properties
content complex
mixed true
Used by
Model
Children BIBCITS, DATE, DATERANGE, NAME, ORGNAME, PARCHIVALLOCATION, PATTITUDES, PAUTHORSHIP, PCIRCULATION, PEDITIONS, PFIRSTLITERARYACTIVITY, PINFLUENCESHER, PLACE, PLITERARYSCHOOLS, PMATERIALCONDITIONS, PMODEOFPUBLICATION, PMOTIVES, PNONBOOKMEDIA, PPERIODICALPUBLICATION, PPLACEOFPUBLICATION, PRARITIESFEATURESDECORATIONS, PTYPEOFPRESS, QUOTE, RBESTKNOWNWORK, RESEARCHNOTE, RRECOGNITIONS, RRESPONSES, RSELFDESCRIPTION, RSHEINFLUENCED, SCHOLARNOTE, SOCALLED, TCHARACTERIZATION, TCHARACTERTYPEROLE, TGENRE, TGENREISSUE, TINTERTEXTUALITY, TITLE, TMOTIF, TOPIC, TSETTINGPLACE, TTECHNIQUES, TTHEMETOPIC, TTONESTYLE
Instance
<PANTHOLOGIZATION>
  <BIBCITS ID="">{1,1}</BIBCITS>
  <DATE CALENDAR="NEWSTYLE" CERTAINTY="CERT" ID="" VALUE="">{1,1}</DATE>
  <DATERANGE CALENDAR="NEWSTYLE" CERTAINTY="CERT" EXACT="" FROM="" ID="" TO="">{1,1}</DATERANGE>
  <NAME REF="" STANDARD="">{1,1}</NAME>
  <ORGNAME ORGTYPE="" REF="" REG="" STANDARD="">{1,1}</ORGNAME>
  <PARCHIVALLOCATION>{1,1}</PARCHIVALLOCATION>
  <PATTITUDES>{1,1}</PATTITUDES>
  <PAUTHORSHIP AUTHORNAMETYPE="" AUTHORSHIPCONTROVERSY="" COLLABORATION="" CONTROVERSYDATE="">{1,1}</PAUTHORSHIP>
  <PCIRCULATION>{1,1}</PCIRCULATION>
  <PEDITIONS>{1,1}</PEDITIONS>
  <PFIRSTLITERARYACTIVITY>{1,1}</PFIRSTLITERARYACTIVITY>
  <PINFLUENCESHER INFLUENCETYPE="">{1,1}</PINFLUENCESHER>
  <PLACE REF="">{1,1}</PLACE>
  <PLITERARYSCHOOLS INVOLVEMENT="INVOLVEMENTYES" REG="">{1,1}</PLITERARYSCHOOLS>
  <PMATERIALCONDITIONS DISPLACEMENT="">{1,1}</PMATERIALCONDITIONS>
  <PMODEOFPUBLICATION PUBLICATIONMODE="">{1,1}</PMODEOFPUBLICATION>
  <PMOTIVES ID="" MOTIVETYPE="">{1,1}</PMOTIVES>
  <PNONBOOKMEDIA>{1,1}</PNONBOOKMEDIA>
  <PPERIODICALPUBLICATION>{1,1}</PPERIODICALPUBLICATION>
  <PPLACEOFPUBLICATION>{1,1}</PPLACEOFPUBLICATION>
  <PRARITIESFEATURESDECORATIONS>{1,1}</PRARITIESFEATURESDECORATIONS>
  <PTYPEOFPRESS>{1,1}</PTYPEOFPRESS>
  <QUOTE DIRECT="Y" ID="">{1,1}</QUOTE>
  <RBESTKNOWNWORK>{1,1}</RBESTKNOWNWORK>
  <RESEARCHNOTE>{1,1}</RESEARCHNOTE>
  <RRECOGNITIONS>{1,1}</RRECOGNITIONS>
  <RRESPONSES FORMALITY="" GENDEREDRESPONSE="" RESPONSETYPE="">{1,1}</RRESPONSES>
  <RSELFDESCRIPTION>{1,1}</RSELFDESCRIPTION>
  <RSHEINFLUENCED>{1,1}</RSHEINFLUENCED>
  <SCHOLARNOTE>{1,1}</SCHOLARNOTE>
  <SOCALLED>{1,1}</SOCALLED>
  <TCHARACTERIZATION>{1,1}</TCHARACTERIZATION>
  <TCHARACTERTYPEROLE PROTAGONIST="">{1,1}</TCHARACTERTYPEROLE>
  <TGENRE GENRENAME="" PROPOSEDALTERNATIVENAME="">{1,1}</TGENRE>
  <TGENREISSUE>{1,1}</TGENREISSUE>
  <TINTERTEXTUALITY GENDEROFAUTHOR="" INTERTEXTTYPE="">{1,1}</TINTERTEXTUALITY>
  <TITLE REF="" REG="" REND="" STANDARD="" TITLETYPE="">{1,1}</TITLE>
  <TMOTIF MOTIFNAME="">{1,1}</TMOTIF>
  <TOPIC STANDARD="">{1,1}</TOPIC>
  <TSETTINGPLACE SETTINGCLASS="" SETTINGPLACETYPE="">{1,1}</TSETTINGPLACE>
  <TTECHNIQUES TECHNIQUETYPE="">{1,1}</TTECHNIQUES>
  <TTHEMETOPIC ID="">{1,1}</TTHEMETOPIC>
  <TTONESTYLE>{1,1}</TTONESTYLE>
</PANTHOLOGIZATION>
Source
<xs:element name="PANTHOLOGIZATION">
  <xs:annotation>
    <xs:documentation>This element creates a record of a work's appearance and selection in anthologies; it contains relevant details surrounding significant instances when a text is anthologized (how framed; how described; how frequently it occurs); the appearance of the text in significant or major anthologies (Gilbert and Gubar, Palgrave, Norton).</xs:documentation>
  </xs:annotation>
  <xs:complexType mixed="true">
    <xs:choice minOccurs="0" maxOccurs="unbounded">
      <xs:element ref="BIBCITS"/>
      <xs:element ref="DATE"/>
      <xs:element ref="DATERANGE"/>
      <xs:element ref="NAME"/>
      <xs:element ref="ORGNAME"/>
      <xs:element ref="PARCHIVALLOCATION"/>
      <xs:element ref="PATTITUDES"/>
      <xs:element ref="PAUTHORSHIP"/>
      <xs:element ref="PCIRCULATION"/>
      <xs:element ref="PEDITIONS"/>
      <xs:element ref="PFIRSTLITERARYACTIVITY"/>
      <xs:element ref="PINFLUENCESHER"/>
      <xs:element ref="PLACE"/>
      <xs:element ref="PLITERARYSCHOOLS"/>
      <xs:element ref="PMATERIALCONDITIONS"/>
      <xs:element ref="PMODEOFPUBLICATION"/>
      <xs:element ref="PMOTIVES"/>
      <xs:element ref="PNONBOOKMEDIA"/>
      <xs:element ref="PPERIODICALPUBLICATION"/>
      <xs:element ref="PPLACEOFPUBLICATION"/>
      <xs:element ref="PRARITIESFEATURESDECORATIONS"/>
      <xs:element ref="PTYPEOFPRESS"/>
      <xs:element ref="QUOTE"/>
      <xs:element ref="RBESTKNOWNWORK"/>
      <xs:element ref="RESEARCHNOTE"/>
      <xs:element ref="RRECOGNITIONS"/>
      <xs:element ref="RRESPONSES"/>
      <xs:element ref="RSELFDESCRIPTION"/>
      <xs:element ref="RSHEINFLUENCED"/>
      <xs:element ref="SCHOLARNOTE"/>
      <xs:element ref="SOCALLED"/>
      <xs:element ref="TCHARACTERIZATION"/>
      <xs:element ref="TCHARACTERTYPEROLE"/>
      <xs:element ref="TGENRE"/>
      <xs:element ref="TGENREISSUE"/>
      <xs:element ref="TINTERTEXTUALITY"/>
      <xs:element ref="TITLE"/>
      <xs:element ref="TMOTIF"/>
      <xs:element ref="TOPIC"/>
      <xs:element ref="TSETTINGPLACE"/>
      <xs:element ref="TTECHNIQUES"/>
      <xs:element ref="TTHEMETOPIC"/>
      <xs:element ref="TTONESTYLE"/>
    </xs:choice>
  </xs:complexType>
</xs:element>
[ top ]
Element PATTITUDES
Namespace No namespace
Annotations
This element is better expressed with the lengthy phrase: "attitudes
to gender, writing, and gender and writing, or writing as a woman" and it comments on the writer's common beliefs and assumptions about the
practice and profession of writing and the relationship of gender to it. Her attitudes may be surmised in comments about what writing means to her,
whereas motives, another element, are more goal oriented (why did she, in particular, write)?
Diagram
Diagram index.tmp#BIBCITS index.tmp#DATE index.tmp#DATERANGE index.tmp#EMPH index.tmp#FOREIGN index.tmp#KEYWORDCLASS index.tmp#L index.tmp#NAME index.tmp#ORGNAME index.tmp#PADVERTISING index.tmp#PANTHOLOGIZATION index.tmp#PATTITUDES index.tmp#PAUTHORSHIP index.tmp#PCIRCULATION index.tmp#PCONTRACT index.tmp#PDEDICATION index.tmp#PEARNINGS index.tmp#PEDITIONS index.tmp#PFIRSTLITERARYACTIVITY index.tmp#PINFLUENCESHER index.tmp#PLACE index.tmp#PLASTLITERARYACTIVITY index.tmp#PLITERARYSCHOOLS index.tmp#PMANUSCRIPTHISTORY index.tmp#PMATERIALCONDITIONS index.tmp#PMODEOFPUBLICATION index.tmp#PMOTIVES index.tmp#PNONSURVIVAL index.tmp#PPERFORMANCE index.tmp#PPERIODICALPUBLICATION index.tmp#PPLACEOFPUBLICATION index.tmp#PRARITIESFEATURESDECORATIONS index.tmp#PRELATIONSWITHPUBLISHER index.tmp#PSERIALIZATION index.tmp#PSUBMISSIONSREJECTIONS index.tmp#QUOTE index.tmp#RDESTRUCTIONOFWORK index.tmp#RESEARCHNOTE index.tmp#RRECOGNITIONNAME index.tmp#RRESPONSES index.tmp#RSELFDESCRIPTION index.tmp#SCHOLARNOTE index.tmp#SOCALLED index.tmp#TCHARACTERIZATION index.tmp#TCHARACTERNAME index.tmp#TCHARACTERTYPEROLE index.tmp#TGENRE index.tmp#TGENREISSUE index.tmp#TINTERTEXTUALITY index.tmp#TITLE index.tmp#TMOTIF index.tmp#TOPIC index.tmp#TPLOT index.tmp#TSETTINGPLACE index.tmp#TTECHNIQUES index.tmp#TTHEMETOPIC index.tmp#TTONESTYLE index.tmp#TVOICENARRATION
Properties
content complex
mixed true
Used by
Model
Children BIBCITS, DATE, DATERANGE, EMPH, FOREIGN, KEYWORDCLASS, L, NAME, ORGNAME, PADVERTISING, PANTHOLOGIZATION, PATTITUDES, PAUTHORSHIP, PCIRCULATION, PCONTRACT, PDEDICATION, PEARNINGS, PEDITIONS, PFIRSTLITERARYACTIVITY, PINFLUENCESHER, PLACE, PLASTLITERARYACTIVITY, PLITERARYSCHOOLS, PMANUSCRIPTHISTORY, PMATERIALCONDITIONS, PMODEOFPUBLICATION, PMOTIVES, PNONSURVIVAL, PPERFORMANCE, PPERIODICALPUBLICATION, PPLACEOFPUBLICATION, PRARITIESFEATURESDECORATIONS, PRELATIONSWITHPUBLISHER, PSERIALIZATION, PSUBMISSIONSREJECTIONS, QUOTE, RDESTRUCTIONOFWORK, RESEARCHNOTE, RRECOGNITIONNAME, RRESPONSES, RSELFDESCRIPTION, SCHOLARNOTE, SOCALLED, TCHARACTERIZATION, TCHARACTERNAME, TCHARACTERTYPEROLE, TGENRE, TGENREISSUE, TINTERTEXTUALITY, TITLE, TMOTIF, TOPIC, TPLOT, TSETTINGPLACE, TTECHNIQUES, TTHEMETOPIC, TTONESTYLE, TVOICENARRATION
Instance
<PATTITUDES>
  <BIBCITS ID="">{1,1}</BIBCITS>
  <DATE CALENDAR="NEWSTYLE" CERTAINTY="CERT" ID="" VALUE="">{1,1}</DATE>
  <DATERANGE CALENDAR="NEWSTYLE" CERTAINTY="CERT" EXACT="" FROM="" ID="" TO="">{1,1}</DATERANGE>
  <EMPH>{1,1}</EMPH>
  <FOREIGN LANG="" REG="">{1,1}</FOREIGN>
  <KEYWORDCLASS KEYWORDTYPE="">{1,1}</KEYWORDCLASS>
  <L PART="N" RHYME="">{1,1}</L>
  <NAME REF="" STANDARD="">{1,1}</NAME>
  <ORGNAME ORGTYPE="" REF="" REG="" STANDARD="">{1,1}</ORGNAME>
  <PADVERTISING>{1,1}</PADVERTISING>
  <PANTHOLOGIZATION>{1,1}</PANTHOLOGIZATION>
  <PATTITUDES>{1,1}</PATTITUDES>
  <PAUTHORSHIP AUTHORNAMETYPE="" AUTHORSHIPCONTROVERSY="" COLLABORATION="" CONTROVERSYDATE="">{1,1}</PAUTHORSHIP>
  <PCIRCULATION>{1,1}</PCIRCULATION>
  <PCONTRACT ID="">{1,1}</PCONTRACT>
  <PDEDICATION>{1,1}</PDEDICATION>
  <PEARNINGS>{1,1}</PEARNINGS>
  <PEDITIONS>{1,1}</PEDITIONS>
  <PFIRSTLITERARYACTIVITY>{1,1}</PFIRSTLITERARYACTIVITY>
  <PINFLUENCESHER INFLUENCETYPE="">{1,1}</PINFLUENCESHER>
  <PLACE REF="">{1,1}</PLACE>
  <PLASTLITERARYACTIVITY>{1,1}</PLASTLITERARYACTIVITY>
  <PLITERARYSCHOOLS INVOLVEMENT="INVOLVEMENTYES" REG="">{1,1}</PLITERARYSCHOOLS>
  <PMANUSCRIPTHISTORY>{1,1}</PMANUSCRIPTHISTORY>
  <PMATERIALCONDITIONS DISPLACEMENT="">{1,1}</PMATERIALCONDITIONS>
  <PMODEOFPUBLICATION PUBLICATIONMODE="">{1,1}</PMODEOFPUBLICATION>
  <PMOTIVES ID="" MOTIVETYPE="">{1,1}</PMOTIVES>
  <PNONSURVIVAL TYPEOFNONSURVIVAL="">{1,1}</PNONSURVIVAL>
  <PPERFORMANCE>{1,1}</PPERFORMANCE>
  <PPERIODICALPUBLICATION>{1,1}</PPERIODICALPUBLICATION>
  <PPLACEOFPUBLICATION>{1,1}</PPLACEOFPUBLICATION>
  <PRARITIESFEATURESDECORATIONS>{1,1}</PRARITIESFEATURESDECORATIONS>
  <PRELATIONSWITHPUBLISHER RELATIONSHIPTYPE="">{1,1}</PRELATIONSWITHPUBLISHER>
  <PSERIALIZATION FORMOFSERIALIZATION="">{1,1}</PSERIALIZATION>
  <PSUBMISSIONSREJECTIONS>{1,1}</PSUBMISSIONSREJECTIONS>
  <QUOTE DIRECT="Y" ID="">{1,1}</QUOTE>
  <RDESTRUCTIONOFWORK DESTROYEDBY="">{1,1}</RDESTRUCTIONOFWORK>
  <RESEARCHNOTE>{1,1}</RESEARCHNOTE>
  <RRECOGNITIONNAME REG="">{1,1}</RRECOGNITIONNAME>
  <RRESPONSES FORMALITY="" GENDEREDRESPONSE="" RESPONSETYPE="">{1,1}</RRESPONSES>
  <RSELFDESCRIPTION>{1,1}</RSELFDESCRIPTION>
  <SCHOLARNOTE>{1,1}</SCHOLARNOTE>
  <SOCALLED>{1,1}</SOCALLED>
  <TCHARACTERIZATION>{1,1}</TCHARACTERIZATION>
  <TCHARACTERNAME REG="">{1,1}</TCHARACTERNAME>
  <TCHARACTERTYPEROLE PROTAGONIST="">{1,1}</TCHARACTERTYPEROLE>
  <TGENRE GENRENAME="" PROPOSEDALTERNATIVENAME="">{1,1}</TGENRE>
  <TGENREISSUE>{1,1}</TGENREISSUE>
  <TINTERTEXTUALITY GENDEROFAUTHOR="" INTERTEXTTYPE="">{1,1}</TINTERTEXTUALITY>
  <TITLE REF="" REG="" REND="" STANDARD="" TITLETYPE="">{1,1}</TITLE>
  <TMOTIF MOTIFNAME="">{1,1}</TMOTIF>
  <TOPIC STANDARD="">{1,1}</TOPIC>
  <TPLOT>{1,1}</TPLOT>
  <TSETTINGPLACE SETTINGCLASS="" SETTINGPLACETYPE="">{1,1}</TSETTINGPLACE>
  <TTECHNIQUES TECHNIQUETYPE="">{1,1}</TTECHNIQUES>
  <TTHEMETOPIC ID="">{1,1}</TTHEMETOPIC>
  <TTONESTYLE>{1,1}</TTONESTYLE>
  <TVOICENARRATION>{1,1}</TVOICENARRATION>
</PATTITUDES>
Source
<xs:element name="PATTITUDES">
  <xs:annotation>
    <xs:documentation>This element is better expressed with the lengthy phrase: "attitudes to gender, writing, and gender and writing, or writing as a woman" and it comments on the writer's common beliefs and assumptions about the practice and profession of writing and the relationship of gender to it. Her attitudes may be surmised in comments about what writing means to her, whereas motives, another element, are more goal oriented (why did she, in particular, write)?</xs:documentation>
  </xs:annotation>
  <xs:complexType mixed="true">
    <xs:choice minOccurs="0" maxOccurs="unbounded">
      <xs:element ref="BIBCITS"/>
      <xs:element ref="DATE"/>
      <xs:element ref="DATERANGE"/>
      <xs:element ref="EMPH"/>
      <xs:element ref="FOREIGN"/>
      <xs:element ref="KEYWORDCLASS"/>
      <xs:element ref="L"/>
      <xs:element ref="NAME"/>
      <xs:element ref="ORGNAME"/>
      <xs:element ref="PADVERTISING"/>
      <xs:element ref="PANTHOLOGIZATION"/>
      <xs:element ref="PATTITUDES"/>
      <xs:element ref="PAUTHORSHIP"/>
      <xs:element ref="PCIRCULATION"/>
      <xs:element ref="PCONTRACT"/>
      <xs:element ref="PDEDICATION"/>
      <xs:element ref="PEARNINGS"/>
      <xs:element ref="PEDITIONS"/>
      <xs:element ref="PFIRSTLITERARYACTIVITY"/>
      <xs:element ref="PINFLUENCESHER"/>
      <xs:element ref="PLACE"/>
      <xs:element ref="PLASTLITERARYACTIVITY"/>
      <xs:element ref="PLITERARYSCHOOLS"/>
      <xs:element ref="PMANUSCRIPTHISTORY"/>
      <xs:element ref="PMATERIALCONDITIONS"/>
      <xs:element ref="PMODEOFPUBLICATION"/>
      <xs:element ref="PMOTIVES"/>
      <xs:element ref="PNONSURVIVAL"/>
      <xs:element ref="PPERFORMANCE"/>
      <xs:element ref="PPERIODICALPUBLICATION"/>
      <xs:element ref="PPLACEOFPUBLICATION"/>
      <xs:element ref="PRARITIESFEATURESDECORATIONS"/>
      <xs:element ref="PRELATIONSWITHPUBLISHER"/>
      <xs:element ref="PSERIALIZATION"/>
      <xs:element ref="PSUBMISSIONSREJECTIONS"/>
      <xs:element ref="QUOTE"/>
      <xs:element ref="RDESTRUCTIONOFWORK"/>
      <xs:element ref="RESEARCHNOTE"/>
      <xs:element ref="RRECOGNITIONNAME"/>
      <xs:element ref="RRESPONSES"/>
      <xs:element ref="RSELFDESCRIPTION"/>
      <xs:element ref="SCHOLARNOTE"/>
      <xs:element ref="SOCALLED"/>
      <xs:element ref="TCHARACTERIZATION"/>
      <xs:element ref="TCHARACTERNAME"/>
      <xs:element ref="TCHARACTERTYPEROLE"/>
      <xs:element ref="TGENRE"/>
      <xs:element ref="TGENREISSUE"/>
      <xs:element ref="TINTERTEXTUALITY"/>
      <xs:element ref="TITLE"/>
      <xs:element ref="TMOTIF"/>
      <xs:element ref="TOPIC"/>
      <xs:element ref="TPLOT"/>
      <xs:element ref="TSETTINGPLACE"/>
      <xs:element ref="TTECHNIQUES"/>
      <xs:element ref="TTHEMETOPIC"/>
      <xs:element ref="TTONESTYLE"/>
      <xs:element ref="TVOICENARRATION"/>
    </xs:choice>
  </xs:complexType>
</xs:element>
[ top ]
Element KEYWORDCLASS
Namespace No namespace
Diagram
Diagram index.tmp#KEYWORDCLASS_KEYWORDTYPE
Properties
content complex
mixed true
Used by
Model
Attributes
QName Type Use
KEYWORDTYPE optional
Source
<xs:element name="KEYWORDCLASS">
  <xs:complexType mixed="true">
    <xs:attribute name="KEYWORDTYPE"/>
  </xs:complexType>
</xs:element>
[ top ]
Element L
Namespace No namespace
Annotations
Verse line contains a single, possibly incomplete, line of
verse
Diagram
Diagram index.tmp#L_PART index.tmp#L_RHYME index.tmp#BIBCITS index.tmp#EMPH index.tmp#FOREIGN index.tmp#NAME index.tmp#PLACE index.tmp#QUOTE index.tmp#RESEARCHNOTE index.tmp#SCHOLARNOTE index.tmp#SIC index.tmp#SOCALLED index.tmp#TCHARACTERNAME index.tmp#TCHARACTERTYPEROLE index.tmp#TMOTIF index.tmp#TTECHNIQUES index.tmp#TTHEMETOPIC
Properties
content complex
mixed true
Used by
Model
Children BIBCITS, EMPH, FOREIGN, NAME, PLACE, QUOTE, RESEARCHNOTE, SCHOLARNOTE, SIC, SOCALLED, TCHARACTERNAME, TCHARACTERTYPEROLE, TMOTIF, TTECHNIQUES, TTHEMETOPIC
Instance
<L PART="N" RHYME="">
  <BIBCITS ID="">{1,1}</BIBCITS>
  <EMPH>{1,1}</EMPH>
  <FOREIGN LANG="" REG="">{1,1}</FOREIGN>
  <NAME REF="" STANDARD="">{1,1}</NAME>
  <PLACE REF="">{1,1}</PLACE>
  <QUOTE DIRECT="Y" ID="">{1,1}</QUOTE>
  <RESEARCHNOTE>{1,1}</RESEARCHNOTE>
  <SCHOLARNOTE>{1,1}</SCHOLARNOTE>
  <SIC CORR="">{1,1}</SIC>
  <SOCALLED>{1,1}</SOCALLED>
  <TCHARACTERNAME REG="">{1,1}</TCHARACTERNAME>
  <TCHARACTERTYPEROLE PROTAGONIST="">{1,1}</TCHARACTERTYPEROLE>
  <TMOTIF MOTIFNAME="">{1,1}</TMOTIF>
  <TTECHNIQUES TECHNIQUETYPE="">{1,1}</TTECHNIQUES>
  <TTHEMETOPIC ID="">{1,1}</TTHEMETOPIC>
</L>
Attributes
QName Type Default Use Annotation
PART restriction of xs:token N optional
The part attribute specifies whether or not its parent
element is fragmented in some way, typically by some other overlapping structure: for example a speech which is divided between
two or more verse stanzas, a paragraph which is split across a page division, a verse line which is divided between two
speakers.
RHYME optional
Source
<xs:element name="L">
  <xs:annotation>
    <xs:documentation>Verse line contains a single, possibly incomplete, line of verse</xs:documentation>
  </xs:annotation>
  <xs:complexType mixed="true">
    <xs:choice minOccurs="0" maxOccurs="unbounded">
      <xs:element ref="BIBCITS"/>
      <xs:element ref="EMPH"/>
      <xs:element ref="FOREIGN"/>
      <xs:element ref="NAME"/>
      <xs:element ref="PLACE"/>
      <xs:element ref="QUOTE"/>
      <xs:element ref="RESEARCHNOTE"/>
      <xs:element ref="SCHOLARNOTE"/>
      <xs:element ref="SIC"/>
      <xs:element ref="SOCALLED"/>
      <xs:element ref="TCHARACTERNAME"/>
      <xs:element ref="TCHARACTERTYPEROLE"/>
      <xs:element ref="TMOTIF"/>
      <xs:element ref="TTECHNIQUES"/>
      <xs:element ref="TTHEMETOPIC"/>
    </xs:choice>
    <xs:attribute name="PART" default="N">
      <xs:annotation>
        <xs:documentation>The part attribute specifies whether or not its parent element is fragmented in some way, typically by some other overlapping structure: for example a speech which is divided between two or more verse stanzas, a paragraph which is split across a page division, a verse line which is divided between two speakers.</xs:documentation>
      </xs:annotation>
      <xs:simpleType>
        <xs:restriction base="xs:token">
          <xs:enumeration value="N">
            <xs:annotation>
              <xs:documentation>(no) either the element is not fragmented, or no claim is made as to its completeness</xs:documentation>
            </xs:annotation>
          </xs:enumeration>
          <xs:enumeration value="Y">
            <xs:annotation>
              <xs:documentation>(yes) the element is fragmented in some (unspecified) respect</xs:documentation>
            </xs:annotation>
          </xs:enumeration>
          <xs:enumeration value="I">
            <xs:annotation>
              <xs:documentation>(initial) this is the initial part of a fragmented element</xs:documentation>
            </xs:annotation>
          </xs:enumeration>
          <xs:enumeration value="M">
            <xs:annotation>
              <xs:documentation>(medial) this is a medial part of a fragmented element</xs:documentation>
            </xs:annotation>
          </xs:enumeration>
          <xs:enumeration value="F">
            <xs:annotation>
              <xs:documentation>(final) this is the final part of a fragmented element</xs:documentation>
            </xs:annotation>
          </xs:enumeration>
        </xs:restriction>
      </xs:simpleType>
    </xs:attribute>
    <xs:attribute name="RHYME"/>
  </xs:complexType>
</xs:element>
[ top ]
Element TMOTIF
Namespace No namespace
Annotations
The motif element pertains to those discussions of a significant
scene, episode, or idea in the text where these are not coterminal with the entire text. Motifs are localized or contained within the plot and may recur
in multiple works or multiple times in the same work.
Diagram
Diagram index.tmp#TMOTIF_MOTIFNAME index.tmp#BIBCITS index.tmp#DATE index.tmp#EMPH index.tmp#FOREIGN index.tmp#KEYWORDCLASS index.tmp#NAME index.tmp#ORGNAME index.tmp#PDEDICATION index.tmp#PLACE index.tmp#QUOTE index.tmp#SCHOLARNOTE index.tmp#SOCALLED index.tmp#TCHARACTERIZATION index.tmp#TCHARACTERNAME index.tmp#TCHARACTERTYPEROLE index.tmp#TGENRE index.tmp#TINTERTEXTUALITY index.tmp#TITLE index.tmp#TMOTIF index.tmp#TSETTINGDATE index.tmp#TSETTINGPLACE index.tmp#TTECHNIQUES index.tmp#TTHEMETOPIC index.tmp#TVOICENARRATION
Properties
content complex
mixed true
Used by
Model
Children BIBCITS, DATE, EMPH, FOREIGN, KEYWORDCLASS, NAME, ORGNAME, PDEDICATION, PLACE, QUOTE, SCHOLARNOTE, SOCALLED, TCHARACTERIZATION, TCHARACTERNAME, TCHARACTERTYPEROLE, TGENRE, TINTERTEXTUALITY, TITLE, TMOTIF, TSETTINGDATE, TSETTINGPLACE, TTECHNIQUES, TTHEMETOPIC, TVOICENARRATION
Instance
<TMOTIF MOTIFNAME="">
  <BIBCITS ID="">{1,1}</BIBCITS>
  <DATE CALENDAR="NEWSTYLE" CERTAINTY="CERT" ID="" VALUE="">{1,1}</DATE>
  <EMPH>{1,1}</EMPH>
  <FOREIGN LANG="" REG="">{1,1}</FOREIGN>
  <KEYWORDCLASS KEYWORDTYPE="">{1,1}</KEYWORDCLASS>
  <NAME REF="" STANDARD="">{1,1}</NAME>
  <ORGNAME ORGTYPE="" REF="" REG="" STANDARD="">{1,1}</ORGNAME>
  <PDEDICATION>{1,1}</PDEDICATION>
  <PLACE REF="">{1,1}</PLACE>
  <QUOTE DIRECT="Y" ID="">{1,1}</QUOTE>
  <SCHOLARNOTE>{1,1}</SCHOLARNOTE>
  <SOCALLED>{1,1}</SOCALLED>
  <TCHARACTERIZATION>{1,1}</TCHARACTERIZATION>
  <TCHARACTERNAME REG="">{1,1}</TCHARACTERNAME>
  <TCHARACTERTYPEROLE PROTAGONIST="">{1,1}</TCHARACTERTYPEROLE>
  <TGENRE GENRENAME="" PROPOSEDALTERNATIVENAME="">{1,1}</TGENRE>
  <TINTERTEXTUALITY GENDEROFAUTHOR="" INTERTEXTTYPE="">{1,1}</TINTERTEXTUALITY>
  <TITLE REF="" REG="" REND="" STANDARD="" TITLETYPE="">{1,1}</TITLE>
  <TMOTIF MOTIFNAME="">{1,1}</TMOTIF>
  <TSETTINGDATE SETTINGDATETYPE="">{1,1}</TSETTINGDATE>
  <TSETTINGPLACE SETTINGCLASS="" SETTINGPLACETYPE="">{1,1}</TSETTINGPLACE>
  <TTECHNIQUES TECHNIQUETYPE="">{1,1}</TTECHNIQUES>
  <TTHEMETOPIC ID="">{1,1}</TTHEMETOPIC>
  <TVOICENARRATION>{1,1}</TVOICENARRATION>
</TMOTIF>
Attributes
QName Type Use Annotation
MOTIFNAME optional
Atribute on tMotif used to regularize discussions of motifs to
one of the descriptors listed under Motif.
Source
<xs:element name="TMOTIF">
  <xs:annotation>
    <xs:documentation>The motif element pertains to those discussions of a significant scene, episode, or idea in the text where these are not coterminal with the entire text. Motifs are localized or contained within the plot and may recur in multiple works or multiple times in the same work.</xs:documentation>
  </xs:annotation>
  <xs:complexType mixed="true">
    <xs:choice minOccurs="0" maxOccurs="unbounded">
      <xs:element ref="BIBCITS"/>
      <xs:element ref="DATE"/>
      <xs:element ref="EMPH"/>
      <xs:element ref="FOREIGN"/>
      <xs:element ref="KEYWORDCLASS"/>
      <xs:element ref="NAME"/>
      <xs:element ref="ORGNAME"/>
      <xs:element ref="PDEDICATION"/>
      <xs:element ref="PLACE"/>
      <xs:element ref="QUOTE"/>
      <xs:element ref="SCHOLARNOTE"/>
      <xs:element ref="SOCALLED"/>
      <xs:element ref="TCHARACTERIZATION"/>
      <xs:element ref="TCHARACTERNAME"/>
      <xs:element ref="TCHARACTERTYPEROLE"/>
      <xs:element ref="TGENRE"/>
      <xs:element ref="TINTERTEXTUALITY"/>
      <xs:element ref="TITLE"/>
      <xs:element ref="TMOTIF"/>
      <xs:element ref="TSETTINGDATE"/>
      <xs:element ref="TSETTINGPLACE"/>
      <xs:element ref="TTECHNIQUES"/>
      <xs:element ref="TTHEMETOPIC"/>
      <xs:element ref="TVOICENARRATION"/>
    </xs:choice>
    <xs:attribute name="MOTIFNAME">
      <xs:annotation>
        <xs:documentation>Atribute on tMotif used to regularize discussions of motifs to one of the descriptors listed under Motif.</xs:documentation>
      </xs:annotation>
    </xs:attribute>
  </xs:complexType>
</xs:element>
[ top ]
Element PDEDICATION
Namespace No namespace
Annotations
This element is used to indicate a dedication of a
work.
Diagram
Diagram index.tmp#BIBCITS index.tmp#DATE index.tmp#DATERANGE index.tmp#KEYWORDCLASS index.tmp#NAME index.tmp#ORGNAME index.tmp#PADVERTISING index.tmp#PARCHIVALLOCATION index.tmp#PATTITUDES index.tmp#PAUTHORSHIP index.tmp#PDEDICATION index.tmp#PEARNINGS index.tmp#PEDITIONS index.tmp#PFIRSTLITERARYACTIVITY index.tmp#PINFLUENCESHER index.tmp#PLACE index.tmp#PLASTLITERARYACTIVITY index.tmp#PMANUSCRIPTHISTORY index.tmp#PMATERIALCONDITIONS index.tmp#PMODEOFPUBLICATION index.tmp#PMOTIVES index.tmp#PPERIODICALPUBLICATION index.tmp#PPLACEOFPUBLICATION index.tmp#PPRICE index.tmp#PRARITIESFEATURESDECORATIONS index.tmp#PRELATIONSWITHPUBLISHER index.tmp#PSERIALIZATION index.tmp#PSUBMISSIONSREJECTIONS index.tmp#QUOTE index.tmp#RBESTKNOWNWORK index.tmp#RDESTRUCTIONOFWORK index.tmp#RESEARCHNOTE index.tmp#RLANDMARKTEXT index.tmp#RRECOGNITIONS index.tmp#RRESPONSES index.tmp#RSELFDESCRIPTION index.tmp#SCHOLARNOTE index.tmp#SOCALLED index.tmp#TCHARACTERIZATION index.tmp#TCHARACTERNAME index.tmp#TCHARACTERTYPEROLE index.tmp#TGENRE index.tmp#TINTERTEXTUALITY index.tmp#TITLE index.tmp#TMOTIF index.tmp#TOPIC index.tmp#TSETTINGDATE index.tmp#TSETTINGPLACE index.tmp#TTECHNIQUES index.tmp#TTHEMETOPIC index.tmp#TTONESTYLE index.tmp#TVOICENARRATION
Properties
content complex
mixed true
Used by
Model
Children BIBCITS, DATE, DATERANGE, KEYWORDCLASS, NAME, ORGNAME, PADVERTISING, PARCHIVALLOCATION, PATTITUDES, PAUTHORSHIP, PDEDICATION, PEARNINGS, PEDITIONS, PFIRSTLITERARYACTIVITY, PINFLUENCESHER, PLACE, PLASTLITERARYACTIVITY, PMANUSCRIPTHISTORY, PMATERIALCONDITIONS, PMODEOFPUBLICATION, PMOTIVES, PPERIODICALPUBLICATION, PPLACEOFPUBLICATION, PPRICE, PRARITIESFEATURESDECORATIONS, PRELATIONSWITHPUBLISHER, PSERIALIZATION, PSUBMISSIONSREJECTIONS, QUOTE, RBESTKNOWNWORK, RDESTRUCTIONOFWORK, RESEARCHNOTE, RLANDMARKTEXT, RRECOGNITIONS, RRESPONSES, RSELFDESCRIPTION, SCHOLARNOTE, SOCALLED, TCHARACTERIZATION, TCHARACTERNAME, TCHARACTERTYPEROLE, TGENRE, TINTERTEXTUALITY, TITLE, TMOTIF, TOPIC, TSETTINGDATE, TSETTINGPLACE, TTECHNIQUES, TTHEMETOPIC, TTONESTYLE, TVOICENARRATION
Instance
<PDEDICATION>
  <BIBCITS ID="">{1,1}</BIBCITS>
  <DATE CALENDAR="NEWSTYLE" CERTAINTY="CERT" ID="" VALUE="">{1,1}</DATE>
  <DATERANGE CALENDAR="NEWSTYLE" CERTAINTY="CERT" EXACT="" FROM="" ID="" TO="">{1,1}</DATERANGE>
  <KEYWORDCLASS KEYWORDTYPE="">{1,1}</KEYWORDCLASS>
  <NAME REF="" STANDARD="">{1,1}</NAME>
  <ORGNAME ORGTYPE="" REF="" REG="" STANDARD="">{1,1}</ORGNAME>
  <PADVERTISING>{1,1}</PADVERTISING>
  <PARCHIVALLOCATION>{1,1}</PARCHIVALLOCATION>
  <PATTITUDES>{1,1}</PATTITUDES>
  <PAUTHORSHIP AUTHORNAMETYPE="" AUTHORSHIPCONTROVERSY="" COLLABORATION="" CONTROVERSYDATE="">{1,1}</PAUTHORSHIP>
  <PDEDICATION>{1,1}</PDEDICATION>
  <PEARNINGS>{1,1}</PEARNINGS>
  <PEDITIONS>{1,1}</PEDITIONS>
  <PFIRSTLITERARYACTIVITY>{1,1}</PFIRSTLITERARYACTIVITY>
  <PINFLUENCESHER INFLUENCETYPE="">{1,1}</PINFLUENCESHER>
  <PLACE REF="">{1,1}</PLACE>
  <PLASTLITERARYACTIVITY>{1,1}</PLASTLITERARYACTIVITY>
  <PMANUSCRIPTHISTORY>{1,1}</PMANUSCRIPTHISTORY>
  <PMATERIALCONDITIONS DISPLACEMENT="">{1,1}</PMATERIALCONDITIONS>
  <PMODEOFPUBLICATION PUBLICATIONMODE="">{1,1}</PMODEOFPUBLICATION>
  <PMOTIVES ID="" MOTIVETYPE="">{1,1}</PMOTIVES>
  <PPERIODICALPUBLICATION>{1,1}</PPERIODICALPUBLICATION>
  <PPLACEOFPUBLICATION>{1,1}</PPLACEOFPUBLICATION>
  <PPRICE>{1,1}</PPRICE>
  <PRARITIESFEATURESDECORATIONS>{1,1}</PRARITIESFEATURESDECORATIONS>
  <PRELATIONSWITHPUBLISHER RELATIONSHIPTYPE="">{1,1}</PRELATIONSWITHPUBLISHER>
  <PSERIALIZATION FORMOFSERIALIZATION="">{1,1}</PSERIALIZATION>
  <PSUBMISSIONSREJECTIONS>{1,1}</PSUBMISSIONSREJECTIONS>
  <QUOTE DIRECT="Y" ID="">{1,1}</QUOTE>
  <RBESTKNOWNWORK>{1,1}</RBESTKNOWNWORK>
  <RDESTRUCTIONOFWORK DESTROYEDBY="">{1,1}</RDESTRUCTIONOFWORK>
  <RESEARCHNOTE>{1,1}</RESEARCHNOTE>
  <RLANDMARKTEXT>{1,1}</RLANDMARKTEXT>
  <RRECOGNITIONS>{1,1}</RRECOGNITIONS>
  <RRESPONSES FORMALITY="" GENDEREDRESPONSE="" RESPONSETYPE="">{1,1}</RRESPONSES>
  <RSELFDESCRIPTION>{1,1}</RSELFDESCRIPTION>
  <SCHOLARNOTE>{1,1}</SCHOLARNOTE>
  <SOCALLED>{1,1}</SOCALLED>
  <TCHARACTERIZATION>{1,1}</TCHARACTERIZATION>
  <TCHARACTERNAME REG="">{1,1}</TCHARACTERNAME>
  <TCHARACTERTYPEROLE PROTAGONIST="">{1,1}</TCHARACTERTYPEROLE>
  <TGENRE GENRENAME="" PROPOSEDALTERNATIVENAME="">{1,1}</TGENRE>
  <TINTERTEXTUALITY GENDEROFAUTHOR="" INTERTEXTTYPE="">{1,1}</TINTERTEXTUALITY>
  <TITLE REF="" REG="" REND="" STANDARD="" TITLETYPE="">{1,1}</TITLE>
  <TMOTIF MOTIFNAME="">{1,1}</TMOTIF>
  <TOPIC STANDARD="">{1,1}</TOPIC>
  <TSETTINGDATE SETTINGDATETYPE="">{1,1}</TSETTINGDATE>
  <TSETTINGPLACE SETTINGCLASS="" SETTINGPLACETYPE="">{1,1}</TSETTINGPLACE>
  <TTECHNIQUES TECHNIQUETYPE="">{1,1}</TTECHNIQUES>
  <TTHEMETOPIC ID="">{1,1}</TTHEMETOPIC>
  <TTONESTYLE>{1,1}</TTONESTYLE>
  <TVOICENARRATION>{1,1}</TVOICENARRATION>
</PDEDICATION>
Source
<xs:element name="PDEDICATION">
  <xs:annotation>
    <xs:documentation>This element is used to indicate a dedication of a work.</xs:documentation>
  </xs:annotation>
  <xs:complexType mixed="true">
    <xs:choice minOccurs="0" maxOccurs="unbounded">
      <xs:element ref="BIBCITS"/>
      <xs:element ref="DATE"/>
      <xs:element ref="DATERANGE"/>
      <xs:element ref="KEYWORDCLASS"/>
      <xs:element ref="NAME"/>
      <xs:element ref="ORGNAME"/>
      <xs:element ref="PADVERTISING"/>
      <xs:element ref="PARCHIVALLOCATION"/>
      <xs:element ref="PATTITUDES"/>
      <xs:element ref="PAUTHORSHIP"/>
      <xs:element ref="PDEDICATION"/>
      <xs:element ref="PEARNINGS"/>
      <xs:element ref="PEDITIONS"/>
      <xs:element ref="PFIRSTLITERARYACTIVITY"/>
      <xs:element ref="PINFLUENCESHER"/>
      <xs:element ref="PLACE"/>
      <xs:element ref="PLASTLITERARYACTIVITY"/>
      <xs:element ref="PMANUSCRIPTHISTORY"/>
      <xs:element ref="PMATERIALCONDITIONS"/>
      <xs:element ref="PMODEOFPUBLICATION"/>
      <xs:element ref="PMOTIVES"/>
      <xs:element ref="PPERIODICALPUBLICATION"/>
      <xs:element ref="PPLACEOFPUBLICATION"/>
      <xs:element ref="PPRICE"/>
      <xs:element ref="PRARITIESFEATURESDECORATIONS"/>
      <xs:element ref="PRELATIONSWITHPUBLISHER"/>
      <xs:element ref="PSERIALIZATION"/>
      <xs:element ref="PSUBMISSIONSREJECTIONS"/>
      <xs:element ref="QUOTE"/>
      <xs:element ref="RBESTKNOWNWORK"/>
      <xs:element ref="RDESTRUCTIONOFWORK"/>
      <xs:element ref="RESEARCHNOTE"/>
      <xs:element ref="RLANDMARKTEXT"/>
      <xs:element ref="RRECOGNITIONS"/>
      <xs:element ref="RRESPONSES"/>
      <xs:element ref="RSELFDESCRIPTION"/>
      <xs:element ref="SCHOLARNOTE"/>
      <xs:element ref="SOCALLED"/>
      <xs:element ref="TCHARACTERIZATION"/>
      <xs:element ref="TCHARACTERNAME"/>
      <xs:element ref="TCHARACTERTYPEROLE"/>
      <xs:element ref="TGENRE"/>
      <xs:element ref="TINTERTEXTUALITY"/>
      <xs:element ref="TITLE"/>
      <xs:element ref="TMOTIF"/>
      <xs:element ref="TOPIC"/>
      <xs:element ref="TSETTINGDATE"/>
      <xs:element ref="TSETTINGPLACE"/>
      <xs:element ref="TTECHNIQUES"/>
      <xs:element ref="TTHEMETOPIC"/>
      <xs:element ref="TTONESTYLE"/>
      <xs:element ref="TVOICENARRATION"/>
    </xs:choice>
  </xs:complexType>
</xs:element>
[ top ]
Element PAUTHORSHIP
Namespace No namespace
Annotations
This elements elicits discussion of controversy surrounding a text's
authorship.
Diagram
Diagram index.tmp#PAUTHORSHIP_AUTHORNAMETYPE index.tmp#PAUTHORSHIP_AUTHORSHIPCONTROVERSY index.tmp#PAUTHORSHIP_COLLABORATION index.tmp#PAUTHORSHIP_CONTROVERSYDATE index.tmp#BIBCITS index.tmp#DATE index.tmp#DATERANGE index.tmp#DATESTRUCT index.tmp#EMPH index.tmp#FOREIGN index.tmp#KEYWORDCLASS index.tmp#NAME index.tmp#ORGNAME index.tmp#PADVERTISING index.tmp#PANTHOLOGIZATION index.tmp#PARCHIVALLOCATION index.tmp#PATTITUDES index.tmp#PAUTHORSHIP index.tmp#PCIRCULATION index.tmp#PCONTRACT index.tmp#PCOPYRIGHT index.tmp#PDEDICATION index.tmp#PEARNINGS index.tmp#PEDITIONS index.tmp#PFIRSTLITERARYACTIVITY index.tmp#PINFLUENCESHER index.tmp#PLACE index.tmp#PLASTLITERARYACTIVITY index.tmp#PLITERARYSCHOOLS index.tmp#PMANUSCRIPTHISTORY index.tmp#PMATERIALCONDITIONS index.tmp#PMODEOFPUBLICATION index.tmp#PMOTIVES index.tmp#PNONBOOKMEDIA index.tmp#PNONSURVIVAL index.tmp#PPERFORMANCE index.tmp#PPERIODICALPUBLICATION index.tmp#PPLACEOFPUBLICATION index.tmp#PPRESSRUN index.tmp#PPRICE index.tmp#PRARITIESFEATURESDECORATIONS index.tmp#PRELATIONSWITHPUBLISHER index.tmp#PSERIALIZATION index.tmp#PSUBMISSIONSREJECTIONS index.tmp#PTYPEOFPRESS index.tmp#QUOTE index.tmp#RBESTKNOWNWORK index.tmp#RDESTRUCTIONOFWORK index.tmp#RESEARCHNOTE index.tmp#RLANDMARKTEXT index.tmp#RPENALTIES index.tmp#RRECOGNITIONS index.tmp#RRESPONSES index.tmp#RSELFDESCRIPTION index.tmp#RSHEINFLUENCED index.tmp#SCHOLARNOTE index.tmp#SOCALLED index.tmp#TCHARACTERIZATION index.tmp#TCHARACTERNAME index.tmp#TCHARACTERTYPEROLE index.tmp#TGENRE index.tmp#TGENREISSUE index.tmp#TINTERTEXTUALITY index.tmp#TITLE index.tmp#TMOTIF index.tmp#TOPIC index.tmp#TPLOT index.tmp#TSETTINGDATE index.tmp#TSETTINGPLACE index.tmp#TTECHNIQUES index.tmp#TTHEMETOPIC index.tmp#TTONESTYLE index.tmp#TVOICENARRATION
Properties
content complex
mixed true
Used by
Model
Children BIBCITS, DATE, DATERANGE, DATESTRUCT, EMPH, FOREIGN, KEYWORDCLASS, NAME, ORGNAME, PADVERTISING, PANTHOLOGIZATION, PARCHIVALLOCATION, PATTITUDES, PAUTHORSHIP, PCIRCULATION, PCONTRACT, PCOPYRIGHT, PDEDICATION, PEARNINGS, PEDITIONS, PFIRSTLITERARYACTIVITY, PINFLUENCESHER, PLACE, PLASTLITERARYACTIVITY, PLITERARYSCHOOLS, PMANUSCRIPTHISTORY, PMATERIALCONDITIONS, PMODEOFPUBLICATION, PMOTIVES, PNONBOOKMEDIA, PNONSURVIVAL, PPERFORMANCE, PPERIODICALPUBLICATION, PPLACEOFPUBLICATION, PPRESSRUN, PPRICE, PRARITIESFEATURESDECORATIONS, PRELATIONSWITHPUBLISHER, PSERIALIZATION, PSUBMISSIONSREJECTIONS, PTYPEOFPRESS, QUOTE, RBESTKNOWNWORK, RDESTRUCTIONOFWORK, RESEARCHNOTE, RLANDMARKTEXT, RPENALTIES, RRECOGNITIONS, RRESPONSES, RSELFDESCRIPTION, RSHEINFLUENCED, SCHOLARNOTE, SOCALLED, TCHARACTERIZATION, TCHARACTERNAME, TCHARACTERTYPEROLE, TGENRE, TGENREISSUE, TINTERTEXTUALITY, TITLE, TMOTIF, TOPIC, TPLOT, TSETTINGDATE, TSETTINGPLACE, TTECHNIQUES, TTHEMETOPIC, TTONESTYLE, TVOICENARRATION
Instance
<PAUTHORSHIP AUTHORNAMETYPE="" AUTHORSHIPCONTROVERSY="" COLLABORATION="" CONTROVERSYDATE="">
  <BIBCITS ID="">{1,1}</BIBCITS>
  <DATE CALENDAR="NEWSTYLE" CERTAINTY="CERT" ID="" VALUE="">{1,1}</DATE>
  <DATERANGE CALENDAR="NEWSTYLE" CERTAINTY="CERT" EXACT="" FROM="" ID="" TO="">{1,1}</DATERANGE>
  <DATESTRUCT CALENDAR="NEWSTYLE" CERTAINTY="CERT" VALUE="">{1,1}</DATESTRUCT>
  <EMPH>{1,1}</EMPH>
  <FOREIGN LANG="" REG="">{1,1}</FOREIGN>
  <KEYWORDCLASS KEYWORDTYPE="">{1,1}</KEYWORDCLASS>
  <NAME REF="" STANDARD="">{1,1}</NAME>
  <ORGNAME ORGTYPE="" REF="" REG="" STANDARD="">{1,1}</ORGNAME>
  <PADVERTISING>{1,1}</PADVERTISING>
  <PANTHOLOGIZATION>{1,1}</PANTHOLOGIZATION>
  <PARCHIVALLOCATION>{1,1}</PARCHIVALLOCATION>
  <PATTITUDES>{1,1}</PATTITUDES>
  <PAUTHORSHIP AUTHORNAMETYPE="" AUTHORSHIPCONTROVERSY="" COLLABORATION="" CONTROVERSYDATE="">{1,1}</PAUTHORSHIP>
  <PCIRCULATION>{1,1}</PCIRCULATION>
  <PCONTRACT ID="">{1,1}</PCONTRACT>
  <PCOPYRIGHT>{1,1}</PCOPYRIGHT>
  <PDEDICATION>{1,1}</PDEDICATION>
  <PEARNINGS>{1,1}</PEARNINGS>
  <PEDITIONS>{1,1}</PEDITIONS>
  <PFIRSTLITERARYACTIVITY>{1,1}</PFIRSTLITERARYACTIVITY>
  <PINFLUENCESHER INFLUENCETYPE="">{1,1}</PINFLUENCESHER>
  <PLACE REF="">{1,1}</PLACE>
  <PLASTLITERARYACTIVITY>{1,1}</PLASTLITERARYACTIVITY>
  <PLITERARYSCHOOLS INVOLVEMENT="INVOLVEMENTYES" REG="">{1,1}</PLITERARYSCHOOLS>
  <PMANUSCRIPTHISTORY>{1,1}</PMANUSCRIPTHISTORY>
  <PMATERIALCONDITIONS DISPLACEMENT="">{1,1}</PMATERIALCONDITIONS>
  <PMODEOFPUBLICATION PUBLICATIONMODE="">{1,1}</PMODEOFPUBLICATION>
  <PMOTIVES ID="" MOTIVETYPE="">{1,1}</PMOTIVES>
  <PNONBOOKMEDIA>{1,1}</PNONBOOKMEDIA>
  <PNONSURVIVAL TYPEOFNONSURVIVAL="">{1,1}</PNONSURVIVAL>
  <PPERFORMANCE>{1,1}</PPERFORMANCE>
  <PPERIODICALPUBLICATION>{1,1}</PPERIODICALPUBLICATION>
  <PPLACEOFPUBLICATION>{1,1}</PPLACEOFPUBLICATION>
  <PPRESSRUN>{1,1}</PPRESSRUN>
  <PPRICE>{1,1}</PPRICE>
  <PRARITIESFEATURESDECORATIONS>{1,1}</PRARITIESFEATURESDECORATIONS>
  <PRELATIONSWITHPUBLISHER RELATIONSHIPTYPE="">{1,1}</PRELATIONSWITHPUBLISHER>
  <PSERIALIZATION FORMOFSERIALIZATION="">{1,1}</PSERIALIZATION>
  <PSUBMISSIONSREJECTIONS>{1,1}</PSUBMISSIONSREJECTIONS>
  <PTYPEOFPRESS>{1,1}</PTYPEOFPRESS>
  <QUOTE DIRECT="Y" ID="">{1,1}</QUOTE>
  <RBESTKNOWNWORK>{1,1}</RBESTKNOWNWORK>
  <RDESTRUCTIONOFWORK DESTROYEDBY="">{1,1}</RDESTRUCTIONOFWORK>
  <RESEARCHNOTE>{1,1}</RESEARCHNOTE>
  <RLANDMARKTEXT>{1,1}</RLANDMARKTEXT>
  <RPENALTIES CENSORSHIP="">{1,1}</RPENALTIES>
  <RRECOGNITIONS>{1,1}</RRECOGNITIONS>
  <RRESPONSES FORMALITY="" GENDEREDRESPONSE="" RESPONSETYPE="">{1,1}</RRESPONSES>
  <RSELFDESCRIPTION>{1,1}</RSELFDESCRIPTION>
  <RSHEINFLUENCED>{1,1}</RSHEINFLUENCED>
  <SCHOLARNOTE>{1,1}</SCHOLARNOTE>
  <SOCALLED>{1,1}</SOCALLED>
  <TCHARACTERIZATION>{1,1}</TCHARACTERIZATION>
  <TCHARACTERNAME REG="">{1,1}</TCHARACTERNAME>
  <TCHARACTERTYPEROLE PROTAGONIST="">{1,1}</TCHARACTERTYPEROLE>
  <TGENRE GENRENAME="" PROPOSEDALTERNATIVENAME="">{1,1}</TGENRE>
  <TGENREISSUE>{1,1}</TGENREISSUE>
  <TINTERTEXTUALITY GENDEROFAUTHOR="" INTERTEXTTYPE="">{1,1}</TINTERTEXTUALITY>
  <TITLE REF="" REG="" REND="" STANDARD="" TITLETYPE="">{1,1}</TITLE>
  <TMOTIF MOTIFNAME="">{1,1}</TMOTIF>
  <TOPIC STANDARD="">{1,1}</TOPIC>
  <TPLOT>{1,1}</TPLOT>
  <TSETTINGDATE SETTINGDATETYPE="">{1,1}</TSETTINGDATE>
  <TSETTINGPLACE SETTINGCLASS="" SETTINGPLACETYPE="">{1,1}</TSETTINGPLACE>
  <TTECHNIQUES TECHNIQUETYPE="">{1,1}</TTECHNIQUES>
  <TTHEMETOPIC ID="">{1,1}</TTHEMETOPIC>
  <TTONESTYLE>{1,1}</TTONESTYLE>
  <TVOICENARRATION>{1,1}</TVOICENARRATION>
</PAUTHORSHIP>
Attributes
QName Type Use Annotation
AUTHORNAMETYPE restriction of xs:token optional
This attribute attached to pAuthorship allows us to distinguish
between different kinds of authorship problems such as anonymous and pseudonymous texts, and texts whose authorship is only alluded
to.
AUTHORSHIPCONTROVERSY restriction of xs:token optional
This attribute attached to pAuthorship reflects the difficulties
scholars sometimes encounter when trying to identify the authorship of a text.
COLLABORATION restriction of xs:token optional
This attribute attached to pAuthorship allows us to distinguish
those texts authored by more than a single author.
CONTROVERSYDATE restriction of xs:token optional
This optional attribute attached to pAuthorship designates the
current standing of a controversy surrounding authorship.
Source
<xs:element name="PAUTHORSHIP">
  <xs:annotation>
    <xs:documentation>This elements elicits discussion of controversy surrounding a text's authorship.</xs:documentation>
  </xs:annotation>
  <xs:complexType mixed="true">
    <xs:choice minOccurs="0" maxOccurs="unbounded">
      <xs:element ref="BIBCITS"/>
      <xs:element ref="DATE"/>
      <xs:element ref="DATERANGE"/>
      <xs:element ref="DATESTRUCT"/>
      <xs:element ref="EMPH"/>
      <xs:element ref="FOREIGN"/>
      <xs:element ref="KEYWORDCLASS"/>
      <xs:element ref="NAME"/>
      <xs:element ref="ORGNAME"/>
      <xs:element ref="PADVERTISING"/>
      <xs:element ref="PANTHOLOGIZATION"/>
      <xs:element ref="PARCHIVALLOCATION"/>
      <xs:element ref="PATTITUDES"/>
      <xs:element ref="PAUTHORSHIP"/>
      <xs:element ref="PCIRCULATION"/>
      <xs:element ref="PCONTRACT"/>
      <xs:element ref="PCOPYRIGHT"/>
      <xs:element ref="PDEDICATION"/>
      <xs:element ref="PEARNINGS"/>
      <xs:element ref="PEDITIONS"/>
      <xs:element ref="PFIRSTLITERARYACTIVITY"/>
      <xs:element ref="PINFLUENCESHER"/>
      <xs:element ref="PLACE"/>
      <xs:element ref="PLASTLITERARYACTIVITY"/>
      <xs:element ref="PLITERARYSCHOOLS"/>
      <xs:element ref="PMANUSCRIPTHISTORY"/>
      <xs:element ref="PMATERIALCONDITIONS"/>
      <xs:element ref="PMODEOFPUBLICATION"/>
      <xs:element ref="PMOTIVES"/>
      <xs:element ref="PNONBOOKMEDIA"/>
      <xs:element ref="PNONSURVIVAL"/>
      <xs:element ref="PPERFORMANCE"/>
      <xs:element ref="PPERIODICALPUBLICATION"/>
      <xs:element ref="PPLACEOFPUBLICATION"/>
      <xs:element ref="PPRESSRUN"/>
      <xs:element ref="PPRICE"/>
      <xs:element ref="PRARITIESFEATURESDECORATIONS"/>
      <xs:element ref="PRELATIONSWITHPUBLISHER"/>
      <xs:element ref="PSERIALIZATION"/>
      <xs:element ref="PSUBMISSIONSREJECTIONS"/>
      <xs:element ref="PTYPEOFPRESS"/>
      <xs:element ref="QUOTE"/>
      <xs:element ref="RBESTKNOWNWORK"/>
      <xs:element ref="RDESTRUCTIONOFWORK"/>
      <xs:element ref="RESEARCHNOTE"/>
      <xs:element ref="RLANDMARKTEXT"/>
      <xs:element ref="RPENALTIES"/>
      <xs:element ref="RRECOGNITIONS"/>
      <xs:element ref="RRESPONSES"/>
      <xs:element ref="RSELFDESCRIPTION"/>
      <xs:element ref="RSHEINFLUENCED"/>
      <xs:element ref="SCHOLARNOTE"/>
      <xs:element ref="SOCALLED"/>
      <xs:element ref="TCHARACTERIZATION"/>
      <xs:element ref="TCHARACTERNAME"/>
      <xs:element ref="TCHARACTERTYPEROLE"/>
      <xs:element ref="TGENRE"/>
      <xs:element ref="TGENREISSUE"/>
      <xs:element ref="TINTERTEXTUALITY"/>
      <xs:element ref="TITLE"/>
      <xs:element ref="TMOTIF"/>
      <xs:element ref="TOPIC"/>
      <xs:element ref="TPLOT"/>
      <xs:element ref="TSETTINGDATE"/>
      <xs:element ref="TSETTINGPLACE"/>
      <xs:element ref="TTECHNIQUES"/>
      <xs:element ref="TTHEMETOPIC"/>
      <xs:element ref="TTONESTYLE"/>
      <xs:element ref="TVOICENARRATION"/>
    </xs:choice>
    <xs:attribute name="AUTHORNAMETYPE">
      <xs:annotation>
        <xs:documentation>This attribute attached to pAuthorship allows us to distinguish between different kinds of authorship problems such as anonymous and pseudonymous texts, and texts whose authorship is only alluded to.</xs:documentation>
      </xs:annotation>
      <xs:simpleType>
        <xs:restriction base="xs:token">
          <xs:enumeration value="ANONYMOUS"/>
          <xs:enumeration value="PSEUDONYMOUS"/>
          <xs:enumeration value="ALLUSIVEAUTHORSHIP"/>
        </xs:restriction>
      </xs:simpleType>
    </xs:attribute>
    <xs:attribute name="AUTHORSHIPCONTROVERSY">
      <xs:annotation>
        <xs:documentation>This attribute attached to pAuthorship reflects the difficulties scholars sometimes encounter when trying to identify the authorship of a text.</xs:documentation>
      </xs:annotation>
      <xs:simpleType>
        <xs:restriction base="xs:token">
          <xs:enumeration value="FORGERY"/>
          <xs:enumeration value="SPURIOUS"/>
          <xs:enumeration value="MISATTRIBUTION"/>
          <xs:enumeration value="DOUBTFUL"/>
        </xs:restriction>
      </xs:simpleType>
    </xs:attribute>
    <xs:attribute name="COLLABORATION">
      <xs:annotation>
        <xs:documentation>This attribute attached to pAuthorship allows us to distinguish those texts authored by more than a single author.</xs:documentation>
      </xs:annotation>
      <xs:simpleType>
        <xs:restriction base="xs:token">
          <xs:enumeration value="COLLABORATIONYES"/>
        </xs:restriction>
      </xs:simpleType>
    </xs:attribute>
    <xs:attribute name="CONTROVERSYDATE">
      <xs:annotation>
        <xs:documentation>This optional attribute attached to pAuthorship designates the current standing of a controversy surrounding authorship.</xs:documentation>
      </xs:annotation>
      <xs:simpleType>
        <xs:restriction base="xs:token">
          <xs:enumeration value="PRESENT"/>
          <xs:enumeration value="HISTORICAL"/>
          <xs:enumeration value="ONGOING"/>
        </xs:restriction>
      </xs:simpleType>
    </xs:attribute>
  </xs:complexType>
</xs:element>
[ top ]
Element PCIRCULATION
Namespace No namespace
Annotations
This element discusses the way in which a work was distributed to
the wider world and the breadth of its reach: this is the place to discuss print-runs or comments about best-sellers.
Diagram
Diagram index.tmp#BIBCITS index.tmp#DATE index.tmp#DATERANGE index.tmp#EMPH index.tmp#FOREIGN index.tmp#KEYWORDCLASS index.tmp#NAME index.tmp#ORGNAME index.tmp#PADVERTISING index.tmp#PANTHOLOGIZATION index.tmp#PARCHIVALLOCATION index.tmp#PATTITUDES index.tmp#PAUTHORSHIP index.tmp#PCIRCULATION index.tmp#PCONTRACT index.tmp#PCOPYRIGHT index.tmp#PDEDICATION index.tmp#PEARNINGS index.tmp#PEDITIONS index.tmp#PFIRSTLITERARYACTIVITY index.tmp#PINFLUENCESHER index.tmp#PLACE index.tmp#PMANUSCRIPTHISTORY index.tmp#PMATERIALCONDITIONS index.tmp#PMODEOFPUBLICATION index.tmp#PMOTIVES index.tmp#PNONBOOKMEDIA index.tmp#PNONSURVIVAL index.tmp#PPERFORMANCE index.tmp#PPERIODICALPUBLICATION index.tmp#PPLACEOFPUBLICATION index.tmp#PPRESSRUN index.tmp#PPRICE index.tmp#PRARITIESFEATURESDECORATIONS index.tmp#PRELATIONSWITHPUBLISHER index.tmp#PSUBMISSIONSREJECTIONS index.tmp#QUOTE index.tmp#RBESTKNOWNWORK index.tmp#RDESTRUCTIONOFWORK index.tmp#RESEARCHNOTE index.tmp#RLANDMARKTEXT index.tmp#RPENALTIES index.tmp#RRECOGNITIONNAME index.tmp#RRECOGNITIONS index.tmp#RRESPONSES index.tmp#RSELFDESCRIPTION index.tmp#RSHEINFLUENCED index.tmp#SCHOLARNOTE index.tmp#SOCALLED index.tmp#TCHARACTERNAME index.tmp#TCHARACTERTYPEROLE index.tmp#TGENRE index.tmp#TGENREISSUE index.tmp#TINTERTEXTUALITY index.tmp#TITLE index.tmp#TMOTIF index.tmp#TOPIC index.tmp#TSETTINGDATE index.tmp#TSETTINGPLACE index.tmp#TTECHNIQUES index.tmp#TTHEMETOPIC
Properties
content complex
mixed true
Used by
Model
Children BIBCITS, DATE, DATERANGE, EMPH, FOREIGN, KEYWORDCLASS, NAME, ORGNAME, PADVERTISING, PANTHOLOGIZATION, PARCHIVALLOCATION, PATTITUDES, PAUTHORSHIP, PCIRCULATION, PCONTRACT, PCOPYRIGHT, PDEDICATION, PEARNINGS, PEDITIONS, PFIRSTLITERARYACTIVITY, PINFLUENCESHER, PLACE, PMANUSCRIPTHISTORY, PMATERIALCONDITIONS, PMODEOFPUBLICATION, PMOTIVES, PNONBOOKMEDIA, PNONSURVIVAL, PPERFORMANCE, PPERIODICALPUBLICATION, PPLACEOFPUBLICATION, PPRESSRUN, PPRICE, PRARITIESFEATURESDECORATIONS, PRELATIONSWITHPUBLISHER, PSUBMISSIONSREJECTIONS, QUOTE, RBESTKNOWNWORK, RDESTRUCTIONOFWORK, RESEARCHNOTE, RLANDMARKTEXT, RPENALTIES, RRECOGNITIONNAME, RRECOGNITIONS, RRESPONSES, RSELFDESCRIPTION, RSHEINFLUENCED, SCHOLARNOTE, SOCALLED, TCHARACTERNAME, TCHARACTERTYPEROLE, TGENRE, TGENREISSUE, TINTERTEXTUALITY, TITLE, TMOTIF, TOPIC, TSETTINGDATE, TSETTINGPLACE, TTECHNIQUES, TTHEMETOPIC
Instance
<PCIRCULATION>
  <BIBCITS ID="">{1,1}</BIBCITS>
  <DATE CALENDAR="NEWSTYLE" CERTAINTY="CERT" ID="" VALUE="">{1,1}</DATE>
  <DATERANGE CALENDAR="NEWSTYLE" CERTAINTY="CERT" EXACT="" FROM="" ID="" TO="">{1,1}</DATERANGE>
  <EMPH>{1,1}</EMPH>
  <FOREIGN LANG="" REG="">{1,1}</FOREIGN>
  <KEYWORDCLASS KEYWORDTYPE="">{1,1}</KEYWORDCLASS>
  <NAME REF="" STANDARD="">{1,1}</NAME>
  <ORGNAME ORGTYPE="" REF="" REG="" STANDARD="">{1,1}</ORGNAME>
  <PADVERTISING>{1,1}</PADVERTISING>
  <PANTHOLOGIZATION>{1,1}</PANTHOLOGIZATION>
  <PARCHIVALLOCATION>{1,1}</PARCHIVALLOCATION>
  <PATTITUDES>{1,1}</PATTITUDES>
  <PAUTHORSHIP AUTHORNAMETYPE="" AUTHORSHIPCONTROVERSY="" COLLABORATION="" CONTROVERSYDATE="">{1,1}</PAUTHORSHIP>
  <PCIRCULATION>{1,1}</PCIRCULATION>
  <PCONTRACT ID="">{1,1}</PCONTRACT>
  <PCOPYRIGHT>{1,1}</PCOPYRIGHT>
  <PDEDICATION>{1,1}</PDEDICATION>
  <PEARNINGS>{1,1}</PEARNINGS>
  <PEDITIONS>{1,1}</PEDITIONS>
  <PFIRSTLITERARYACTIVITY>{1,1}</PFIRSTLITERARYACTIVITY>
  <PINFLUENCESHER INFLUENCETYPE="">{1,1}</PINFLUENCESHER>
  <PLACE REF="">{1,1}</PLACE>
  <PMANUSCRIPTHISTORY>{1,1}</PMANUSCRIPTHISTORY>
  <PMATERIALCONDITIONS DISPLACEMENT="">{1,1}</PMATERIALCONDITIONS>
  <PMODEOFPUBLICATION PUBLICATIONMODE="">{1,1}</PMODEOFPUBLICATION>
  <PMOTIVES ID="" MOTIVETYPE="">{1,1}</PMOTIVES>
  <PNONBOOKMEDIA>{1,1}</PNONBOOKMEDIA>
  <PNONSURVIVAL TYPEOFNONSURVIVAL="">{1,1}</PNONSURVIVAL>
  <PPERFORMANCE>{1,1}</PPERFORMANCE>
  <PPERIODICALPUBLICATION>{1,1}</PPERIODICALPUBLICATION>
  <PPLACEOFPUBLICATION>{1,1}</PPLACEOFPUBLICATION>
  <PPRESSRUN>{1,1}</PPRESSRUN>
  <PPRICE>{1,1}</PPRICE>
  <PRARITIESFEATURESDECORATIONS>{1,1}</PRARITIESFEATURESDECORATIONS>
  <PRELATIONSWITHPUBLISHER RELATIONSHIPTYPE="">{1,1}</PRELATIONSWITHPUBLISHER>
  <PSUBMISSIONSREJECTIONS>{1,1}</PSUBMISSIONSREJECTIONS>
  <QUOTE DIRECT="Y" ID="">{1,1}</QUOTE>
  <RBESTKNOWNWORK>{1,1}</RBESTKNOWNWORK>
  <RDESTRUCTIONOFWORK DESTROYEDBY="">{1,1}</RDESTRUCTIONOFWORK>
  <RESEARCHNOTE>{1,1}</RESEARCHNOTE>
  <RLANDMARKTEXT>{1,1}</RLANDMARKTEXT>
  <RPENALTIES CENSORSHIP="">{1,1}</RPENALTIES>
  <RRECOGNITIONNAME REG="">{1,1}</RRECOGNITIONNAME>
  <RRECOGNITIONS>{1,1}</RRECOGNITIONS>
  <RRESPONSES FORMALITY="" GENDEREDRESPONSE="" RESPONSETYPE="">{1,1}</RRESPONSES>
  <RSELFDESCRIPTION>{1,1}</RSELFDESCRIPTION>
  <RSHEINFLUENCED>{1,1}</RSHEINFLUENCED>
  <SCHOLARNOTE>{1,1}</SCHOLARNOTE>
  <SOCALLED>{1,1}</SOCALLED>
  <TCHARACTERNAME REG="">{1,1}</TCHARACTERNAME>
  <TCHARACTERTYPEROLE PROTAGONIST="">{1,1}</TCHARACTERTYPEROLE>
  <TGENRE GENRENAME="" PROPOSEDALTERNATIVENAME="">{1,1}</TGENRE>
  <TGENREISSUE>{1,1}</TGENREISSUE>
  <TINTERTEXTUALITY GENDEROFAUTHOR="" INTERTEXTTYPE="">{1,1}</TINTERTEXTUALITY>
  <TITLE REF="" REG="" REND="" STANDARD="" TITLETYPE="">{1,1}</TITLE>
  <TMOTIF MOTIFNAME="">{1,1}</TMOTIF>
  <TOPIC STANDARD="">{1,1}</TOPIC>
  <TSETTINGDATE SETTINGDATETYPE="">{1,1}</TSETTINGDATE>
  <TSETTINGPLACE SETTINGCLASS="" SETTINGPLACETYPE="">{1,1}</TSETTINGPLACE>
  <TTECHNIQUES TECHNIQUETYPE="">{1,1}</TTECHNIQUES>
  <TTHEMETOPIC ID="">{1,1}</TTHEMETOPIC>
</PCIRCULATION>
Source
<xs:element name="PCIRCULATION">
  <xs:annotation>
    <xs:documentation>This element discusses the way in which a work was distributed to the wider world and the breadth of its reach: this is the place to discuss print-runs or comments about best-sellers.</xs:documentation>
  </xs:annotation>
  <xs:complexType mixed="true">
    <xs:choice minOccurs="0" maxOccurs="unbounded">
      <xs:element ref="BIBCITS"/>
      <xs:element ref="DATE"/>
      <xs:element ref="DATERANGE"/>
      <xs:element ref="EMPH"/>
      <xs:element ref="FOREIGN"/>
      <xs:element ref="KEYWORDCLASS"/>
      <xs:element ref="NAME"/>
      <xs:element ref="ORGNAME"/>
      <xs:element ref="PADVERTISING"/>
      <xs:element ref="PANTHOLOGIZATION"/>
      <xs:element ref="PARCHIVALLOCATION"/>
      <xs:element ref="PATTITUDES"/>
      <xs:element ref="PAUTHORSHIP"/>
      <xs:element ref="PCIRCULATION"/>
      <xs:element ref="PCONTRACT"/>
      <xs:element ref="PCOPYRIGHT"/>
      <xs:element ref="PDEDICATION"/>
      <xs:element ref="PEARNINGS"/>
      <xs:element ref="PEDITIONS"/>
      <xs:element ref="PFIRSTLITERARYACTIVITY"/>
      <xs:element ref="PINFLUENCESHER"/>
      <xs:element ref="PLACE"/>
      <xs:element ref="PMANUSCRIPTHISTORY"/>
      <xs:element ref="PMATERIALCONDITIONS"/>
      <xs:element ref="PMODEOFPUBLICATION"/>
      <xs:element ref="PMOTIVES"/>
      <xs:element ref="PNONBOOKMEDIA"/>
      <xs:element ref="PNONSURVIVAL"/>
      <xs:element ref="PPERFORMANCE"/>
      <xs:element ref="PPERIODICALPUBLICATION"/>
      <xs:element ref="PPLACEOFPUBLICATION"/>
      <xs:element ref="PPRESSRUN"/>
      <xs:element ref="PPRICE"/>
      <xs:element ref="PRARITIESFEATURESDECORATIONS"/>
      <xs:element ref="PRELATIONSWITHPUBLISHER"/>
      <xs:element ref="PSUBMISSIONSREJECTIONS"/>
      <xs:element ref="QUOTE"/>
      <xs:element ref="RBESTKNOWNWORK"/>
      <xs:element ref="RDESTRUCTIONOFWORK"/>
      <xs:element ref="RESEARCHNOTE"/>
      <xs:element ref="RLANDMARKTEXT"/>
      <xs:element ref="RPENALTIES"/>
      <xs:element ref="RRECOGNITIONNAME"/>
      <xs:element ref="RRECOGNITIONS"/>
      <xs:element ref="RRESPONSES"/>
      <xs:element ref="RSELFDESCRIPTION"/>
      <xs:element ref="RSHEINFLUENCED"/>
      <xs:element ref="SCHOLARNOTE"/>
      <xs:element ref="SOCALLED"/>
      <xs:element ref="TCHARACTERNAME"/>
      <xs:element ref="TCHARACTERTYPEROLE"/>
      <xs:element ref="TGENRE"/>
      <xs:element ref="TGENREISSUE"/>
      <xs:element ref="TINTERTEXTUALITY"/>
      <xs:element ref="TITLE"/>
      <xs:element ref="TMOTIF"/>
      <xs:element ref="TOPIC"/>
      <xs:element ref="TSETTINGDATE"/>
      <xs:element ref="TSETTINGPLACE"/>
      <xs:element ref="TTECHNIQUES"/>
      <xs:element ref="TTHEMETOPIC"/>
    </xs:choice>
  </xs:complexType>
</xs:element>
[ top ]
Element PCONTRACT
Namespace No namespace
Annotations
This element captures descriptions of the formal or informal
agreement between a writer and a publisher.
Diagram
Diagram index.tmp#PCONTRACT_ID index.tmp#BIBCITS index.tmp#DATE index.tmp#DATERANGE index.tmp#NAME index.tmp#ORGNAME index.tmp#PARCHIVALLOCATION index.tmp#PATTITUDES index.tmp#PAUTHORSHIP index.tmp#PCIRCULATION index.tmp#PCONTRACT index.tmp#PCOPYRIGHT index.tmp#PEARNINGS index.tmp#PEDITIONS index.tmp#PLACE index.tmp#PMATERIALCONDITIONS index.tmp#PMOTIVES index.tmp#PNONBOOKMEDIA index.tmp#PPERIODICALPUBLICATION index.tmp#PPRESSRUN index.tmp#PPRICE index.tmp#PRELATIONSWITHPUBLISHER index.tmp#PSUBMISSIONSREJECTIONS index.tmp#QUOTE index.tmp#SOCALLED index.tmp#TGENRE index.tmp#TITLE index.tmp#TTHEMETOPIC
Properties
content complex
mixed true
Used by
Model
Children BIBCITS, DATE, DATERANGE, NAME, ORGNAME, PARCHIVALLOCATION, PATTITUDES, PAUTHORSHIP, PCIRCULATION, PCONTRACT, PCOPYRIGHT, PEARNINGS, PEDITIONS, PLACE, PMATERIALCONDITIONS, PMOTIVES, PNONBOOKMEDIA, PPERIODICALPUBLICATION, PPRESSRUN, PPRICE, PRELATIONSWITHPUBLISHER, PSUBMISSIONSREJECTIONS, QUOTE, SOCALLED, TGENRE, TITLE, TTHEMETOPIC
Instance
<PCONTRACT ID="">
  <BIBCITS ID="">{1,1}</BIBCITS>
  <DATE CALENDAR="NEWSTYLE" CERTAINTY="CERT" ID="" VALUE="">{1,1}</DATE>
  <DATERANGE CALENDAR="NEWSTYLE" CERTAINTY="CERT" EXACT="" FROM="" ID="" TO="">{1,1}</DATERANGE>
  <NAME REF="" STANDARD="">{1,1}</NAME>
  <ORGNAME ORGTYPE="" REF="" REG="" STANDARD="">{1,1}</ORGNAME>
  <PARCHIVALLOCATION>{1,1}</PARCHIVALLOCATION>
  <PATTITUDES>{1,1}</PATTITUDES>
  <PAUTHORSHIP AUTHORNAMETYPE="" AUTHORSHIPCONTROVERSY="" COLLABORATION="" CONTROVERSYDATE="">{1,1}</PAUTHORSHIP>
  <PCIRCULATION>{1,1}</PCIRCULATION>
  <PCONTRACT ID="">{1,1}</PCONTRACT>
  <PCOPYRIGHT>{1,1}</PCOPYRIGHT>
  <PEARNINGS>{1,1}</PEARNINGS>
  <PEDITIONS>{1,1}</PEDITIONS>
  <PLACE REF="">{1,1}</PLACE>
  <PMATERIALCONDITIONS DISPLACEMENT="">{1,1}</PMATERIALCONDITIONS>
  <PMOTIVES ID="" MOTIVETYPE="">{1,1}</PMOTIVES>
  <PNONBOOKMEDIA>{1,1}</PNONBOOKMEDIA>
  <PPERIODICALPUBLICATION>{1,1}</PPERIODICALPUBLICATION>
  <PPRESSRUN>{1,1}</PPRESSRUN>
  <PPRICE>{1,1}</PPRICE>
  <PRELATIONSWITHPUBLISHER RELATIONSHIPTYPE="">{1,1}</PRELATIONSWITHPUBLISHER>
  <PSUBMISSIONSREJECTIONS>{1,1}</PSUBMISSIONSREJECTIONS>
  <QUOTE DIRECT="Y" ID="">{1,1}</QUOTE>
  <SOCALLED>{1,1}</SOCALLED>
  <TGENRE GENRENAME="" PROPOSEDALTERNATIVENAME="">{1,1}</TGENRE>
  <TITLE REF="" REG="" REND="" STANDARD="" TITLETYPE="">{1,1}</TITLE>
  <TTHEMETOPIC ID="">{1,1}</TTHEMETOPIC>
</PCONTRACT>
Attributes
QName Type Use
ID xs:NCName optional
Source
<xs:element name="PCONTRACT">
  <xs:annotation>
    <xs:documentation>This element captures descriptions of the formal or informal agreement between a writer and a publisher.</xs:documentation>
  </xs:annotation>
  <xs:complexType mixed="true">
    <xs:choice minOccurs="0" maxOccurs="unbounded">
      <xs:element ref="BIBCITS"/>
      <xs:element ref="DATE"/>
      <xs:element ref="DATERANGE"/>
      <xs:element ref="NAME"/>
      <xs:element ref="ORGNAME"/>
      <xs:element ref="PARCHIVALLOCATION"/>
      <xs:element ref="PATTITUDES"/>
      <xs:element ref="PAUTHORSHIP"/>
      <xs:element ref="PCIRCULATION"/>
      <xs:element ref="PCONTRACT"/>
      <xs:element ref="PCOPYRIGHT"/>
      <xs:element ref="PEARNINGS"/>
      <xs:element ref="PEDITIONS"/>
      <xs:element ref="PLACE"/>
      <xs:element ref="PMATERIALCONDITIONS"/>
      <xs:element ref="PMOTIVES"/>
      <xs:element ref="PNONBOOKMEDIA"/>
      <xs:element ref="PPERIODICALPUBLICATION"/>
      <xs:element ref="PPRESSRUN"/>
      <xs:element ref="PPRICE"/>
      <xs:element ref="PRELATIONSWITHPUBLISHER"/>
      <xs:element ref="PSUBMISSIONSREJECTIONS"/>
      <xs:element ref="QUOTE"/>
      <xs:element ref="SOCALLED"/>
      <xs:element ref="TGENRE"/>
      <xs:element ref="TITLE"/>
      <xs:element ref="TTHEMETOPIC"/>
    </xs:choice>
    <xs:attribute name="ID" type="xs:NCName"/>
  </xs:complexType>
</xs:element>
[ top ]
Element PCOPYRIGHT
Namespace No namespace
Annotations
This element captures all information about the nature of the
copyright of the text and the relationship of the text to copyright.
Diagram
Diagram index.tmp#BIBCITS index.tmp#DATE index.tmp#DATERANGE index.tmp#NAME index.tmp#ORGNAME index.tmp#PATTITUDES index.tmp#PAUTHORSHIP index.tmp#PCIRCULATION index.tmp#PCONTRACT index.tmp#PEARNINGS index.tmp#PEDITIONS index.tmp#PLACE index.tmp#PMATERIALCONDITIONS index.tmp#PMODEOFPUBLICATION index.tmp#PMOTIVES index.tmp#PNONSURVIVAL index.tmp#PPLACEOFPUBLICATION index.tmp#PPRESSRUN index.tmp#PPRICE index.tmp#PRARITIESFEATURESDECORATIONS index.tmp#PRELATIONSWITHPUBLISHER index.tmp#PSERIALIZATION index.tmp#QUOTE index.tmp#RESEARCHNOTE index.tmp#SCHOLARNOTE index.tmp#SOCALLED index.tmp#TGENRE index.tmp#TITLE index.tmp#TTHEMETOPIC
Properties
content complex
mixed true
Used by
Model
Children BIBCITS, DATE, DATERANGE, NAME, ORGNAME, PATTITUDES, PAUTHORSHIP, PCIRCULATION, PCONTRACT, PEARNINGS, PEDITIONS, PLACE, PMATERIALCONDITIONS, PMODEOFPUBLICATION, PMOTIVES, PNONSURVIVAL, PPLACEOFPUBLICATION, PPRESSRUN, PPRICE, PRARITIESFEATURESDECORATIONS, PRELATIONSWITHPUBLISHER, PSERIALIZATION, QUOTE, RESEARCHNOTE, SCHOLARNOTE, SOCALLED, TGENRE, TITLE, TTHEMETOPIC
Instance
<PCOPYRIGHT>
  <BIBCITS ID="">{1,1}</BIBCITS>
  <DATE CALENDAR="NEWSTYLE" CERTAINTY="CERT" ID="" VALUE="">{1,1}</DATE>
  <DATERANGE CALENDAR="NEWSTYLE" CERTAINTY="CERT" EXACT="" FROM="" ID="" TO="">{1,1}</DATERANGE>
  <NAME REF="" STANDARD="">{1,1}</NAME>
  <ORGNAME ORGTYPE="" REF="" REG="" STANDARD="">{1,1}</ORGNAME>
  <PATTITUDES>{1,1}</PATTITUDES>
  <PAUTHORSHIP AUTHORNAMETYPE="" AUTHORSHIPCONTROVERSY="" COLLABORATION="" CONTROVERSYDATE="">{1,1}</PAUTHORSHIP>
  <PCIRCULATION>{1,1}</PCIRCULATION>
  <PCONTRACT ID="">{1,1}</PCONTRACT>
  <PEARNINGS>{1,1}</PEARNINGS>
  <PEDITIONS>{1,1}</PEDITIONS>
  <PLACE REF="">{1,1}</PLACE>
  <PMATERIALCONDITIONS DISPLACEMENT="">{1,1}</PMATERIALCONDITIONS>
  <PMODEOFPUBLICATION PUBLICATIONMODE="">{1,1}</PMODEOFPUBLICATION>
  <PMOTIVES ID="" MOTIVETYPE="">{1,1}</PMOTIVES>
  <PNONSURVIVAL TYPEOFNONSURVIVAL="">{1,1}</PNONSURVIVAL>
  <PPLACEOFPUBLICATION>{1,1}</PPLACEOFPUBLICATION>
  <PPRESSRUN>{1,1}</PPRESSRUN>
  <PPRICE>{1,1}</PPRICE>
  <PRARITIESFEATURESDECORATIONS>{1,1}</PRARITIESFEATURESDECORATIONS>
  <PRELATIONSWITHPUBLISHER RELATIONSHIPTYPE="">{1,1}</PRELATIONSWITHPUBLISHER>
  <PSERIALIZATION FORMOFSERIALIZATION="">{1,1}</PSERIALIZATION>
  <QUOTE DIRECT="Y" ID="">{1,1}</QUOTE>
  <RESEARCHNOTE>{1,1}</RESEARCHNOTE>
  <SCHOLARNOTE>{1,1}</SCHOLARNOTE>
  <SOCALLED>{1,1}</SOCALLED>
  <TGENRE GENRENAME="" PROPOSEDALTERNATIVENAME="">{1,1}</TGENRE>
  <TITLE REF="" REG="" REND="" STANDARD="" TITLETYPE="">{1,1}</TITLE>
  <TTHEMETOPIC ID="">{1,1}</TTHEMETOPIC>
</PCOPYRIGHT>
Source
<xs:element name="PCOPYRIGHT">
  <xs:annotation>
    <xs:documentation>This element captures all information about the nature of the copyright of the text and the relationship of the text to copyright.</xs:documentation>
  </xs:annotation>
  <xs:complexType mixed="true">
    <xs:choice minOccurs="0" maxOccurs="unbounded">
      <xs:element ref="BIBCITS"/>
      <xs:element ref="DATE"/>
      <xs:element ref="DATERANGE"/>
      <xs:element ref="NAME"/>
      <xs:element ref="ORGNAME"/>
      <xs:element ref="PATTITUDES"/>
      <xs:element ref="PAUTHORSHIP"/>
      <xs:element ref="PCIRCULATION"/>
      <xs:element ref="PCONTRACT"/>
      <xs:element ref="PEARNINGS"/>
      <xs:element ref="PEDITIONS"/>
      <xs:element ref="PLACE"/>
      <xs:element ref="PMATERIALCONDITIONS"/>
      <xs:element ref="PMODEOFPUBLICATION"/>
      <xs:element ref="PMOTIVES"/>
      <xs:element ref="PNONSURVIVAL"/>
      <xs:element ref="PPLACEOFPUBLICATION"/>
      <xs:element ref="PPRESSRUN"/>
      <xs:element ref="PPRICE"/>
      <xs:element ref="PRARITIESFEATURESDECORATIONS"/>
      <xs:element ref="PRELATIONSWITHPUBLISHER"/>
      <xs:element ref="PSERIALIZATION"/>
      <xs:element ref="QUOTE"/>
      <xs:element ref="RESEARCHNOTE"/>
      <xs:element ref="SCHOLARNOTE"/>
      <xs:element ref="SOCALLED"/>
      <xs:element ref="TGENRE"/>
      <xs:element ref="TITLE"/>
      <xs:element ref="TTHEMETOPIC"/>
    </xs:choice>
  </xs:complexType>
</xs:element>
[ top ]
Element PEARNINGS
Namespace No namespace
Annotations
This element comments both on the value/amount of her earnings
and her attitude towards the earnings.
Diagram
Diagram index.tmp#BIBCITS index.tmp#DATE index.tmp#DATERANGE index.tmp#EMPH index.tmp#FOREIGN index.tmp#NAME index.tmp#ORGNAME index.tmp#PADVERTISING index.tmp#PANTHOLOGIZATION index.tmp#PARCHIVALLOCATION index.tmp#PATTITUDES index.tmp#PAUTHORSHIP index.tmp#PCIRCULATION index.tmp#PCONTRACT index.tmp#PCOPYRIGHT index.tmp#PEDITIONS index.tmp#PLACE index.tmp#PMANUSCRIPTHISTORY index.tmp#PMATERIALCONDITIONS index.tmp#PMODEOFPUBLICATION index.tmp#PMOTIVES index.tmp#PNONBOOKMEDIA index.tmp#PNONSURVIVAL index.tmp#PPERFORMANCE index.tmp#PPERIODICALPUBLICATION index.tmp#PPLACEOFPUBLICATION index.tmp#PPRESSRUN index.tmp#PPRICE index.tmp#PRARITIESFEATURESDECORATIONS index.tmp#PRELATIONSWITHPUBLISHER index.tmp#PSERIALIZATION index.tmp#PSUBMISSIONSREJECTIONS index.tmp#QUOTE index.tmp#RESEARCHNOTE index.tmp#RPENALTIES index.tmp#RRECOGNITIONNAME index.tmp#RRECOGNITIONS index.tmp#RRECOGNITIONVALUE index.tmp#RRESPONSES index.tmp#RSELFDESCRIPTION index.tmp#SCHOLARNOTE index.tmp#SOCALLED index.tmp#TCHARACTERTYPEROLE index.tmp#TGENRE index.tmp#TITLE index.tmp#TSETTINGPLACE index.tmp#TTHEMETOPIC
Properties
content complex
mixed true
Used by
Model
Children BIBCITS, DATE, DATERANGE, EMPH, FOREIGN, NAME, ORGNAME, PADVERTISING, PANTHOLOGIZATION, PARCHIVALLOCATION, PATTITUDES, PAUTHORSHIP, PCIRCULATION, PCONTRACT, PCOPYRIGHT, PEDITIONS, PLACE, PMANUSCRIPTHISTORY, PMATERIALCONDITIONS, PMODEOFPUBLICATION, PMOTIVES, PNONBOOKMEDIA, PNONSURVIVAL, PPERFORMANCE, PPERIODICALPUBLICATION, PPLACEOFPUBLICATION, PPRESSRUN, PPRICE, PRARITIESFEATURESDECORATIONS, PRELATIONSWITHPUBLISHER, PSERIALIZATION, PSUBMISSIONSREJECTIONS, QUOTE, RESEARCHNOTE, RPENALTIES, RRECOGNITIONNAME, RRECOGNITIONS, RRECOGNITIONVALUE, RRESPONSES, RSELFDESCRIPTION, SCHOLARNOTE, SOCALLED, TCHARACTERTYPEROLE, TGENRE, TITLE, TSETTINGPLACE, TTHEMETOPIC
Instance
<PEARNINGS>
  <BIBCITS ID="">{1,1}</BIBCITS>
  <DATE CALENDAR="NEWSTYLE" CERTAINTY="CERT" ID="" VALUE="">{1,1}</DATE>
  <DATERANGE CALENDAR="NEWSTYLE" CERTAINTY="CERT" EXACT="" FROM="" ID="" TO="">{1,1}</DATERANGE>
  <EMPH>{1,1}</EMPH>
  <FOREIGN LANG="" REG="">{1,1}</FOREIGN>
  <NAME REF="" STANDARD="">{1,1}</NAME>
  <ORGNAME ORGTYPE="" REF="" REG="" STANDARD="">{1,1}</ORGNAME>
  <PADVERTISING>{1,1}</PADVERTISING>
  <PANTHOLOGIZATION>{1,1}</PANTHOLOGIZATION>
  <PARCHIVALLOCATION>{1,1}</PARCHIVALLOCATION>
  <PATTITUDES>{1,1}</PATTITUDES>
  <PAUTHORSHIP AUTHORNAMETYPE="" AUTHORSHIPCONTROVERSY="" COLLABORATION="" CONTROVERSYDATE="">{1,1}</PAUTHORSHIP>
  <PCIRCULATION>{1,1}</PCIRCULATION>
  <PCONTRACT ID="">{1,1}</PCONTRACT>
  <PCOPYRIGHT>{1,1}</PCOPYRIGHT>
  <PEDITIONS>{1,1}</PEDITIONS>
  <PLACE REF="">{1,1}</PLACE>
  <PMANUSCRIPTHISTORY>{1,1}</PMANUSCRIPTHISTORY>
  <PMATERIALCONDITIONS DISPLACEMENT="">{1,1}</PMATERIALCONDITIONS>
  <PMODEOFPUBLICATION PUBLICATIONMODE="">{1,1}</PMODEOFPUBLICATION>
  <PMOTIVES ID="" MOTIVETYPE="">{1,1}</PMOTIVES>
  <PNONBOOKMEDIA>{1,1}</PNONBOOKMEDIA>
  <PNONSURVIVAL TYPEOFNONSURVIVAL="">{1,1}</PNONSURVIVAL>
  <PPERFORMANCE>{1,1}</PPERFORMANCE>
  <PPERIODICALPUBLICATION>{1,1}</PPERIODICALPUBLICATION>
  <PPLACEOFPUBLICATION>{1,1}</PPLACEOFPUBLICATION>
  <PPRESSRUN>{1,1}</PPRESSRUN>
  <PPRICE>{1,1}</PPRICE>
  <PRARITIESFEATURESDECORATIONS>{1,1}</PRARITIESFEATURESDECORATIONS>
  <PRELATIONSWITHPUBLISHER RELATIONSHIPTYPE="">{1,1}</PRELATIONSWITHPUBLISHER>
  <PSERIALIZATION FORMOFSERIALIZATION="">{1,1}</PSERIALIZATION>
  <PSUBMISSIONSREJECTIONS>{1,1}</PSUBMISSIONSREJECTIONS>
  <QUOTE DIRECT="Y" ID="">{1,1}</QUOTE>
  <RESEARCHNOTE>{1,1}</RESEARCHNOTE>
  <RPENALTIES CENSORSHIP="">{1,1}</RPENALTIES>
  <RRECOGNITIONNAME REG="">{1,1}</RRECOGNITIONNAME>
  <RRECOGNITIONS>{1,1}</RRECOGNITIONS>
  <RRECOGNITIONVALUE>{1,1}</RRECOGNITIONVALUE>
  <RRESPONSES FORMALITY="" GENDEREDRESPONSE="" RESPONSETYPE="">{1,1}</RRESPONSES>
  <RSELFDESCRIPTION>{1,1}</RSELFDESCRIPTION>
  <SCHOLARNOTE>{1,1}</SCHOLARNOTE>
  <SOCALLED>{1,1}</SOCALLED>
  <TCHARACTERTYPEROLE PROTAGONIST="">{1,1}</TCHARACTERTYPEROLE>
  <TGENRE GENRENAME="" PROPOSEDALTERNATIVENAME="">{1,1}</TGENRE>
  <TITLE REF="" REG="" REND="" STANDARD="" TITLETYPE="">{1,1}</TITLE>
  <TSETTINGPLACE SETTINGCLASS="" SETTINGPLACETYPE="">{1,1}</TSETTINGPLACE>
  <TTHEMETOPIC ID="">{1,1}</TTHEMETOPIC>
</PEARNINGS>
Source
<xs:element name="PEARNINGS">
  <xs:annotation>
    <xs:documentation>This element comments both on the value/amount of her earnings and her attitude towards the earnings.</xs:documentation>
  </xs:annotation>
  <xs:complexType mixed="true">
    <xs:choice minOccurs="0" maxOccurs="unbounded">
      <xs:element ref="BIBCITS"/>
      <xs:element ref="DATE"/>
      <xs:element ref="DATERANGE"/>
      <xs:element ref="EMPH"/>
      <xs:element ref="FOREIGN"/>
      <xs:element ref="NAME"/>
      <xs:element ref="ORGNAME"/>
      <xs:element ref="PADVERTISING"/>
      <xs:element ref="PANTHOLOGIZATION"/>
      <xs:element ref="PARCHIVALLOCATION"/>
      <xs:element ref="PATTITUDES"/>
      <xs:element ref="PAUTHORSHIP"/>
      <xs:element ref="PCIRCULATION"/>
      <xs:element ref="PCONTRACT"/>
      <xs:element ref="PCOPYRIGHT"/>
      <xs:element ref="PEDITIONS"/>
      <xs:element ref="PLACE"/>
      <xs:element ref="PMANUSCRIPTHISTORY"/>
      <xs:element ref="PMATERIALCONDITIONS"/>
      <xs:element ref="PMODEOFPUBLICATION"/>
      <xs:element ref="PMOTIVES"/>
      <xs:element ref="PNONBOOKMEDIA"/>
      <xs:element ref="PNONSURVIVAL"/>
      <xs:element ref="PPERFORMANCE"/>
      <xs:element ref="PPERIODICALPUBLICATION"/>
      <xs:element ref="PPLACEOFPUBLICATION"/>
      <xs:element ref="PPRESSRUN"/>
      <xs:element ref="PPRICE"/>
      <xs:element ref="PRARITIESFEATURESDECORATIONS"/>
      <xs:element ref="PRELATIONSWITHPUBLISHER"/>
      <xs:element ref="PSERIALIZATION"/>
      <xs:element ref="PSUBMISSIONSREJECTIONS"/>
      <xs:element ref="QUOTE"/>
      <xs:element ref="RESEARCHNOTE"/>
      <xs:element ref="RPENALTIES"/>
      <xs:element ref="RRECOGNITIONNAME"/>
      <xs:element ref="RRECOGNITIONS"/>
      <xs:element ref="RRECOGNITIONVALUE"/>
      <xs:element ref="RRESPONSES"/>
      <xs:element ref="RSELFDESCRIPTION"/>
      <xs:element ref="SCHOLARNOTE"/>
      <xs:element ref="SOCALLED"/>
      <xs:element ref="TCHARACTERTYPEROLE"/>
      <xs:element ref="TGENRE"/>
      <xs:element ref="TITLE"/>
      <xs:element ref="TSETTINGPLACE"/>
      <xs:element ref="TTHEMETOPIC"/>
    </xs:choice>
  </xs:complexType>
</xs:element>
[ top ]
Element PEDITIONS
Namespace No namespace
Annotations
This element captures information about the nature of the editions
that a text went through. This can also provide a space to talk about bowdlerization, revisions, emendations, the author's preference for certain
editions, or which edition is preferable from a scholarly point of view because of completeness.
Diagram
Diagram index.tmp#BIBCITS index.tmp#DATE index.tmp#DATERANGE index.tmp#DATESTRUCT index.tmp#EMPH index.tmp#KEYWORDCLASS index.tmp#NAME index.tmp#ORGNAME index.tmp#PADVERTISING index.tmp#PANTHOLOGIZATION index.tmp#PARCHIVALLOCATION index.tmp#PATTITUDES index.tmp#PAUTHORSHIP index.tmp#PCIRCULATION index.tmp#PCONTRACT index.tmp#PCOPYRIGHT index.tmp#PDEDICATION index.tmp#PEARNINGS index.tmp#PEDITIONS index.tmp#PINFLUENCESHER index.tmp#PLACE index.tmp#PLASTLITERARYACTIVITY index.tmp#PLITERARYSCHOOLS index.tmp#PMANUSCRIPTHISTORY index.tmp#PMATERIALCONDITIONS index.tmp#PMODEOFPUBLICATION index.tmp#PMOTIVES index.tmp#PNONBOOKMEDIA index.tmp#PNONSURVIVAL index.tmp#PPERFORMANCE index.tmp#PPERIODICALPUBLICATION index.tmp#PPLACEOFPUBLICATION index.tmp#PPRESSRUN index.tmp#PPRICE index.tmp#PRARITIESFEATURESDECORATIONS index.tmp#PRELATIONSWITHPUBLISHER index.tmp#PSERIALIZATION index.tmp#PSUBMISSIONSREJECTIONS index.tmp#PTYPEOFPRESS index.tmp#QUOTE index.tmp#RDESTRUCTIONOFWORK index.tmp#RESEARCHNOTE index.tmp#RPENALTIES index.tmp#RRECOGNITIONS index.tmp#RRESPONSES index.tmp#RSELFDESCRIPTION index.tmp#RSHEINFLUENCED index.tmp#SCHOLARNOTE index.tmp#SOCALLED index.tmp#TCHARACTERIZATION index.tmp#TCHARACTERNAME index.tmp#TGENRE index.tmp#TGENREISSUE index.tmp#TINTERTEXTUALITY index.tmp#TITLE index.tmp#TMOTIF index.tmp#TOPIC index.tmp#TSETTINGPLACE index.tmp#TTECHNIQUES index.tmp#TTHEMETOPIC index.tmp#TTONESTYLE index.tmp#TVOICENARRATION index.tmp#XREF
Properties
content complex
mixed true
Used by
Model
Children BIBCITS, DATE, DATERANGE, DATESTRUCT, EMPH, KEYWORDCLASS, NAME, ORGNAME, PADVERTISING, PANTHOLOGIZATION, PARCHIVALLOCATION, PATTITUDES, PAUTHORSHIP, PCIRCULATION, PCONTRACT, PCOPYRIGHT, PDEDICATION, PEARNINGS, PEDITIONS, PINFLUENCESHER, PLACE, PLASTLITERARYACTIVITY, PLITERARYSCHOOLS, PMANUSCRIPTHISTORY, PMATERIALCONDITIONS, PMODEOFPUBLICATION, PMOTIVES, PNONBOOKMEDIA, PNONSURVIVAL, PPERFORMANCE, PPERIODICALPUBLICATION, PPLACEOFPUBLICATION, PPRESSRUN, PPRICE, PRARITIESFEATURESDECORATIONS, PRELATIONSWITHPUBLISHER, PSERIALIZATION, PSUBMISSIONSREJECTIONS, PTYPEOFPRESS, QUOTE, RDESTRUCTIONOFWORK, RESEARCHNOTE, RPENALTIES, RRECOGNITIONS, RRESPONSES, RSELFDESCRIPTION, RSHEINFLUENCED, SCHOLARNOTE, SOCALLED, TCHARACTERIZATION, TCHARACTERNAME, TGENRE, TGENREISSUE, TINTERTEXTUALITY, TITLE, TMOTIF, TOPIC, TSETTINGPLACE, TTECHNIQUES, TTHEMETOPIC, TTONESTYLE, TVOICENARRATION, XREF
Instance
<PEDITIONS>
  <BIBCITS ID="">{1,1}</BIBCITS>
  <DATE CALENDAR="NEWSTYLE" CERTAINTY="CERT" ID="" VALUE="">{1,1}</DATE>
  <DATERANGE CALENDAR="NEWSTYLE" CERTAINTY="CERT" EXACT="" FROM="" ID="" TO="">{1,1}</DATERANGE>
  <DATESTRUCT CALENDAR="NEWSTYLE" CERTAINTY="CERT" VALUE="">{1,1}</DATESTRUCT>
  <EMPH>{1,1}</EMPH>
  <KEYWORDCLASS KEYWORDTYPE="">{1,1}</KEYWORDCLASS>
  <NAME REF="" STANDARD="">{1,1}</NAME>
  <ORGNAME ORGTYPE="" REF="" REG="" STANDARD="">{1,1}</ORGNAME>
  <PADVERTISING>{1,1}</PADVERTISING>
  <PANTHOLOGIZATION>{1,1}</PANTHOLOGIZATION>
  <PARCHIVALLOCATION>{1,1}</PARCHIVALLOCATION>
  <PATTITUDES>{1,1}</PATTITUDES>
  <PAUTHORSHIP AUTHORNAMETYPE="" AUTHORSHIPCONTROVERSY="" COLLABORATION="" CONTROVERSYDATE="">{1,1}</PAUTHORSHIP>
  <PCIRCULATION>{1,1}</PCIRCULATION>
  <PCONTRACT ID="">{1,1}</PCONTRACT>
  <PCOPYRIGHT>{1,1}</PCOPYRIGHT>
  <PDEDICATION>{1,1}</PDEDICATION>
  <PEARNINGS>{1,1}</PEARNINGS>
  <PEDITIONS>{1,1}</PEDITIONS>
  <PINFLUENCESHER INFLUENCETYPE="">{1,1}</PINFLUENCESHER>
  <PLACE REF="">{1,1}</PLACE>
  <PLASTLITERARYACTIVITY>{1,1}</PLASTLITERARYACTIVITY>
  <PLITERARYSCHOOLS INVOLVEMENT="INVOLVEMENTYES" REG="">{1,1}</PLITERARYSCHOOLS>
  <PMANUSCRIPTHISTORY>{1,1}</PMANUSCRIPTHISTORY>
  <PMATERIALCONDITIONS DISPLACEMENT="">{1,1}</PMATERIALCONDITIONS>
  <PMODEOFPUBLICATION PUBLICATIONMODE="">{1,1}</PMODEOFPUBLICATION>
  <PMOTIVES ID="" MOTIVETYPE="">{1,1}</PMOTIVES>
  <PNONBOOKMEDIA>{1,1}</PNONBOOKMEDIA>
  <PNONSURVIVAL TYPEOFNONSURVIVAL="">{1,1}</PNONSURVIVAL>
  <PPERFORMANCE>{1,1}</PPERFORMANCE>
  <PPERIODICALPUBLICATION>{1,1}</PPERIODICALPUBLICATION>
  <PPLACEOFPUBLICATION>{1,1}</PPLACEOFPUBLICATION>
  <PPRESSRUN>{1,1}</PPRESSRUN>
  <PPRICE>{1,1}</PPRICE>
  <PRARITIESFEATURESDECORATIONS>{1,1}</PRARITIESFEATURESDECORATIONS>
  <PRELATIONSWITHPUBLISHER RELATIONSHIPTYPE="">{1,1}</PRELATIONSWITHPUBLISHER>
  <PSERIALIZATION FORMOFSERIALIZATION="">{1,1}</PSERIALIZATION>
  <PSUBMISSIONSREJECTIONS>{1,1}</PSUBMISSIONSREJECTIONS>
  <PTYPEOFPRESS>{1,1}</PTYPEOFPRESS>
  <QUOTE DIRECT="Y" ID="">{1,1}</QUOTE>
  <RDESTRUCTIONOFWORK DESTROYEDBY="">{1,1}</RDESTRUCTIONOFWORK>
  <RESEARCHNOTE>{1,1}</RESEARCHNOTE>
  <RPENALTIES CENSORSHIP="">{1,1}</RPENALTIES>
  <RRECOGNITIONS>{1,1}</RRECOGNITIONS>
  <RRESPONSES FORMALITY="" GENDEREDRESPONSE="" RESPONSETYPE="">{1,1}</RRESPONSES>
  <RSELFDESCRIPTION>{1,1}</RSELFDESCRIPTION>
  <RSHEINFLUENCED>{1,1}</RSHEINFLUENCED>
  <SCHOLARNOTE>{1,1}</SCHOLARNOTE>
  <SOCALLED>{1,1}</SOCALLED>
  <TCHARACTERIZATION>{1,1}</TCHARACTERIZATION>
  <TCHARACTERNAME REG="">{1,1}</TCHARACTERNAME>
  <TGENRE GENRENAME="" PROPOSEDALTERNATIVENAME="">{1,1}</TGENRE>
  <TGENREISSUE>{1,1}</TGENREISSUE>
  <TINTERTEXTUALITY GENDEROFAUTHOR="" INTERTEXTTYPE="">{1,1}</TINTERTEXTUALITY>
  <TITLE REF="" REG="" REND="" STANDARD="" TITLETYPE="">{1,1}</TITLE>
  <TMOTIF MOTIFNAME="">{1,1}</TMOTIF>
  <TOPIC STANDARD="">{1,1}</TOPIC>
  <TSETTINGPLACE SETTINGCLASS="" SETTINGPLACETYPE="">{1,1}</TSETTINGPLACE>
  <TTECHNIQUES TECHNIQUETYPE="">{1,1}</TTECHNIQUES>
  <TTHEMETOPIC ID="">{1,1}</TTHEMETOPIC>
  <TTONESTYLE>{1,1}</TTONESTYLE>
  <TVOICENARRATION>{1,1}</TVOICENARRATION>
  <XREF RESP="" URL="">{1,1}</XREF>
</PEDITIONS>
Source
<xs:element name="PEDITIONS">
  <xs:annotation>
    <xs:documentation>This element captures information about the nature of the editions that a text went through. This can also provide a space to talk about bowdlerization, revisions, emendations, the author's preference for certain editions, or which edition is preferable from a scholarly point of view because of completeness.</xs:documentation>
  </xs:annotation>
  <xs:complexType mixed="true">
    <xs:choice minOccurs="0" maxOccurs="unbounded">
      <xs:element ref="BIBCITS"/>
      <xs:element ref="DATE"/>
      <xs:element ref="DATERANGE"/>
      <xs:element ref="DATESTRUCT"/>
      <xs:element ref="EMPH"/>
      <xs:element ref="KEYWORDCLASS"/>
      <xs:element ref="NAME"/>
      <xs:element ref="ORGNAME"/>
      <xs:element ref="PADVERTISING"/>
      <xs:element ref="PANTHOLOGIZATION"/>
      <xs:element ref="PARCHIVALLOCATION"/>
      <xs:element ref="PATTITUDES"/>
      <xs:element ref="PAUTHORSHIP"/>
      <xs:element ref="PCIRCULATION"/>
      <xs:element ref="PCONTRACT"/>
      <xs:element ref="PCOPYRIGHT"/>
      <xs:element ref="PDEDICATION"/>
      <xs:element ref="PEARNINGS"/>
      <xs:element ref="PEDITIONS"/>
      <xs:element ref="PINFLUENCESHER"/>
      <xs:element ref="PLACE"/>
      <xs:element ref="PLASTLITERARYACTIVITY"/>
      <xs:element ref="PLITERARYSCHOOLS"/>
      <xs:element ref="PMANUSCRIPTHISTORY"/>
      <xs:element ref="PMATERIALCONDITIONS"/>
      <xs:element ref="PMODEOFPUBLICATION"/>
      <xs:element ref="PMOTIVES"/>
      <xs:element ref="PNONBOOKMEDIA"/>
      <xs:element ref="PNONSURVIVAL"/>
      <xs:element ref="PPERFORMANCE"/>
      <xs:element ref="PPERIODICALPUBLICATION"/>
      <xs:element ref="PPLACEOFPUBLICATION"/>
      <xs:element ref="PPRESSRUN"/>
      <xs:element ref="PPRICE"/>
      <xs:element ref="PRARITIESFEATURESDECORATIONS"/>
      <xs:element ref="PRELATIONSWITHPUBLISHER"/>
      <xs:element ref="PSERIALIZATION"/>
      <xs:element ref="PSUBMISSIONSREJECTIONS"/>
      <xs:element ref="PTYPEOFPRESS"/>
      <xs:element ref="QUOTE"/>
      <xs:element ref="RDESTRUCTIONOFWORK"/>
      <xs:element ref="RESEARCHNOTE"/>
      <xs:element ref="RPENALTIES"/>
      <xs:element ref="RRECOGNITIONS"/>
      <xs:element ref="RRESPONSES"/>
      <xs:element ref="RSELFDESCRIPTION"/>
      <xs:element ref="RSHEINFLUENCED"/>
      <xs:element ref="SCHOLARNOTE"/>
      <xs:element ref="SOCALLED"/>
      <xs:element ref="TCHARACTERIZATION"/>
      <xs:element ref="TCHARACTERNAME"/>
      <xs:element ref="TGENRE"/>
      <xs:element ref="TGENREISSUE"/>
      <xs:element ref="TINTERTEXTUALITY"/>
      <xs:element ref="TITLE"/>
      <xs:element ref="TMOTIF"/>
      <xs:element ref="TOPIC"/>
      <xs:element ref="TSETTINGPLACE"/>
      <xs:element ref="TTECHNIQUES"/>
      <xs:element ref="TTHEMETOPIC"/>
      <xs:element ref="TTONESTYLE"/>
      <xs:element ref="TVOICENARRATION"/>
      <xs:element ref="XREF"/>
    </xs:choice>
  </xs:complexType>
</xs:element>
[ top ]
Element PINFLUENCESHER
Namespace No namespace
Annotations
This element from the Production component names the specific
people, texts, events or places that formed (developed) the writer's thinking as an artist. Influences can pertain to individual texts or her work as a
whole.
Diagram
Diagram index.tmp#PINFLUENCESHER_INFLUENCETYPE index.tmp#BIBCITS index.tmp#DATE index.tmp#DATERANGE index.tmp#DATESTRUCT index.tmp#EMPH index.tmp#FOREIGN index.tmp#KEYWORDCLASS index.tmp#NAME index.tmp#ORGNAME index.tmp#PADVERTISING index.tmp#PARCHIVALLOCATION index.tmp#PATTITUDES index.tmp#PAUTHORSHIP index.tmp#PCIRCULATION index.tmp#PDEDICATION index.tmp#PFIRSTLITERARYACTIVITY index.tmp#PINFLUENCESHER index.tmp#PLACE index.tmp#PLITERARYSCHOOLS index.tmp#PMANUSCRIPTHISTORY index.tmp#PMATERIALCONDITIONS index.tmp#PMODEOFPUBLICATION index.tmp#PMOTIVES index.tmp#PNONSURVIVAL index.tmp#PPERFORMANCE index.tmp#PPERIODICALPUBLICATION index.tmp#PRARITIESFEATURESDECORATIONS index.tmp#PRELATIONSWITHPUBLISHER index.tmp#PSERIALIZATION index.tmp#PSUBMISSIONSREJECTIONS index.tmp#QUOTE index.tmp#RDESTRUCTIONOFWORK index.tmp#RESEARCHNOTE index.tmp#RLANDMARKTEXT index.tmp#RPENALTIES index.tmp#RRECOGNITIONVALUE index.tmp#RRESPONSES index.tmp#RSELFDESCRIPTION index.tmp#RSHEINFLUENCED index.tmp#SCHOLARNOTE index.tmp#SOCALLED index.tmp#TCHARACTERIZATION index.tmp#TCHARACTERNAME index.tmp#TCHARACTERTYPEROLE index.tmp#TGENRE index.tmp#TGENREISSUE index.tmp#TINTERTEXTUALITY index.tmp#TITLE index.tmp#TMOTIF index.tmp#TOPIC index.tmp#TPLOT index.tmp#TSETTINGDATE index.tmp#TSETTINGPLACE index.tmp#TTECHNIQUES index.tmp#TTHEMETOPIC index.tmp#TTONESTYLE index.tmp#TVOICENARRATION
Properties
content complex
mixed true
Used by
Model
Children BIBCITS, DATE, DATERANGE, DATESTRUCT, EMPH, FOREIGN, KEYWORDCLASS, NAME, ORGNAME, PADVERTISING, PARCHIVALLOCATION, PATTITUDES, PAUTHORSHIP, PCIRCULATION, PDEDICATION, PFIRSTLITERARYACTIVITY, PINFLUENCESHER, PLACE, PLITERARYSCHOOLS, PMANUSCRIPTHISTORY, PMATERIALCONDITIONS, PMODEOFPUBLICATION, PMOTIVES, PNONSURVIVAL, PPERFORMANCE, PPERIODICALPUBLICATION, PRARITIESFEATURESDECORATIONS, PRELATIONSWITHPUBLISHER, PSERIALIZATION, PSUBMISSIONSREJECTIONS, QUOTE, RDESTRUCTIONOFWORK, RESEARCHNOTE, RLANDMARKTEXT, RPENALTIES, RRECOGNITIONVALUE, RRESPONSES, RSELFDESCRIPTION, RSHEINFLUENCED, SCHOLARNOTE, SOCALLED, TCHARACTERIZATION, TCHARACTERNAME, TCHARACTERTYPEROLE, TGENRE, TGENREISSUE, TINTERTEXTUALITY, TITLE, TMOTIF, TOPIC, TPLOT, TSETTINGDATE, TSETTINGPLACE, TTECHNIQUES, TTHEMETOPIC, TTONESTYLE, TVOICENARRATION
Instance
<PINFLUENCESHER INFLUENCETYPE="">
  <BIBCITS ID="">{1,1}</BIBCITS>
  <DATE CALENDAR="NEWSTYLE" CERTAINTY="CERT" ID="" VALUE="">{1,1}</DATE>
  <DATERANGE CALENDAR="NEWSTYLE" CERTAINTY="CERT" EXACT="" FROM="" ID="" TO="">{1,1}</DATERANGE>
  <DATESTRUCT CALENDAR="NEWSTYLE" CERTAINTY="CERT" VALUE="">{1,1}</DATESTRUCT>
  <EMPH>{1,1}</EMPH>
  <FOREIGN LANG="" REG="">{1,1}</FOREIGN>
  <KEYWORDCLASS KEYWORDTYPE="">{1,1}</KEYWORDCLASS>
  <NAME REF="" STANDARD="">{1,1}</NAME>
  <ORGNAME ORGTYPE="" REF="" REG="" STANDARD="">{1,1}</ORGNAME>
  <PADVERTISING>{1,1}</PADVERTISING>
  <PARCHIVALLOCATION>{1,1}</PARCHIVALLOCATION>
  <PATTITUDES>{1,1}</PATTITUDES>
  <PAUTHORSHIP AUTHORNAMETYPE="" AUTHORSHIPCONTROVERSY="" COLLABORATION="" CONTROVERSYDATE="">{1,1}</PAUTHORSHIP>
  <PCIRCULATION>{1,1}</PCIRCULATION>
  <PDEDICATION>{1,1}</PDEDICATION>
  <PFIRSTLITERARYACTIVITY>{1,1}</PFIRSTLITERARYACTIVITY>
  <PINFLUENCESHER INFLUENCETYPE="">{1,1}</PINFLUENCESHER>
  <PLACE REF="">{1,1}</PLACE>
  <PLITERARYSCHOOLS INVOLVEMENT="INVOLVEMENTYES" REG="">{1,1}</PLITERARYSCHOOLS>
  <PMANUSCRIPTHISTORY>{1,1}</PMANUSCRIPTHISTORY>
  <PMATERIALCONDITIONS DISPLACEMENT="">{1,1}</PMATERIALCONDITIONS>
  <PMODEOFPUBLICATION PUBLICATIONMODE="">{1,1}</PMODEOFPUBLICATION>
  <PMOTIVES ID="" MOTIVETYPE="">{1,1}</PMOTIVES>
  <PNONSURVIVAL TYPEOFNONSURVIVAL="">{1,1}</PNONSURVIVAL>
  <PPERFORMANCE>{1,1}</PPERFORMANCE>
  <PPERIODICALPUBLICATION>{1,1}</PPERIODICALPUBLICATION>
  <PRARITIESFEATURESDECORATIONS>{1,1}</PRARITIESFEATURESDECORATIONS>
  <PRELATIONSWITHPUBLISHER RELATIONSHIPTYPE="">{1,1}</PRELATIONSWITHPUBLISHER>
  <PSERIALIZATION FORMOFSERIALIZATION="">{1,1}</PSERIALIZATION>
  <PSUBMISSIONSREJECTIONS>{1,1}</PSUBMISSIONSREJECTIONS>
  <QUOTE DIRECT="Y" ID="">{1,1}</QUOTE>
  <RDESTRUCTIONOFWORK DESTROYEDBY="">{1,1}</RDESTRUCTIONOFWORK>
  <RESEARCHNOTE>{1,1}</RESEARCHNOTE>
  <RLANDMARKTEXT>{1,1}</RLANDMARKTEXT>
  <RPENALTIES CENSORSHIP="">{1,1}</RPENALTIES>
  <RRECOGNITIONVALUE>{1,1}</RRECOGNITIONVALUE>
  <RRESPONSES FORMALITY="" GENDEREDRESPONSE="" RESPONSETYPE="">{1,1}</RRESPONSES>
  <RSELFDESCRIPTION>{1,1}</RSELFDESCRIPTION>
  <RSHEINFLUENCED>{1,1}</RSHEINFLUENCED>
  <SCHOLARNOTE>{1,1}</SCHOLARNOTE>
  <SOCALLED>{1,1}</SOCALLED>
  <TCHARACTERIZATION>{1,1}</TCHARACTERIZATION>
  <TCHARACTERNAME REG="">{1,1}</TCHARACTERNAME>
  <TCHARACTERTYPEROLE PROTAGONIST="">{1,1}</TCHARACTERTYPEROLE>
  <TGENRE GENRENAME="" PROPOSEDALTERNATIVENAME="">{1,1}</TGENRE>
  <TGENREISSUE>{1,1}</TGENREISSUE>
  <TINTERTEXTUALITY GENDEROFAUTHOR="" INTERTEXTTYPE="">{1,1}</TINTERTEXTUALITY>
  <TITLE REF="" REG="" REND="" STANDARD="" TITLETYPE="">{1,1}</TITLE>
  <TMOTIF MOTIFNAME="">{1,1}</TMOTIF>
  <TOPIC STANDARD="">{1,1}</TOPIC>
  <TPLOT>{1,1}</TPLOT>
  <TSETTINGDATE SETTINGDATETYPE="">{1,1}</TSETTINGDATE>
  <TSETTINGPLACE SETTINGCLASS="" SETTINGPLACETYPE="">{1,1}</TSETTINGPLACE>
  <TTECHNIQUES TECHNIQUETYPE="">{1,1}</TTECHNIQUES>
  <TTHEMETOPIC ID="">{1,1}</TTHEMETOPIC>
  <TTONESTYLE>{1,1}</TTONESTYLE>
  <TVOICENARRATION>{1,1}</TVOICENARRATION>
</PINFLUENCESHER>
Attributes
QName Type Use Annotation
INFLUENCETYPE restriction of xs:token optional
InfluenceType is an attribute affiliated with the element
pInfluencesHer and is used to indicate how someone or something influenced a woman writer.
Source
<xs:element name="PINFLUENCESHER">
  <xs:annotation>
    <xs:documentation>This element from the Production component names the specific people, texts, events or places that formed (developed) the writer's thinking as an artist. Influences can pertain to individual texts or her work as a whole.</xs:documentation>
  </xs:annotation>
  <xs:complexType mixed="true">
    <xs:choice minOccurs="0" maxOccurs="unbounded">
      <xs:element ref="BIBCITS"/>
      <xs:element ref="DATE"/>
      <xs:element ref="DATERANGE"/>
      <xs:element ref="DATESTRUCT"/>
      <xs:element ref="EMPH"/>
      <xs:element ref="FOREIGN"/>
      <xs:element ref="KEYWORDCLASS"/>
      <xs:element ref="NAME"/>
      <xs:element ref="ORGNAME"/>
      <xs:element ref="PADVERTISING"/>
      <xs:element ref="PARCHIVALLOCATION"/>
      <xs:element ref="PATTITUDES"/>
      <xs:element ref="PAUTHORSHIP"/>
      <xs:element ref="PCIRCULATION"/>
      <xs:element ref="PDEDICATION"/>
      <xs:element ref="PFIRSTLITERARYACTIVITY"/>
      <xs:element ref="PINFLUENCESHER"/>
      <xs:element ref="PLACE"/>
      <xs:element ref="PLITERARYSCHOOLS"/>
      <xs:element ref="PMANUSCRIPTHISTORY"/>
      <xs:element ref="PMATERIALCONDITIONS"/>
      <xs:element ref="PMODEOFPUBLICATION"/>
      <xs:element ref="PMOTIVES"/>
      <xs:element ref="PNONSURVIVAL"/>
      <xs:element ref="PPERFORMANCE"/>
      <xs:element ref="PPERIODICALPUBLICATION"/>
      <xs:element ref="PRARITIESFEATURESDECORATIONS"/>
      <xs:element ref="PRELATIONSWITHPUBLISHER"/>
      <xs:element ref="PSERIALIZATION"/>
      <xs:element ref="PSUBMISSIONSREJECTIONS"/>
      <xs:element ref="QUOTE"/>
      <xs:element ref="RDESTRUCTIONOFWORK"/>
      <xs:element ref="RESEARCHNOTE"/>
      <xs:element ref="RLANDMARKTEXT"/>
      <xs:element ref="RPENALTIES"/>
      <xs:element ref="RRECOGNITIONVALUE"/>
      <xs:element ref="RRESPONSES"/>
      <xs:element ref="RSELFDESCRIPTION"/>
      <xs:element ref="RSHEINFLUENCED"/>
      <xs:element ref="SCHOLARNOTE"/>
      <xs:element ref="SOCALLED"/>
      <xs:element ref="TCHARACTERIZATION"/>
      <xs:element ref="TCHARACTERNAME"/>
      <xs:element ref="TCHARACTERTYPEROLE"/>
      <xs:element ref="TGENRE"/>
      <xs:element ref="TGENREISSUE"/>
      <xs:element ref="TINTERTEXTUALITY"/>
      <xs:element ref="TITLE"/>
      <xs:element ref="TMOTIF"/>
      <xs:element ref="TOPIC"/>
      <xs:element ref="TPLOT"/>
      <xs:element ref="TSETTINGDATE"/>
      <xs:element ref="TSETTINGPLACE"/>
      <xs:element ref="TTECHNIQUES"/>
      <xs:element ref="TTHEMETOPIC"/>
      <xs:element ref="TTONESTYLE"/>
      <xs:element ref="TVOICENARRATION"/>
    </xs:choice>
    <xs:attribute name="INFLUENCETYPE">
      <xs:annotation>
        <xs:documentation>InfluenceType is an attribute affiliated with the element pInfluencesHer and is used to indicate how someone or something influenced a woman writer.</xs:documentation>
      </xs:annotation>
      <xs:simpleType>
        <xs:restriction base="xs:token">
          <xs:enumeration value="LITERARY"/>
          <xs:enumeration value="INTELLECTUAL"/>
          <xs:enumeration value="FAMILIAL"/>
        </xs:restriction>
      </xs:simpleType>
    </xs:attribute>
  </xs:complexType>
</xs:element>
[ top ]
Element PFIRSTLITERARYACTIVITY
Namespace No namespace
Annotations
This element in the Production component captures the first
significant writing activity, published or otherwise. However, do not use this for publications unless there's strong evidence that the publication is
linked to the actual first literary activity.
Diagram
Diagram index.tmp#BIBCITS index.tmp#DATE index.tmp#DATERANGE index.tmp#DATESTRUCT index.tmp#EMPH index.tmp#FOREIGN index.tmp#JOB index.tmp#KEYWORDCLASS index.tmp#NAME index.tmp#ORGNAME index.tmp#PADVERTISING index.tmp#PANTHOLOGIZATION index.tmp#PARCHIVALLOCATION index.tmp#PATTITUDES index.tmp#PAUTHORSHIP index.tmp#PCIRCULATION index.tmp#PCOPYRIGHT index.tmp#PDEDICATION index.tmp#PEARNINGS index.tmp#PEDITIONS index.tmp#PFIRSTLITERARYACTIVITY index.tmp#PINFLUENCESHER index.tmp#PLACE index.tmp#PLASTLITERARYACTIVITY index.tmp#PLITERARYSCHOOLS index.tmp#PMANUSCRIPTHISTORY index.tmp#PMATERIALCONDITIONS index.tmp#PMODEOFPUBLICATION index.tmp#PMOTIVES index.tmp#PNONBOOKMEDIA index.tmp#PNONSURVIVAL index.tmp#PPERFORMANCE index.tmp#PPERIODICALPUBLICATION index.tmp#PPLACEOFPUBLICATION index.tmp#PPRICE index.tmp#PRARITIESFEATURESDECORATIONS index.tmp#PRELATIONSWITHPUBLISHER index.tmp#PSERIALIZATION index.tmp#PSUBMISSIONSREJECTIONS index.tmp#QUOTE index.tmp#RBESTKNOWNWORK index.tmp#RDESTRUCTIONOFWORK index.tmp#RESEARCHNOTE index.tmp#RFICTIONALIZATION index.tmp#RLANDMARKTEXT index.tmp#RPENALTIES index.tmp#RRECOGNITIONNAME index.tmp#RRECOGNITIONS index.tmp#RRESPONSES index.tmp#RSELFDESCRIPTION index.tmp#RSHEINFLUENCED index.tmp#SCHOLARNOTE index.tmp#SOCALLED index.tmp#TCHARACTERIZATION index.tmp#TCHARACTERNAME index.tmp#TCHARACTERTYPEROLE index.tmp#TGENRE index.tmp#TGENREISSUE index.tmp#TINTERTEXTUALITY index.tmp#TITLE index.tmp#TMOTIF index.tmp#TPLOT index.tmp#TSETTINGDATE index.tmp#TSETTINGPLACE index.tmp#TTECHNIQUES index.tmp#TTHEMETOPIC index.tmp#TTONESTYLE index.tmp#TVOICENARRATION
Properties
content complex
mixed true
Used by
Model
Children BIBCITS, DATE, DATERANGE, DATESTRUCT, EMPH, FOREIGN, JOB, KEYWORDCLASS, NAME, ORGNAME, PADVERTISING, PANTHOLOGIZATION, PARCHIVALLOCATION, PATTITUDES, PAUTHORSHIP, PCIRCULATION, PCOPYRIGHT, PDEDICATION, PEARNINGS, PEDITIONS, PFIRSTLITERARYACTIVITY, PINFLUENCESHER, PLACE, PLASTLITERARYACTIVITY, PLITERARYSCHOOLS, PMANUSCRIPTHISTORY, PMATERIALCONDITIONS, PMODEOFPUBLICATION, PMOTIVES, PNONBOOKMEDIA, PNONSURVIVAL, PPERFORMANCE, PPERIODICALPUBLICATION, PPLACEOFPUBLICATION, PPRICE, PRARITIESFEATURESDECORATIONS, PRELATIONSWITHPUBLISHER, PSERIALIZATION, PSUBMISSIONSREJECTIONS, QUOTE, RBESTKNOWNWORK, RDESTRUCTIONOFWORK, RESEARCHNOTE, RFICTIONALIZATION, RLANDMARKTEXT, RPENALTIES, RRECOGNITIONNAME, RRECOGNITIONS, RRESPONSES, RSELFDESCRIPTION, RSHEINFLUENCED, SCHOLARNOTE, SOCALLED, TCHARACTERIZATION, TCHARACTERNAME, TCHARACTERTYPEROLE, TGENRE, TGENREISSUE, TINTERTEXTUALITY, TITLE, TMOTIF, TPLOT, TSETTINGDATE, TSETTINGPLACE, TTECHNIQUES, TTHEMETOPIC, TTONESTYLE, TVOICENARRATION
Instance
<PFIRSTLITERARYACTIVITY>
  <BIBCITS ID="">{1,1}</BIBCITS>
  <DATE CALENDAR="NEWSTYLE" CERTAINTY="CERT" ID="" VALUE="">{1,1}</DATE>
  <DATERANGE CALENDAR="NEWSTYLE" CERTAINTY="CERT" EXACT="" FROM="" ID="" TO="">{1,1}</DATERANGE>
  <DATESTRUCT CALENDAR="NEWSTYLE" CERTAINTY="CERT" VALUE="">{1,1}</DATESTRUCT>
  <EMPH>{1,1}</EMPH>
  <FOREIGN LANG="" REG="">{1,1}</FOREIGN>
  <JOB>{1,1}</JOB>
  <KEYWORDCLASS KEYWORDTYPE="">{1,1}</KEYWORDCLASS>
  <NAME REF="" STANDARD="">{1,1}</NAME>
  <ORGNAME ORGTYPE="" REF="" REG="" STANDARD="">{1,1}</ORGNAME>
  <PADVERTISING>{1,1}</PADVERTISING>
  <PANTHOLOGIZATION>{1,1}</PANTHOLOGIZATION>
  <PARCHIVALLOCATION>{1,1}</PARCHIVALLOCATION>
  <PATTITUDES>{1,1}</PATTITUDES>
  <PAUTHORSHIP AUTHORNAMETYPE="" AUTHORSHIPCONTROVERSY="" COLLABORATION="" CONTROVERSYDATE="">{1,1}</PAUTHORSHIP>
  <PCIRCULATION>{1,1}</PCIRCULATION>
  <PCOPYRIGHT>{1,1}</PCOPYRIGHT>
  <PDEDICATION>{1,1}</PDEDICATION>
  <PEARNINGS>{1,1}</PEARNINGS>
  <PEDITIONS>{1,1}</PEDITIONS>
  <PFIRSTLITERARYACTIVITY>{1,1}</PFIRSTLITERARYACTIVITY>
  <PINFLUENCESHER INFLUENCETYPE="">{1,1}</PINFLUENCESHER>
  <PLACE REF="">{1,1}</PLACE>
  <PLASTLITERARYACTIVITY>{1,1}</PLASTLITERARYACTIVITY>
  <PLITERARYSCHOOLS INVOLVEMENT="INVOLVEMENTYES" REG="">{1,1}</PLITERARYSCHOOLS>
  <PMANUSCRIPTHISTORY>{1,1}</PMANUSCRIPTHISTORY>
  <PMATERIALCONDITIONS DISPLACEMENT="">{1,1}</PMATERIALCONDITIONS>
  <PMODEOFPUBLICATION PUBLICATIONMODE="">{1,1}</PMODEOFPUBLICATION>
  <PMOTIVES ID="" MOTIVETYPE="">{1,1}</PMOTIVES>
  <PNONBOOKMEDIA>{1,1}</PNONBOOKMEDIA>
  <PNONSURVIVAL TYPEOFNONSURVIVAL="">{1,1}</PNONSURVIVAL>
  <PPERFORMANCE>{1,1}</PPERFORMANCE>
  <PPERIODICALPUBLICATION>{1,1}</PPERIODICALPUBLICATION>
  <PPLACEOFPUBLICATION>{1,1}</PPLACEOFPUBLICATION>
  <PPRICE>{1,1}</PPRICE>
  <PRARITIESFEATURESDECORATIONS>{1,1}</PRARITIESFEATURESDECORATIONS>
  <PRELATIONSWITHPUBLISHER RELATIONSHIPTYPE="">{1,1}</PRELATIONSWITHPUBLISHER>
  <PSERIALIZATION FORMOFSERIALIZATION="">{1,1}</PSERIALIZATION>
  <PSUBMISSIONSREJECTIONS>{1,1}</PSUBMISSIONSREJECTIONS>
  <QUOTE DIRECT="Y" ID="">{1,1}</QUOTE>
  <RBESTKNOWNWORK>{1,1}</RBESTKNOWNWORK>
  <RDESTRUCTIONOFWORK DESTROYEDBY="">{1,1}</RDESTRUCTIONOFWORK>
  <RESEARCHNOTE>{1,1}</RESEARCHNOTE>
  <RFICTIONALIZATION>{1,1}</RFICTIONALIZATION>
  <RLANDMARKTEXT>{1,1}</RLANDMARKTEXT>
  <RPENALTIES CENSORSHIP="">{1,1}</RPENALTIES>
  <RRECOGNITIONNAME REG="">{1,1}</RRECOGNITIONNAME>
  <RRECOGNITIONS>{1,1}</RRECOGNITIONS>
  <RRESPONSES FORMALITY="" GENDEREDRESPONSE="" RESPONSETYPE="">{1,1}</RRESPONSES>
  <RSELFDESCRIPTION>{1,1}</RSELFDESCRIPTION>
  <RSHEINFLUENCED>{1,1}</RSHEINFLUENCED>
  <SCHOLARNOTE>{1,1}</SCHOLARNOTE>
  <SOCALLED>{1,1}</SOCALLED>
  <TCHARACTERIZATION>{1,1}</TCHARACTERIZATION>
  <TCHARACTERNAME REG="">{1,1}</TCHARACTERNAME>
  <TCHARACTERTYPEROLE PROTAGONIST="">{1,1}</TCHARACTERTYPEROLE>
  <TGENRE GENRENAME="" PROPOSEDALTERNATIVENAME="">{1,1}</TGENRE>
  <TGENREISSUE>{1,1}</TGENREISSUE>
  <TINTERTEXTUALITY GENDEROFAUTHOR="" INTERTEXTTYPE="">{1,1}</TINTERTEXTUALITY>
  <TITLE REF="" REG="" REND="" STANDARD="" TITLETYPE="">{1,1}</TITLE>
  <TMOTIF MOTIFNAME="">{1,1}</TMOTIF>
  <TPLOT>{1,1}</TPLOT>
  <TSETTINGDATE SETTINGDATETYPE="">{1,1}</TSETTINGDATE>
  <TSETTINGPLACE SETTINGCLASS="" SETTINGPLACETYPE="">{1,1}</TSETTINGPLACE>
  <TTECHNIQUES TECHNIQUETYPE="">{1,1}</TTECHNIQUES>
  <TTHEMETOPIC ID="">{1,1}</TTHEMETOPIC>
  <TTONESTYLE>{1,1}</TTONESTYLE>
  <TVOICENARRATION>{1,1}</TVOICENARRATION>
</PFIRSTLITERARYACTIVITY>
Source
<xs:element name="PFIRSTLITERARYACTIVITY">
  <xs:annotation>
    <xs:documentation>This element in the Production component captures the first significant writing activity, published or otherwise. However, do not use this for publications unless there's strong evidence that the publication is linked to the actual first literary activity.</xs:documentation>
  </xs:annotation>
  <xs:complexType mixed="true">
    <xs:choice minOccurs="0" maxOccurs="unbounded">
      <xs:element ref="BIBCITS"/>
      <xs:element ref="DATE"/>
      <xs:element ref="DATERANGE"/>
      <xs:element ref="DATESTRUCT"/>
      <xs:element ref="EMPH"/>
      <xs:element ref="FOREIGN"/>
      <xs:element ref="JOB"/>
      <xs:element ref="KEYWORDCLASS"/>
      <xs:element ref="NAME"/>
      <xs:element ref="ORGNAME"/>
      <xs:element ref="PADVERTISING"/>
      <xs:element ref="PANTHOLOGIZATION"/>
      <xs:element ref="PARCHIVALLOCATION"/>
      <xs:element ref="PATTITUDES"/>
      <xs:element ref="PAUTHORSHIP"/>
      <xs:element ref="PCIRCULATION"/>
      <xs:element ref="PCOPYRIGHT"/>
      <xs:element ref="PDEDICATION"/>
      <xs:element ref="PEARNINGS"/>
      <xs:element ref="PEDITIONS"/>
      <xs:element ref="PFIRSTLITERARYACTIVITY"/>
      <xs:element ref="PINFLUENCESHER"/>
      <xs:element ref="PLACE"/>
      <xs:element ref="PLASTLITERARYACTIVITY"/>
      <xs:element ref="PLITERARYSCHOOLS"/>
      <xs:element ref="PMANUSCRIPTHISTORY"/>
      <xs:element ref="PMATERIALCONDITIONS"/>
      <xs:element ref="PMODEOFPUBLICATION"/>
      <xs:element ref="PMOTIVES"/>
      <xs:element ref="PNONBOOKMEDIA"/>
      <xs:element ref="PNONSURVIVAL"/>
      <xs:element ref="PPERFORMANCE"/>
      <xs:element ref="PPERIODICALPUBLICATION"/>
      <xs:element ref="PPLACEOFPUBLICATION"/>
      <xs:element ref="PPRICE"/>
      <xs:element ref="PRARITIESFEATURESDECORATIONS"/>
      <xs:element ref="PRELATIONSWITHPUBLISHER"/>
      <xs:element ref="PSERIALIZATION"/>
      <xs:element ref="PSUBMISSIONSREJECTIONS"/>
      <xs:element ref="QUOTE"/>
      <xs:element ref="RBESTKNOWNWORK"/>
      <xs:element ref="RDESTRUCTIONOFWORK"/>
      <xs:element ref="RESEARCHNOTE"/>
      <xs:element ref="RFICTIONALIZATION"/>
      <xs:element ref="RLANDMARKTEXT"/>
      <xs:element ref="RPENALTIES"/>
      <xs:element ref="RRECOGNITIONNAME"/>
      <xs:element ref="RRECOGNITIONS"/>
      <xs:element ref="RRESPONSES"/>
      <xs:element ref="RSELFDESCRIPTION"/>
      <xs:element ref="RSHEINFLUENCED"/>
      <xs:element ref="SCHOLARNOTE"/>
      <xs:element ref="SOCALLED"/>
      <xs:element ref="TCHARACTERIZATION"/>
      <xs:element ref="TCHARACTERNAME"/>
      <xs:element ref="TCHARACTERTYPEROLE"/>
      <xs:element ref="TGENRE"/>
      <xs:element ref="TGENREISSUE"/>
      <xs:element ref="TINTERTEXTUALITY"/>
      <xs:element ref="TITLE"/>
      <xs:element ref="TMOTIF"/>
      <xs:element ref="TPLOT"/>
      <xs:element ref="TSETTINGDATE"/>
      <xs:element ref="TSETTINGPLACE"/>
      <xs:element ref="TTECHNIQUES"/>
      <xs:element ref="TTHEMETOPIC"/>
      <xs:element ref="TTONESTYLE"/>
      <xs:element ref="TVOICENARRATION"/>
    </xs:choice>
  </xs:complexType>
</xs:element>
[ top ]
Element JOB
Namespace No namespace
Annotations
Job is meant to capture the types of employment done by women
writers and their families. We are interested in comparing the kinds of jobs women did in different historical periods and the kinds of
jobs family members did. We want to facilitate research, for example, on the influence of living in a parsonage on women writers and
would therefore like to track women who had fathers and mothers who were preachers.
Diagram
Diagram
Type xs:string
Properties
content simple
Used by
Source
<xs:element name="JOB" type="xs:string">
  <xs:annotation>
    <xs:documentation>Job is meant to capture the types of employment done by women writers and their families. We are interested in comparing the kinds of jobs women did in different historical periods and the kinds of jobs family members did. We want to facilitate research, for example, on the influence of living in a parsonage on women writers and would therefore like to track women who had fathers and mothers who were preachers.</xs:documentation>
  </xs:annotation>
</xs:element>
[ top ]
Element PLASTLITERARYACTIVITY
Namespace No namespace
Annotations
This element in the Production component records the last significant
writing activity, published or otherwise, and should be used with all authors where applicable.
Diagram
Diagram index.tmp#BIBCITS index.tmp#DATE index.tmp#DATERANGE index.tmp#DATESTRUCT index.tmp#NAME index.tmp#ORGNAME index.tmp#PADVERTISING index.tmp#PANTHOLOGIZATION index.tmp#PARCHIVALLOCATION index.tmp#PATTITUDES index.tmp#PAUTHORSHIP index.tmp#PCIRCULATION index.tmp#PDEDICATION index.tmp#PEDITIONS index.tmp#PFIRSTLITERARYACTIVITY index.tmp#PINFLUENCESHER index.tmp#PLACE index.tmp#PLASTLITERARYACTIVITY index.tmp#PMANUSCRIPTHISTORY index.tmp#PMATERIALCONDITIONS index.tmp#PMODEOFPUBLICATION index.tmp#PMOTIVES index.tmp#PNONSURVIVAL index.tmp#PPERFORMANCE index.tmp#PPERIODICALPUBLICATION index.tmp#PPLACEOFPUBLICATION index.tmp#PRARITIESFEATURESDECORATIONS index.tmp#PRELATIONSWITHPUBLISHER index.tmp#PSERIALIZATION index.tmp#PSUBMISSIONSREJECTIONS index.tmp#QUOTE index.tmp#RBESTKNOWNWORK index.tmp#RDESTRUCTIONOFWORK index.tmp#RLANDMARKTEXT index.tmp#RRECOGNITIONS index.tmp#RRESPONSES index.tmp#RSELFDESCRIPTION index.tmp#SOCALLED index.tmp#TCHARACTERIZATION index.tmp#TCHARACTERNAME index.tmp#TCHARACTERTYPEROLE index.tmp#TGENRE index.tmp#TGENREISSUE index.tmp#TINTERTEXTUALITY index.tmp#TITLE index.tmp#TMOTIF index.tmp#TOPIC index.tmp#TSETTINGDATE index.tmp#TSETTINGPLACE index.tmp#TTHEMETOPIC index.tmp#TTONESTYLE
Properties
content complex
mixed true
Used by
Model
Children BIBCITS, DATE, DATERANGE, DATESTRUCT, NAME, ORGNAME, PADVERTISING, PANTHOLOGIZATION, PARCHIVALLOCATION, PATTITUDES, PAUTHORSHIP, PCIRCULATION, PDEDICATION, PEDITIONS, PFIRSTLITERARYACTIVITY, PINFLUENCESHER, PLACE, PLASTLITERARYACTIVITY, PMANUSCRIPTHISTORY, PMATERIALCONDITIONS, PMODEOFPUBLICATION, PMOTIVES, PNONSURVIVAL, PPERFORMANCE, PPERIODICALPUBLICATION, PPLACEOFPUBLICATION, PRARITIESFEATURESDECORATIONS, PRELATIONSWITHPUBLISHER, PSERIALIZATION, PSUBMISSIONSREJECTIONS, QUOTE, RBESTKNOWNWORK, RDESTRUCTIONOFWORK, RLANDMARKTEXT, RRECOGNITIONS, RRESPONSES, RSELFDESCRIPTION, SOCALLED, TCHARACTERIZATION, TCHARACTERNAME, TCHARACTERTYPEROLE, TGENRE, TGENREISSUE, TINTERTEXTUALITY, TITLE, TMOTIF, TOPIC, TSETTINGDATE, TSETTINGPLACE, TTHEMETOPIC, TTONESTYLE
Instance
<PLASTLITERARYACTIVITY>
  <BIBCITS ID="">{1,1}</BIBCITS>
  <DATE CALENDAR="NEWSTYLE" CERTAINTY="CERT" ID="" VALUE="">{1,1}</DATE>
  <DATERANGE CALENDAR="NEWSTYLE" CERTAINTY="CERT" EXACT="" FROM="" ID="" TO="">{1,1}</DATERANGE>
  <DATESTRUCT CALENDAR="NEWSTYLE" CERTAINTY="CERT" VALUE="">{1,1}</DATESTRUCT>
  <NAME REF="" STANDARD="">{1,1}</NAME>
  <ORGNAME ORGTYPE="" REF="" REG="" STANDARD="">{1,1}</ORGNAME>
  <PADVERTISING>{1,1}</PADVERTISING>
  <PANTHOLOGIZATION>{1,1}</PANTHOLOGIZATION>
  <PARCHIVALLOCATION>{1,1}</PARCHIVALLOCATION>
  <PATTITUDES>{1,1}</PATTITUDES>
  <PAUTHORSHIP AUTHORNAMETYPE="" AUTHORSHIPCONTROVERSY="" COLLABORATION="" CONTROVERSYDATE="">{1,1}</PAUTHORSHIP>
  <PCIRCULATION>{1,1}</PCIRCULATION>
  <PDEDICATION>{1,1}</PDEDICATION>
  <PEDITIONS>{1,1}</PEDITIONS>
  <PFIRSTLITERARYACTIVITY>{1,1}</PFIRSTLITERARYACTIVITY>
  <PINFLUENCESHER INFLUENCETYPE="">{1,1}</PINFLUENCESHER>
  <PLACE REF="">{1,1}</PLACE>
  <PLASTLITERARYACTIVITY>{1,1}</PLASTLITERARYACTIVITY>
  <PMANUSCRIPTHISTORY>{1,1}</PMANUSCRIPTHISTORY>
  <PMATERIALCONDITIONS DISPLACEMENT="">{1,1}</PMATERIALCONDITIONS>
  <PMODEOFPUBLICATION PUBLICATIONMODE="">{1,1}</PMODEOFPUBLICATION>
  <PMOTIVES ID="" MOTIVETYPE="">{1,1}</PMOTIVES>
  <PNONSURVIVAL TYPEOFNONSURVIVAL="">{1,1}</PNONSURVIVAL>
  <PPERFORMANCE>{1,1}</PPERFORMANCE>
  <PPERIODICALPUBLICATION>{1,1}</PPERIODICALPUBLICATION>
  <PPLACEOFPUBLICATION>{1,1}</PPLACEOFPUBLICATION>
  <PRARITIESFEATURESDECORATIONS>{1,1}</PRARITIESFEATURESDECORATIONS>
  <PRELATIONSWITHPUBLISHER RELATIONSHIPTYPE="">{1,1}</PRELATIONSWITHPUBLISHER>
  <PSERIALIZATION FORMOFSERIALIZATION="">{1,1}</PSERIALIZATION>
  <PSUBMISSIONSREJECTIONS>{1,1}</PSUBMISSIONSREJECTIONS>
  <QUOTE DIRECT="Y" ID="">{1,1}</QUOTE>
  <RBESTKNOWNWORK>{1,1}</RBESTKNOWNWORK>
  <RDESTRUCTIONOFWORK DESTROYEDBY="">{1,1}</RDESTRUCTIONOFWORK>
  <RLANDMARKTEXT>{1,1}</RLANDMARKTEXT>
  <RRECOGNITIONS>{1,1}</RRECOGNITIONS>
  <RRESPONSES FORMALITY="" GENDEREDRESPONSE="" RESPONSETYPE="">{1,1}</RRESPONSES>
  <RSELFDESCRIPTION>{1,1}</RSELFDESCRIPTION>
  <SOCALLED>{1,1}</SOCALLED>
  <TCHARACTERIZATION>{1,1}</TCHARACTERIZATION>
  <TCHARACTERNAME REG="">{1,1}</TCHARACTERNAME>
  <TCHARACTERTYPEROLE PROTAGONIST="">{1,1}</TCHARACTERTYPEROLE>
  <TGENRE GENRENAME="" PROPOSEDALTERNATIVENAME="">{1,1}</TGENRE>
  <TGENREISSUE>{1,1}</TGENREISSUE>
  <TINTERTEXTUALITY GENDEROFAUTHOR="" INTERTEXTTYPE="">{1,1}</TINTERTEXTUALITY>
  <TITLE REF="" REG="" REND="" STANDARD="" TITLETYPE="">{1,1}</TITLE>
  <TMOTIF MOTIFNAME="">{1,1}</TMOTIF>
  <TOPIC STANDARD="">{1,1}</TOPIC>
  <TSETTINGDATE SETTINGDATETYPE="">{1,1}</TSETTINGDATE>
  <TSETTINGPLACE SETTINGCLASS="" SETTINGPLACETYPE="">{1,1}</TSETTINGPLACE>
  <TTHEMETOPIC ID="">{1,1}</TTHEMETOPIC>
  <TTONESTYLE>{1,1}</TTONESTYLE>
</PLASTLITERARYACTIVITY>
Source
<xs:element name="PLASTLITERARYACTIVITY">
  <xs:annotation>
    <xs:documentation>This element in the Production component records the last significant writing activity, published or otherwise, and should be used with all authors where applicable.</xs:documentation>
  </xs:annotation>
  <xs:complexType mixed="true">
    <xs:choice minOccurs="0" maxOccurs="unbounded">
      <xs:element ref="BIBCITS"/>
      <xs:element ref="DATE"/>
      <xs:element ref="DATERANGE"/>
      <xs:element ref="DATESTRUCT"/>
      <xs:element ref="NAME"/>
      <xs:element ref="ORGNAME"/>
      <xs:element ref="PADVERTISING"/>
      <xs:element ref="PANTHOLOGIZATION"/>
      <xs:element ref="PARCHIVALLOCATION"/>
      <xs:element ref="PATTITUDES"/>
      <xs:element ref="PAUTHORSHIP"/>
      <xs:element ref="PCIRCULATION"/>
      <xs:element ref="PDEDICATION"/>
      <xs:element ref="PEDITIONS"/>
      <xs:element ref="PFIRSTLITERARYACTIVITY"/>
      <xs:element ref="PINFLUENCESHER"/>
      <xs:element ref="PLACE"/>
      <xs:element ref="PLASTLITERARYACTIVITY"/>
      <xs:element ref="PMANUSCRIPTHISTORY"/>
      <xs:element ref="PMATERIALCONDITIONS"/>
      <xs:element ref="PMODEOFPUBLICATION"/>
      <xs:element ref="PMOTIVES"/>
      <xs:element ref="PNONSURVIVAL"/>
      <xs:element ref="PPERFORMANCE"/>
      <xs:element ref="PPERIODICALPUBLICATION"/>
      <xs:element ref="PPLACEOFPUBLICATION"/>
      <xs:element ref="PRARITIESFEATURESDECORATIONS"/>
      <xs:element ref="PRELATIONSWITHPUBLISHER"/>
      <xs:element ref="PSERIALIZATION"/>
      <xs:element ref="PSUBMISSIONSREJECTIONS"/>
      <xs:element ref="QUOTE"/>
      <xs:element ref="RBESTKNOWNWORK"/>
      <xs:element ref="RDESTRUCTIONOFWORK"/>
      <xs:element ref="RLANDMARKTEXT"/>
      <xs:element ref="RRECOGNITIONS"/>
      <xs:element ref="RRESPONSES"/>
      <xs:element ref="RSELFDESCRIPTION"/>
      <xs:element ref="SOCALLED"/>
      <xs:element ref="TCHARACTERIZATION"/>
      <xs:element ref="TCHARACTERNAME"/>
      <xs:element ref="TCHARACTERTYPEROLE"/>
      <xs:element ref="TGENRE"/>
      <xs:element ref="TGENREISSUE"/>
      <xs:element ref="TINTERTEXTUALITY"/>
      <xs:element ref="TITLE"/>
      <xs:element ref="TMOTIF"/>
      <xs:element ref="TOPIC"/>
      <xs:element ref="TSETTINGDATE"/>
      <xs:element ref="TSETTINGPLACE"/>
      <xs:element ref="TTHEMETOPIC"/>
      <xs:element ref="TTONESTYLE"/>
    </xs:choice>
  </xs:complexType>
</xs:element>
[ top ]
Element PMANUSCRIPTHISTORY
Namespace No namespace
Annotations
This element, found in the Production component, details the
pre-publication history of a text: how and if it circulated before and after its publication. Note that this element refers to the circulation of the
manuscript and not the published text.
Diagram
Diagram index.tmp#BIBCITS index.tmp#DATE index.tmp#DATERANGE index.tmp#DATESTRUCT index.tmp#FOREIGN index.tmp#KEYWORDCLASS index.tmp#NAME index.tmp#ORGNAME index.tmp#PADVERTISING index.tmp#PANTHOLOGIZATION index.tmp#PARCHIVALLOCATION index.tmp#PATTITUDES index.tmp#PAUTHORSHIP index.tmp#PCIRCULATION index.tmp#PCOPYRIGHT index.tmp#PDEDICATION index.tmp#PEARNINGS index.tmp#PEDITIONS index.tmp#PFIRSTLITERARYACTIVITY index.tmp#PINFLUENCESHER index.tmp#PLACE index.tmp#PLASTLITERARYACTIVITY index.tmp#PLITERARYSCHOOLS index.tmp#PMANUSCRIPTHISTORY index.tmp#PMATERIALCONDITIONS index.tmp#PMODEOFPUBLICATION index.tmp#PMOTIVES index.tmp#PNONSURVIVAL index.tmp#PPERFORMANCE index.tmp#PPERIODICALPUBLICATION index.tmp#PPLACEOFPUBLICATION index.tmp#PPRICE index.tmp#PRARITIESFEATURESDECORATIONS index.tmp#PRELATIONSWITHPUBLISHER index.tmp#PSERIALIZATION index.tmp#PSUBMISSIONSREJECTIONS index.tmp#QUOTE index.tmp#RBESTKNOWNWORK index.tmp#RDESTRUCTIONOFWORK index.tmp#RESEARCHNOTE index.tmp#RPENALTIES index.tmp#RRESPONSES index.tmp#RSELFDESCRIPTION index.tmp#RSHEINFLUENCED index.tmp#SCHOLARNOTE index.tmp#SOCALLED index.tmp#TCHARACTERIZATION index.tmp#TCHARACTERNAME index.tmp#TCHARACTERTYPEROLE index.tmp#TGENRE index.tmp#TGENREISSUE index.tmp#TINTERTEXTUALITY index.tmp#TITLE index.tmp#TPLOT index.tmp#TSETTINGDATE index.tmp#TSETTINGPLACE index.tmp#TTECHNIQUES index.tmp#TTHEMETOPIC index.tmp#TTONESTYLE index.tmp#TVOICENARRATION
Properties
content complex
mixed true
Used by
Model
Children BIBCITS, DATE, DATERANGE, DATESTRUCT, FOREIGN, KEYWORDCLASS, NAME, ORGNAME, PADVERTISING, PANTHOLOGIZATION, PARCHIVALLOCATION, PATTITUDES, PAUTHORSHIP, PCIRCULATION, PCOPYRIGHT, PDEDICATION, PEARNINGS, PEDITIONS, PFIRSTLITERARYACTIVITY, PINFLUENCESHER, PLACE, PLASTLITERARYACTIVITY, PLITERARYSCHOOLS, PMANUSCRIPTHISTORY, PMATERIALCONDITIONS, PMODEOFPUBLICATION, PMOTIVES, PNONSURVIVAL, PPERFORMANCE, PPERIODICALPUBLICATION, PPLACEOFPUBLICATION, PPRICE, PRARITIESFEATURESDECORATIONS, PRELATIONSWITHPUBLISHER, PSERIALIZATION, PSUBMISSIONSREJECTIONS, QUOTE, RBESTKNOWNWORK, RDESTRUCTIONOFWORK, RESEARCHNOTE, RPENALTIES, RRESPONSES, RSELFDESCRIPTION, RSHEINFLUENCED, SCHOLARNOTE, SOCALLED, TCHARACTERIZATION, TCHARACTERNAME, TCHARACTERTYPEROLE, TGENRE, TGENREISSUE, TINTERTEXTUALITY, TITLE, TPLOT, TSETTINGDATE, TSETTINGPLACE, TTECHNIQUES, TTHEMETOPIC, TTONESTYLE, TVOICENARRATION
Instance
<PMANUSCRIPTHISTORY>
  <BIBCITS ID="">{1,1}</BIBCITS>
  <DATE CALENDAR="NEWSTYLE" CERTAINTY="CERT" ID="" VALUE="">{1,1}</DATE>
  <DATERANGE CALENDAR="NEWSTYLE" CERTAINTY="CERT" EXACT="" FROM="" ID="" TO="">{1,1}</DATERANGE>
  <DATESTRUCT CALENDAR="NEWSTYLE" CERTAINTY="CERT" VALUE="">{1,1}</DATESTRUCT>
  <FOREIGN LANG="" REG="">{1,1}</FOREIGN>
  <KEYWORDCLASS KEYWORDTYPE="">{1,1}</KEYWORDCLASS>
  <NAME REF="" STANDARD="">{1,1}</NAME>
  <ORGNAME ORGTYPE="" REF="" REG="" STANDARD="">{1,1}</ORGNAME>
  <PADVERTISING>{1,1}</PADVERTISING>
  <PANTHOLOGIZATION>{1,1}</PANTHOLOGIZATION>
  <PARCHIVALLOCATION>{1,1}</PARCHIVALLOCATION>
  <PATTITUDES>{1,1}</PATTITUDES>
  <PAUTHORSHIP AUTHORNAMETYPE="" AUTHORSHIPCONTROVERSY="" COLLABORATION="" CONTROVERSYDATE="">{1,1}</PAUTHORSHIP>
  <PCIRCULATION>{1,1}</PCIRCULATION>
  <PCOPYRIGHT>{1,1}</PCOPYRIGHT>
  <PDEDICATION>{1,1}</PDEDICATION>
  <PEARNINGS>{1,1}</PEARNINGS>
  <PEDITIONS>{1,1}</PEDITIONS>
  <PFIRSTLITERARYACTIVITY>{1,1}</PFIRSTLITERARYACTIVITY>
  <PINFLUENCESHER INFLUENCETYPE="">{1,1}</PINFLUENCESHER>
  <PLACE REF="">{1,1}</PLACE>
  <PLASTLITERARYACTIVITY>{1,1}</PLASTLITERARYACTIVITY>
  <PLITERARYSCHOOLS INVOLVEMENT="INVOLVEMENTYES" REG="">{1,1}</PLITERARYSCHOOLS>
  <PMANUSCRIPTHISTORY>{1,1}</PMANUSCRIPTHISTORY>
  <PMATERIALCONDITIONS DISPLACEMENT="">{1,1}</PMATERIALCONDITIONS>
  <PMODEOFPUBLICATION PUBLICATIONMODE="">{1,1}</PMODEOFPUBLICATION>
  <PMOTIVES ID="" MOTIVETYPE="">{1,1}</PMOTIVES>
  <PNONSURVIVAL TYPEOFNONSURVIVAL="">{1,1}</PNONSURVIVAL>
  <PPERFORMANCE>{1,1}</PPERFORMANCE>
  <PPERIODICALPUBLICATION>{1,1}</PPERIODICALPUBLICATION>
  <PPLACEOFPUBLICATION>{1,1}</PPLACEOFPUBLICATION>
  <PPRICE>{1,1}</PPRICE>
  <PRARITIESFEATURESDECORATIONS>{1,1}</PRARITIESFEATURESDECORATIONS>
  <PRELATIONSWITHPUBLISHER RELATIONSHIPTYPE="">{1,1}</PRELATIONSWITHPUBLISHER>
  <PSERIALIZATION FORMOFSERIALIZATION="">{1,1}</PSERIALIZATION>
  <PSUBMISSIONSREJECTIONS>{1,1}</PSUBMISSIONSREJECTIONS>
  <QUOTE DIRECT="Y" ID="">{1,1}</QUOTE>
  <RBESTKNOWNWORK>{1,1}</RBESTKNOWNWORK>
  <RDESTRUCTIONOFWORK DESTROYEDBY="">{1,1}</RDESTRUCTIONOFWORK>
  <RESEARCHNOTE>{1,1}</RESEARCHNOTE>
  <RPENALTIES CENSORSHIP="">{1,1}</RPENALTIES>
  <RRESPONSES FORMALITY="" GENDEREDRESPONSE="" RESPONSETYPE="">{1,1}</RRESPONSES>
  <RSELFDESCRIPTION>{1,1}</RSELFDESCRIPTION>
  <RSHEINFLUENCED>{1,1}</RSHEINFLUENCED>
  <SCHOLARNOTE>{1,1}</SCHOLARNOTE>
  <SOCALLED>{1,1}</SOCALLED>
  <TCHARACTERIZATION>{1,1}</TCHARACTERIZATION>
  <TCHARACTERNAME REG="">{1,1}</TCHARACTERNAME>
  <TCHARACTERTYPEROLE PROTAGONIST="">{1,1}</TCHARACTERTYPEROLE>
  <TGENRE GENRENAME="" PROPOSEDALTERNATIVENAME="">{1,1}</TGENRE>
  <TGENREISSUE>{1,1}</TGENREISSUE>
  <TINTERTEXTUALITY GENDEROFAUTHOR="" INTERTEXTTYPE="">{1,1}</TINTERTEXTUALITY>
  <TITLE REF="" REG="" REND="" STANDARD="" TITLETYPE="">{1,1}</TITLE>
  <TPLOT>{1,1}</TPLOT>
  <TSETTINGDATE SETTINGDATETYPE="">{1,1}</TSETTINGDATE>
  <TSETTINGPLACE SETTINGCLASS="" SETTINGPLACETYPE="">{1,1}</TSETTINGPLACE>
  <TTECHNIQUES TECHNIQUETYPE="">{1,1}</TTECHNIQUES>
  <TTHEMETOPIC ID="">{1,1}</TTHEMETOPIC>
  <TTONESTYLE>{1,1}</TTONESTYLE>
  <TVOICENARRATION>{1,1}</TVOICENARRATION>
</PMANUSCRIPTHISTORY>
Source
<xs:element name="PMANUSCRIPTHISTORY">
  <xs:annotation>
    <xs:documentation>This element, found in the Production component, details the pre-publication history of a text: how and if it circulated before and after its publication. Note that this element refers to the circulation of the manuscript and not the published text.</xs:documentation>
  </xs:annotation>
  <xs:complexType mixed="true">
    <xs:choice minOccurs="0" maxOccurs="unbounded">
      <xs:element ref="BIBCITS"/>
      <xs:element ref="DATE"/>
      <xs:element ref="DATERANGE"/>
      <xs:element ref="DATESTRUCT"/>
      <xs:element ref="FOREIGN"/>
      <xs:element ref="KEYWORDCLASS"/>
      <xs:element ref="NAME"/>
      <xs:element ref="ORGNAME"/>
      <xs:element ref="PADVERTISING"/>
      <xs:element ref="PANTHOLOGIZATION"/>
      <xs:element ref="PARCHIVALLOCATION"/>
      <xs:element ref="PATTITUDES"/>
      <xs:element ref="PAUTHORSHIP"/>
      <xs:element ref="PCIRCULATION"/>
      <xs:element ref="PCOPYRIGHT"/>
      <xs:element ref="PDEDICATION"/>
      <xs:element ref="PEARNINGS"/>
      <xs:element ref="PEDITIONS"/>
      <xs:element ref="PFIRSTLITERARYACTIVITY"/>
      <xs:element ref="PINFLUENCESHER"/>
      <xs:element ref="PLACE"/>
      <xs:element ref="PLASTLITERARYACTIVITY"/>
      <xs:element ref="PLITERARYSCHOOLS"/>
      <xs:element ref="PMANUSCRIPTHISTORY"/>
      <xs:element ref="PMATERIALCONDITIONS"/>
      <xs:element ref="PMODEOFPUBLICATION"/>
      <xs:element ref="PMOTIVES"/>
      <xs:element ref="PNONSURVIVAL"/>
      <xs:element ref="PPERFORMANCE"/>
      <xs:element ref="PPERIODICALPUBLICATION"/>
      <xs:element ref="PPLACEOFPUBLICATION"/>
      <xs:element ref="PPRICE"/>
      <xs:element ref="PRARITIESFEATURESDECORATIONS"/>
      <xs:element ref="PRELATIONSWITHPUBLISHER"/>
      <xs:element ref="PSERIALIZATION"/>
      <xs:element ref="PSUBMISSIONSREJECTIONS"/>
      <xs:element ref="QUOTE"/>
      <xs:element ref="RBESTKNOWNWORK"/>
      <xs:element ref="RDESTRUCTIONOFWORK"/>
      <xs:element ref="RESEARCHNOTE"/>
      <xs:element ref="RPENALTIES"/>
      <xs:element ref="RRESPONSES"/>
      <xs:element ref="RSELFDESCRIPTION"/>
      <xs:element ref="RSHEINFLUENCED"/>
      <xs:element ref="SCHOLARNOTE"/>
      <xs:element ref="SOCALLED"/>
      <xs:element ref="TCHARACTERIZATION"/>
      <xs:element ref="TCHARACTERNAME"/>
      <xs:element ref="TCHARACTERTYPEROLE"/>
      <xs:element ref="TGENRE"/>
      <xs:element ref="TGENREISSUE"/>
      <xs:element ref="TINTERTEXTUALITY"/>
      <xs:element ref="TITLE"/>
      <xs:element ref="TPLOT"/>
      <xs:element ref="TSETTINGDATE"/>
      <xs:element ref="TSETTINGPLACE"/>
      <xs:element ref="TTECHNIQUES"/>
      <xs:element ref="TTHEMETOPIC"/>
      <xs:element ref="TTONESTYLE"/>
      <xs:element ref="TVOICENARRATION"/>
    </xs:choice>
  </xs:complexType>
</xs:element>
[ top ]
Element PMATERIALCONDITIONS
Namespace No namespace
Annotations
This element in the Production component describes the physical and
economic circumstances that governed a woman's writing. This category is meant to answer questions like: did she have a room of her own? Was it
the laundry room or a posh cabin on the French Riviera? Was she losing her eyesight while writing a particular work? Did she hide the manuscript
while writing?
Diagram
Diagram index.tmp#PMATERIALCONDITIONS_DISPLACEMENT index.tmp#BIBCITS index.tmp#DATE index.tmp#DATERANGE index.tmp#DATESTRUCT index.tmp#EMPH index.tmp#FOREIGN index.tmp#KEYWORDCLASS index.tmp#NAME index.tmp#ORGNAME index.tmp#PADVERTISING index.tmp#PARCHIVALLOCATION index.tmp#PATTITUDES index.tmp#PAUTHORSHIP index.tmp#PCIRCULATION index.tmp#PCONTRACT index.tmp#PCOPYRIGHT index.tmp#PDEDICATION index.tmp#PEARNINGS index.tmp#PEDITIONS index.tmp#PFIRSTLITERARYACTIVITY index.tmp#PINFLUENCESHER index.tmp#PLACE index.tmp#PLASTLITERARYACTIVITY index.tmp#PLITERARYSCHOOLS index.tmp#PMANUSCRIPTHISTORY index.tmp#PMATERIALCONDITIONS index.tmp#PMODEOFPUBLICATION index.tmp#PMOTIVES index.tmp#PNONSURVIVAL index.tmp#PPERFORMANCE index.tmp#PPERIODICALPUBLICATION index.tmp#PPLACEOFPUBLICATION index.tmp#PPRESSRUN index.tmp#PRARITIESFEATURESDECORATIONS index.tmp#PRELATIONSWITHPUBLISHER index.tmp#PSERIALIZATION index.tmp#PSUBMISSIONSREJECTIONS index.tmp#QUOTE index.tmp#RBESTKNOWNWORK index.tmp#RDESTRUCTIONOFWORK index.tmp#RESEARCHNOTE index.tmp#RLANDMARKTEXT index.tmp#RPENALTIES index.tmp#RRECOGNITIONNAME index.tmp#RRECOGNITIONS index.tmp#RRESPONSES index.tmp#RS index.tmp#RSELFDESCRIPTION index.tmp#RSHEINFLUENCED index.tmp#SCHOLARNOTE index.tmp#SIC index.tmp#SOCALLED index.tmp#TCHARACTERIZATION index.tmp#TCHARACTERNAME index.tmp#TCHARACTERTYPEROLE index.tmp#TGENRE index.tmp#TGENREISSUE index.tmp#TINTERTEXTUALITY index.tmp#TITLE index.tmp#TMOTIF index.tmp#TOPIC index.tmp#TPLOT index.tmp#TSETTINGDATE index.tmp#TSETTINGPLACE index.tmp#TTECHNIQUES index.tmp#TTHEMETOPIC index.tmp#TTONESTYLE index.tmp#TVOICENARRATION
Properties
content complex
mixed true
Used by
Model
Children BIBCITS, DATE, DATERANGE, DATESTRUCT, EMPH, FOREIGN, KEYWORDCLASS, NAME, ORGNAME, PADVERTISING, PARCHIVALLOCATION, PATTITUDES, PAUTHORSHIP, PCIRCULATION, PCONTRACT, PCOPYRIGHT, PDEDICATION, PEARNINGS, PEDITIONS, PFIRSTLITERARYACTIVITY, PINFLUENCESHER, PLACE, PLASTLITERARYACTIVITY, PLITERARYSCHOOLS, PMANUSCRIPTHISTORY, PMATERIALCONDITIONS, PMODEOFPUBLICATION, PMOTIVES, PNONSURVIVAL, PPERFORMANCE, PPERIODICALPUBLICATION, PPLACEOFPUBLICATION, PPRESSRUN, PRARITIESFEATURESDECORATIONS, PRELATIONSWITHPUBLISHER, PSERIALIZATION, PSUBMISSIONSREJECTIONS, QUOTE, RBESTKNOWNWORK, RDESTRUCTIONOFWORK, RESEARCHNOTE, RLANDMARKTEXT, RPENALTIES, RRECOGNITIONNAME, RRECOGNITIONS, RRESPONSES, RS, RSELFDESCRIPTION, RSHEINFLUENCED, SCHOLARNOTE, SIC, SOCALLED, TCHARACTERIZATION, TCHARACTERNAME, TCHARACTERTYPEROLE, TGENRE, TGENREISSUE, TINTERTEXTUALITY, TITLE, TMOTIF, TOPIC, TPLOT, TSETTINGDATE, TSETTINGPLACE, TTECHNIQUES, TTHEMETOPIC, TTONESTYLE, TVOICENARRATION
Instance
<PMATERIALCONDITIONS DISPLACEMENT="">
  <BIBCITS ID="">{1,1}</BIBCITS>
  <DATE CALENDAR="NEWSTYLE" CERTAINTY="CERT" ID="" VALUE="">{1,1}</DATE>
  <DATERANGE CALENDAR="NEWSTYLE" CERTAINTY="CERT" EXACT="" FROM="" ID="" TO="">{1,1}</DATERANGE>
  <DATESTRUCT CALENDAR="NEWSTYLE" CERTAINTY="CERT" VALUE="">{1,1}</DATESTRUCT>
  <EMPH>{1,1}</EMPH>
  <FOREIGN LANG="" REG="">{1,1}</FOREIGN>
  <KEYWORDCLASS KEYWORDTYPE="">{1,1}</KEYWORDCLASS>
  <NAME REF="" STANDARD="">{1,1}</NAME>
  <ORGNAME ORGTYPE="" REF="" REG="" STANDARD="">{1,1}</ORGNAME>
  <PADVERTISING>{1,1}</PADVERTISING>
  <PARCHIVALLOCATION>{1,1}</PARCHIVALLOCATION>
  <PATTITUDES>{1,1}</PATTITUDES>
  <PAUTHORSHIP AUTHORNAMETYPE="" AUTHORSHIPCONTROVERSY="" COLLABORATION="" CONTROVERSYDATE="">{1,1}</PAUTHORSHIP>
  <PCIRCULATION>{1,1}</PCIRCULATION>
  <PCONTRACT ID="">{1,1}</PCONTRACT>
  <PCOPYRIGHT>{1,1}</PCOPYRIGHT>
  <PDEDICATION>{1,1}</PDEDICATION>
  <PEARNINGS>{1,1}</PEARNINGS>
  <PEDITIONS>{1,1}</PEDITIONS>
  <PFIRSTLITERARYACTIVITY>{1,1}</PFIRSTLITERARYACTIVITY>
  <PINFLUENCESHER INFLUENCETYPE="">{1,1}</PINFLUENCESHER>
  <PLACE REF="">{1,1}</PLACE>
  <PLASTLITERARYACTIVITY>{1,1}</PLASTLITERARYACTIVITY>
  <PLITERARYSCHOOLS INVOLVEMENT="INVOLVEMENTYES" REG="">{1,1}</PLITERARYSCHOOLS>
  <PMANUSCRIPTHISTORY>{1,1}</PMANUSCRIPTHISTORY>
  <PMATERIALCONDITIONS DISPLACEMENT="">{1,1}</PMATERIALCONDITIONS>
  <PMODEOFPUBLICATION PUBLICATIONMODE="">{1,1}</PMODEOFPUBLICATION>
  <PMOTIVES ID="" MOTIVETYPE="">{1,1}</PMOTIVES>
  <PNONSURVIVAL TYPEOFNONSURVIVAL="">{1,1}</PNONSURVIVAL>
  <PPERFORMANCE>{1,1}</PPERFORMANCE>
  <PPERIODICALPUBLICATION>{1,1}</PPERIODICALPUBLICATION>
  <PPLACEOFPUBLICATION>{1,1}</PPLACEOFPUBLICATION>
  <PPRESSRUN>{1,1}</PPRESSRUN>
  <PRARITIESFEATURESDECORATIONS>{1,1}</PRARITIESFEATURESDECORATIONS>
  <PRELATIONSWITHPUBLISHER RELATIONSHIPTYPE="">{1,1}</PRELATIONSWITHPUBLISHER>
  <PSERIALIZATION FORMOFSERIALIZATION="">{1,1}</PSERIALIZATION>
  <PSUBMISSIONSREJECTIONS>{1,1}</PSUBMISSIONSREJECTIONS>
  <QUOTE DIRECT="Y" ID="">{1,1}</QUOTE>
  <RBESTKNOWNWORK>{1,1}</RBESTKNOWNWORK>
  <RDESTRUCTIONOFWORK DESTROYEDBY="">{1,1}</RDESTRUCTIONOFWORK>
  <RESEARCHNOTE>{1,1}</RESEARCHNOTE>
  <RLANDMARKTEXT>{1,1}</RLANDMARKTEXT>
  <RPENALTIES CENSORSHIP="">{1,1}</RPENALTIES>
  <RRECOGNITIONNAME REG="">{1,1}</RRECOGNITIONNAME>
  <RRECOGNITIONS>{1,1}</RRECOGNITIONS>
  <RRESPONSES FORMALITY="" GENDEREDRESPONSE="" RESPONSETYPE="">{1,1}</RRESPONSES>
  <RS REG="" TYPE="">{1,1}</RS>
  <RSELFDESCRIPTION>{1,1}</RSELFDESCRIPTION>
  <RSHEINFLUENCED>{1,1}</RSHEINFLUENCED>
  <SCHOLARNOTE>{1,1}</SCHOLARNOTE>
  <SIC CORR="">{1,1}</SIC>
  <SOCALLED>{1,1}</SOCALLED>
  <TCHARACTERIZATION>{1,1}</TCHARACTERIZATION>
  <TCHARACTERNAME REG="">{1,1}</TCHARACTERNAME>
  <TCHARACTERTYPEROLE PROTAGONIST="">{1,1}</TCHARACTERTYPEROLE>
  <TGENRE GENRENAME="" PROPOSEDALTERNATIVENAME="">{1,1}</TGENRE>
  <TGENREISSUE>{1,1}</TGENREISSUE>
  <TINTERTEXTUALITY GENDEROFAUTHOR="" INTERTEXTTYPE="">{1,1}</TINTERTEXTUALITY>
  <TITLE REF="" REG="" REND="" STANDARD="" TITLETYPE="">{1,1}</TITLE>
  <TMOTIF MOTIFNAME="">{1,1}</TMOTIF>
  <TOPIC STANDARD="">{1,1}</TOPIC>
  <TPLOT>{1,1}</TPLOT>
  <TSETTINGDATE SETTINGDATETYPE="">{1,1}</TSETTINGDATE>
  <TSETTINGPLACE SETTINGCLASS="" SETTINGPLACETYPE="">{1,1}</TSETTINGPLACE>
  <TTECHNIQUES TECHNIQUETYPE="">{1,1}</TTECHNIQUES>
  <TTHEMETOPIC ID="">{1,1}</TTHEMETOPIC>
  <TTONESTYLE>{1,1}</TTONESTYLE>
  <TVOICENARRATION>{1,1}</TVOICENARRATION>
</PMATERIALCONDITIONS>
Attributes
QName Type Use Annotation
DISPLACEMENT restriction of xs:token optional
This optional attribute attached to materialconditions applies to
information about women who wrote from a displaced position (geographical or physical in some sense).
Source
<xs:element name="PMATERIALCONDITIONS">
  <xs:annotation>
    <xs:documentation>This element in the Production component describes the physical and economic circumstances that governed a woman's writing. This category is meant to answer questions like: did she have a room of her own? Was it the laundry room or a posh cabin on the French Riviera? Was she losing her eyesight while writing a particular work? Did she hide the manuscript while writing?</xs:documentation>
  </xs:annotation>
  <xs:complexType mixed="true">
    <xs:choice minOccurs="0" maxOccurs="unbounded">
      <xs:element ref="BIBCITS"/>
      <xs:element ref="DATE"/>
      <xs:element ref="DATERANGE"/>
      <xs:element ref="DATESTRUCT"/>
      <xs:element ref="EMPH"/>
      <xs:element ref="FOREIGN"/>
      <xs:element ref="KEYWORDCLASS"/>
      <xs:element ref="NAME"/>
      <xs:element ref="ORGNAME"/>
      <xs:element ref="PADVERTISING"/>
      <xs:element ref="PARCHIVALLOCATION"/>
      <xs:element ref="PATTITUDES"/>
      <xs:element ref="PAUTHORSHIP"/>
      <xs:element ref="PCIRCULATION"/>
      <xs:element ref="PCONTRACT"/>
      <xs:element ref="PCOPYRIGHT"/>
      <xs:element ref="PDEDICATION"/>
      <xs:element ref="PEARNINGS"/>
      <xs:element ref="PEDITIONS"/>
      <xs:element ref="PFIRSTLITERARYACTIVITY"/>
      <xs:element ref="PINFLUENCESHER"/>
      <xs:element ref="PLACE"/>
      <xs:element ref="PLASTLITERARYACTIVITY"/>
      <xs:element ref="PLITERARYSCHOOLS"/>
      <xs:element ref="PMANUSCRIPTHISTORY"/>
      <xs:element ref="PMATERIALCONDITIONS"/>
      <xs:element ref="PMODEOFPUBLICATION"/>
      <xs:element ref="PMOTIVES"/>
      <xs:element ref="PNONSURVIVAL"/>
      <xs:element ref="PPERFORMANCE"/>
      <xs:element ref="PPERIODICALPUBLICATION"/>
      <xs:element ref="PPLACEOFPUBLICATION"/>
      <xs:element ref="PPRESSRUN"/>
      <xs:element ref="PRARITIESFEATURESDECORATIONS"/>
      <xs:element ref="PRELATIONSWITHPUBLISHER"/>
      <xs:element ref="PSERIALIZATION"/>
      <xs:element ref="PSUBMISSIONSREJECTIONS"/>
      <xs:element ref="QUOTE"/>
      <xs:element ref="RBESTKNOWNWORK"/>
      <xs:element ref="RDESTRUCTIONOFWORK"/>
      <xs:element ref="RESEARCHNOTE"/>
      <xs:element ref="RLANDMARKTEXT"/>
      <xs:element ref="RPENALTIES"/>
      <xs:element ref="RRECOGNITIONNAME"/>
      <xs:element ref="RRECOGNITIONS"/>
      <xs:element ref="RRESPONSES"/>
      <xs:element ref="RS"/>
      <xs:element ref="RSELFDESCRIPTION"/>
      <xs:element ref="RSHEINFLUENCED"/>
      <xs:element ref="SCHOLARNOTE"/>
      <xs:element ref="SIC"/>
      <xs:element ref="SOCALLED"/>
      <xs:element ref="TCHARACTERIZATION"/>
      <xs:element ref="TCHARACTERNAME"/>
      <xs:element ref="TCHARACTERTYPEROLE"/>
      <xs:element ref="TGENRE"/>
      <xs:element ref="TGENREISSUE"/>
      <xs:element ref="TINTERTEXTUALITY"/>
      <xs:element ref="TITLE"/>
      <xs:element ref="TMOTIF"/>
      <xs:element ref="TOPIC"/>
      <xs:element ref="TPLOT"/>
      <xs:element ref="TSETTINGDATE"/>
      <xs:element ref="TSETTINGPLACE"/>
      <xs:element ref="TTECHNIQUES"/>
      <xs:element ref="TTHEMETOPIC"/>
      <xs:element ref="TTONESTYLE"/>
      <xs:element ref="TVOICENARRATION"/>
    </xs:choice>
    <xs:attribute name="DISPLACEMENT">
      <xs:annotation>
        <xs:documentation>This optional attribute attached to materialconditions applies to information about women who wrote from a displaced position (geographical or physical in some sense).</xs:documentation>
      </xs:annotation>
      <xs:simpleType>
        <xs:restriction base="xs:token">
          <xs:enumeration value="DISPLACEMENTYES"/>
        </xs:restriction>
      </xs:simpleType>
    </xs:attribute>
  </xs:complexType>
</xs:element>
[ top ]
Element PMODEOFPUBLICATION
Namespace No namespace
Annotations
This element deals with the specific ways in which a book is brought
to print; it does not address issues of circulation. It should capture issues around the publisher (or details about the printer where pertinent and
different from the publisher).
Diagram
Diagram index.tmp#PMODEOFPUBLICATION_PUBLICATIONMODE index.tmp#BIBCITS index.tmp#DATE index.tmp#DATERANGE index.tmp#NAME index.tmp#ORGNAME index.tmp#PADVERTISING index.tmp#PANTHOLOGIZATION index.tmp#PARCHIVALLOCATION index.tmp#PATTITUDES index.tmp#PAUTHORSHIP index.tmp#PCIRCULATION index.tmp#PCONTRACT index.tmp#PCOPYRIGHT index.tmp#PDEDICATION index.tmp#PEARNINGS index.tmp#PEDITIONS index.tmp#PFIRSTLITERARYACTIVITY index.tmp#PINFLUENCESHER index.tmp#PLACE index.tmp#PLASTLITERARYACTIVITY index.tmp#PMANUSCRIPTHISTORY index.tmp#PMATERIALCONDITIONS index.tmp#PMODEOFPUBLICATION index.tmp#PMOTIVES index.tmp#PNONSURVIVAL index.tmp#PPERIODICALPUBLICATION index.tmp#PPLACEOFPUBLICATION index.tmp#PPRESSRUN index.tmp#PPRICE index.tmp#PRARITIESFEATURESDECORATIONS index.tmp#PRELATIONSWITHPUBLISHER index.tmp#PSERIALIZATION index.tmp#PSUBMISSIONSREJECTIONS index.tmp#PTYPEOFPRESS index.tmp#QUOTE index.tmp#RBESTKNOWNWORK index.tmp#RDESTRUCTIONOFWORK index.tmp#RESEARCHNOTE index.tmp#RLANDMARKTEXT index.tmp#RPENALTIES index.tmp#RRECOGNITIONS index.tmp#RRESPONSES index.tmp#RSELFDESCRIPTION index.tmp#SCHOLARNOTE index.tmp#SOCALLED index.tmp#TCHARACTERIZATION index.tmp#TCHARACTERNAME index.tmp#TGENRE index.tmp#TGENREISSUE index.tmp#TINTERTEXTUALITY index.tmp#TITLE index.tmp#TMOTIF index.tmp#TOPIC index.tmp#TSETTINGPLACE index.tmp#TTECHNIQUES index.tmp#TTHEMETOPIC
Properties
content complex
mixed true
Used by
Model
Children BIBCITS, DATE, DATERANGE, NAME, ORGNAME, PADVERTISING, PANTHOLOGIZATION, PARCHIVALLOCATION, PATTITUDES, PAUTHORSHIP, PCIRCULATION, PCONTRACT, PCOPYRIGHT, PDEDICATION, PEARNINGS, PEDITIONS, PFIRSTLITERARYACTIVITY, PINFLUENCESHER, PLACE, PLASTLITERARYACTIVITY, PMANUSCRIPTHISTORY, PMATERIALCONDITIONS, PMODEOFPUBLICATION, PMOTIVES, PNONSURVIVAL, PPERIODICALPUBLICATION, PPLACEOFPUBLICATION, PPRESSRUN, PPRICE, PRARITIESFEATURESDECORATIONS, PRELATIONSWITHPUBLISHER, PSERIALIZATION, PSUBMISSIONSREJECTIONS, PTYPEOFPRESS, QUOTE, RBESTKNOWNWORK, RDESTRUCTIONOFWORK, RESEARCHNOTE, RLANDMARKTEXT, RPENALTIES, RRECOGNITIONS, RRESPONSES, RSELFDESCRIPTION, SCHOLARNOTE, SOCALLED, TCHARACTERIZATION, TCHARACTERNAME, TGENRE, TGENREISSUE, TINTERTEXTUALITY, TITLE, TMOTIF, TOPIC, TSETTINGPLACE, TTECHNIQUES, TTHEMETOPIC
Instance
<PMODEOFPUBLICATION PUBLICATIONMODE="">
  <BIBCITS ID="">{1,1}</BIBCITS>
  <DATE CALENDAR="NEWSTYLE" CERTAINTY="CERT" ID="" VALUE="">{1,1}</DATE>
  <DATERANGE CALENDAR="NEWSTYLE" CERTAINTY="CERT" EXACT="" FROM="" ID="" TO="">{1,1}</DATERANGE>
  <NAME REF="" STANDARD="">{1,1}</NAME>
  <ORGNAME ORGTYPE="" REF="" REG="" STANDARD="">{1,1}</ORGNAME>
  <PADVERTISING>{1,1}</PADVERTISING>
  <PANTHOLOGIZATION>{1,1}</PANTHOLOGIZATION>
  <PARCHIVALLOCATION>{1,1}</PARCHIVALLOCATION>
  <PATTITUDES>{1,1}</PATTITUDES>
  <PAUTHORSHIP AUTHORNAMETYPE="" AUTHORSHIPCONTROVERSY="" COLLABORATION="" CONTROVERSYDATE="">{1,1}</PAUTHORSHIP>
  <PCIRCULATION>{1,1}</PCIRCULATION>
  <PCONTRACT ID="">{1,1}</PCONTRACT>
  <PCOPYRIGHT>{1,1}</PCOPYRIGHT>
  <PDEDICATION>{1,1}</PDEDICATION>
  <PEARNINGS>{1,1}</PEARNINGS>
  <PEDITIONS>{1,1}</PEDITIONS>
  <PFIRSTLITERARYACTIVITY>{1,1}</PFIRSTLITERARYACTIVITY>
  <PINFLUENCESHER INFLUENCETYPE="">{1,1}</PINFLUENCESHER>
  <PLACE REF="">{1,1}</PLACE>
  <PLASTLITERARYACTIVITY>{1,1}</PLASTLITERARYACTIVITY>
  <PMANUSCRIPTHISTORY>{1,1}</PMANUSCRIPTHISTORY>
  <PMATERIALCONDITIONS DISPLACEMENT="">{1,1}</PMATERIALCONDITIONS>
  <PMODEOFPUBLICATION PUBLICATIONMODE="">{1,1}</PMODEOFPUBLICATION>
  <PMOTIVES ID="" MOTIVETYPE="">{1,1}</PMOTIVES>
  <PNONSURVIVAL TYPEOFNONSURVIVAL="">{1,1}</PNONSURVIVAL>
  <PPERIODICALPUBLICATION>{1,1}</PPERIODICALPUBLICATION>
  <PPLACEOFPUBLICATION>{1,1}</PPLACEOFPUBLICATION>
  <PPRESSRUN>{1,1}</PPRESSRUN>
  <PPRICE>{1,1}</PPRICE>
  <PRARITIESFEATURESDECORATIONS>{1,1}</PRARITIESFEATURESDECORATIONS>
  <PRELATIONSWITHPUBLISHER RELATIONSHIPTYPE="">{1,1}</PRELATIONSWITHPUBLISHER>
  <PSERIALIZATION FORMOFSERIALIZATION="">{1,1}</PSERIALIZATION>
  <PSUBMISSIONSREJECTIONS>{1,1}</PSUBMISSIONSREJECTIONS>
  <PTYPEOFPRESS>{1,1}</PTYPEOFPRESS>
  <QUOTE DIRECT="Y" ID="">{1,1}</QUOTE>
  <RBESTKNOWNWORK>{1,1}</RBESTKNOWNWORK>
  <RDESTRUCTIONOFWORK DESTROYEDBY="">{1,1}</RDESTRUCTIONOFWORK>
  <RESEARCHNOTE>{1,1}</RESEARCHNOTE>
  <RLANDMARKTEXT>{1,1}</RLANDMARKTEXT>
  <RPENALTIES CENSORSHIP="">{1,1}</RPENALTIES>
  <RRECOGNITIONS>{1,1}</RRECOGNITIONS>
  <RRESPONSES FORMALITY="" GENDEREDRESPONSE="" RESPONSETYPE="">{1,1}</RRESPONSES>
  <RSELFDESCRIPTION>{1,1}</RSELFDESCRIPTION>
  <SCHOLARNOTE>{1,1}</SCHOLARNOTE>
  <SOCALLED>{1,1}</SOCALLED>
  <TCHARACTERIZATION>{1,1}</TCHARACTERIZATION>
  <TCHARACTERNAME REG="">{1,1}</TCHARACTERNAME>
  <TGENRE GENRENAME="" PROPOSEDALTERNATIVENAME="">{1,1}</TGENRE>
  <TGENREISSUE>{1,1}</TGENREISSUE>
  <TINTERTEXTUALITY GENDEROFAUTHOR="" INTERTEXTTYPE="">{1,1}</TINTERTEXTUALITY>
  <TITLE REF="" REG="" REND="" STANDARD="" TITLETYPE="">{1,1}</TITLE>
  <TMOTIF MOTIFNAME="">{1,1}</TMOTIF>
  <TOPIC STANDARD="">{1,1}</TOPIC>
  <TSETTINGPLACE SETTINGCLASS="" SETTINGPLACETYPE="">{1,1}</TSETTINGPLACE>
  <TTECHNIQUES TECHNIQUETYPE="">{1,1}</TTECHNIQUES>
  <TTHEMETOPIC ID="">{1,1}</TTHEMETOPIC>
</PMODEOFPUBLICATION>
Attributes
QName Type Use Annotation
PUBLICATIONMODE restriction of xs:token optional
This optional attribute allows you to identify how a text was
published.
Source
<xs:element name="PMODEOFPUBLICATION">
  <xs:annotation>
    <xs:documentation>This element deals with the specific ways in which a book is brought to print; it does not address issues of circulation. It should capture issues around the publisher (or details about the printer where pertinent and different from the publisher).</xs:documentation>
  </xs:annotation>
  <xs:complexType mixed="true">
    <xs:choice minOccurs="0" maxOccurs="unbounded">
      <xs:element ref="BIBCITS"/>
      <xs:element ref="DATE"/>
      <xs:element ref="DATERANGE"/>
      <xs:element ref="NAME"/>
      <xs:element ref="ORGNAME"/>
      <xs:element ref="PADVERTISING"/>
      <xs:element ref="PANTHOLOGIZATION"/>
      <xs:element ref="PARCHIVALLOCATION"/>
      <xs:element ref="PATTITUDES"/>
      <xs:element ref="PAUTHORSHIP"/>
      <xs:element ref="PCIRCULATION"/>
      <xs:element ref="PCONTRACT"/>
      <xs:element ref="PCOPYRIGHT"/>
      <xs:element ref="PDEDICATION"/>
      <xs:element ref="PEARNINGS"/>
      <xs:element ref="PEDITIONS"/>
      <xs:element ref="PFIRSTLITERARYACTIVITY"/>
      <xs:element ref="PINFLUENCESHER"/>
      <xs:element ref="PLACE"/>
      <xs:element ref="PLASTLITERARYACTIVITY"/>
      <xs:element ref="PMANUSCRIPTHISTORY"/>
      <xs:element ref="PMATERIALCONDITIONS"/>
      <xs:element ref="PMODEOFPUBLICATION"/>
      <xs:element ref="PMOTIVES"/>
      <xs:element ref="PNONSURVIVAL"/>
      <xs:element ref="PPERIODICALPUBLICATION"/>
      <xs:element ref="PPLACEOFPUBLICATION"/>
      <xs:element ref="PPRESSRUN"/>
      <xs:element ref="PPRICE"/>
      <xs:element ref="PRARITIESFEATURESDECORATIONS"/>
      <xs:element ref="PRELATIONSWITHPUBLISHER"/>
      <xs:element ref="PSERIALIZATION"/>
      <xs:element ref="PSUBMISSIONSREJECTIONS"/>
      <xs:element ref="PTYPEOFPRESS"/>
      <xs:element ref="QUOTE"/>
      <xs:element ref="RBESTKNOWNWORK"/>
      <xs:element ref="RDESTRUCTIONOFWORK"/>
      <xs:element ref="RESEARCHNOTE"/>
      <xs:element ref="RLANDMARKTEXT"/>
      <xs:element ref="RPENALTIES"/>
      <xs:element ref="RRECOGNITIONS"/>
      <xs:element ref="RRESPONSES"/>
      <xs:element ref="RSELFDESCRIPTION"/>
      <xs:element ref="SCHOLARNOTE"/>
      <xs:element ref="SOCALLED"/>
      <xs:element ref="TCHARACTERIZATION"/>
      <xs:element ref="TCHARACTERNAME"/>
      <xs:element ref="TGENRE"/>
      <xs:element ref="TGENREISSUE"/>
      <xs:element ref="TINTERTEXTUALITY"/>
      <xs:element ref="TITLE"/>
      <xs:element ref="TMOTIF"/>
      <xs:element ref="TOPIC"/>
      <xs:element ref="TSETTINGPLACE"/>
      <xs:element ref="TTECHNIQUES"/>
      <xs:element ref="TTHEMETOPIC"/>
    </xs:choice>
    <xs:attribute name="PUBLICATIONMODE">
      <xs:annotation>
        <xs:documentation>This optional attribute allows you to identify how a text was published.</xs:documentation>
      </xs:annotation>
      <xs:simpleType>
        <xs:restriction base="xs:token">
          <xs:enumeration value="SELF-PUBLICATION"/>
          <xs:enumeration value="PRIVATELYPRINTED"/>
          <xs:enumeration value="LIMITEDEDITION"/>
          <xs:enumeration value="PIRATED"/>
          <xs:enumeration value="SUBSCRIPTION"/>
        </xs:restriction>
      </xs:simpleType>
    </xs:attribute>
  </xs:complexType>
</xs:element>
[ top ]
Element PMOTIVES
Namespace No namespace
Annotations
Motives describes a woman writer's purposes and reasons for writing
which may be ascribed or self-identified, and may refer to textual motives or personal motives. See attitudes for comparison.
Diagram
Diagram index.tmp#PMOTIVES_ID index.tmp#PMOTIVES_MOTIVETYPE index.tmp#BIBCITS index.tmp#DATE index.tmp#DATERANGE index.tmp#EMPH index.tmp#FOREIGN index.tmp#KEYWORDCLASS index.tmp#NAME index.tmp#ORGNAME index.tmp#PANTHOLOGIZATION index.tmp#PARCHIVALLOCATION index.tmp#PATTITUDES index.tmp#PAUTHORSHIP index.tmp#PCIRCULATION index.tmp#PCOPYRIGHT index.tmp#PDEDICATION index.tmp#PEARNINGS index.tmp#PEDITIONS index.tmp#PFIRSTLITERARYACTIVITY index.tmp#PINFLUENCESHER index.tmp#PLACE index.tmp#PLASTLITERARYACTIVITY index.tmp#PLITERARYSCHOOLS index.tmp#PMANUSCRIPTHISTORY index.tmp#PMATERIALCONDITIONS index.tmp#PMODEOFPUBLICATION index.tmp#PMOTIVES index.tmp#PNONSURVIVAL index.tmp#PPERFORMANCE index.tmp#PPERIODICALPUBLICATION index.tmp#PPLACEOFPUBLICATION index.tmp#PPRESSRUN index.tmp#PPRICE index.tmp#PRARITIESFEATURESDECORATIONS index.tmp#PRELATIONSWITHPUBLISHER index.tmp#PSERIALIZATION index.tmp#PSUBMISSIONSREJECTIONS index.tmp#QUOTE index.tmp#RBESTKNOWNWORK index.tmp#RESEARCHNOTE index.tmp#RLANDMARKTEXT index.tmp#RPENALTIES index.tmp#RRECOGNITIONS index.tmp#RRESPONSES index.tmp#RS index.tmp#RSELFDESCRIPTION index.tmp#SCHOLARNOTE index.tmp#SOCALLED index.tmp#TCHARACTERIZATION index.tmp#TCHARACTERNAME index.tmp#TCHARACTERTYPEROLE index.tmp#TGENRE index.tmp#TGENREISSUE index.tmp#TINTERTEXTUALITY index.tmp#TITLE index.tmp#TMOTIF index.tmp#TOPIC index.tmp#TPLOT index.tmp#TSETTINGDATE index.tmp#TSETTINGPLACE index.tmp#TTECHNIQUES index.tmp#TTHEMETOPIC index.tmp#TTONESTYLE index.tmp#TVOICENARRATION
Properties
content complex
mixed true
Used by
Model
Children BIBCITS, DATE, DATERANGE, EMPH, FOREIGN, KEYWORDCLASS, NAME, ORGNAME, PANTHOLOGIZATION, PARCHIVALLOCATION, PATTITUDES, PAUTHORSHIP, PCIRCULATION, PCOPYRIGHT, PDEDICATION, PEARNINGS, PEDITIONS, PFIRSTLITERARYACTIVITY, PINFLUENCESHER, PLACE, PLASTLITERARYACTIVITY, PLITERARYSCHOOLS, PMANUSCRIPTHISTORY, PMATERIALCONDITIONS, PMODEOFPUBLICATION, PMOTIVES, PNONSURVIVAL, PPERFORMANCE, PPERIODICALPUBLICATION, PPLACEOFPUBLICATION, PPRESSRUN, PPRICE, PRARITIESFEATURESDECORATIONS, PRELATIONSWITHPUBLISHER, PSERIALIZATION, PSUBMISSIONSREJECTIONS, QUOTE, RBESTKNOWNWORK, RESEARCHNOTE, RLANDMARKTEXT, RPENALTIES, RRECOGNITIONS, RRESPONSES, RS, RSELFDESCRIPTION, SCHOLARNOTE, SOCALLED, TCHARACTERIZATION, TCHARACTERNAME, TCHARACTERTYPEROLE, TGENRE, TGENREISSUE, TINTERTEXTUALITY, TITLE, TMOTIF, TOPIC, TPLOT, TSETTINGDATE, TSETTINGPLACE, TTECHNIQUES, TTHEMETOPIC, TTONESTYLE, TVOICENARRATION
Instance
<PMOTIVES ID="" MOTIVETYPE="">
  <BIBCITS ID="">{1,1}</BIBCITS>
  <DATE CALENDAR="NEWSTYLE" CERTAINTY="CERT" ID="" VALUE="">{1,1}</DATE>
  <DATERANGE CALENDAR="NEWSTYLE" CERTAINTY="CERT" EXACT="" FROM="" ID="" TO="">{1,1}</DATERANGE>
  <EMPH>{1,1}</EMPH>
  <FOREIGN LANG="" REG="">{1,1}</FOREIGN>
  <KEYWORDCLASS KEYWORDTYPE="">{1,1}</KEYWORDCLASS>
  <NAME REF="" STANDARD="">{1,1}</NAME>
  <ORGNAME ORGTYPE="" REF="" REG="" STANDARD="">{1,1}</ORGNAME>
  <PANTHOLOGIZATION>{1,1}</PANTHOLOGIZATION>
  <PARCHIVALLOCATION>{1,1}</PARCHIVALLOCATION>
  <PATTITUDES>{1,1}</PATTITUDES>
  <PAUTHORSHIP AUTHORNAMETYPE="" AUTHORSHIPCONTROVERSY="" COLLABORATION="" CONTROVERSYDATE="">{1,1}</PAUTHORSHIP>
  <PCIRCULATION>{1,1}</PCIRCULATION>
  <PCOPYRIGHT>{1,1}</PCOPYRIGHT>
  <PDEDICATION>{1,1}</PDEDICATION>
  <PEARNINGS>{1,1}</PEARNINGS>
  <PEDITIONS>{1,1}</PEDITIONS>
  <PFIRSTLITERARYACTIVITY>{1,1}</PFIRSTLITERARYACTIVITY>
  <PINFLUENCESHER INFLUENCETYPE="">{1,1}</PINFLUENCESHER>
  <PLACE REF="">{1,1}</PLACE>
  <PLASTLITERARYACTIVITY>{1,1}</PLASTLITERARYACTIVITY>
  <PLITERARYSCHOOLS INVOLVEMENT="INVOLVEMENTYES" REG="">{1,1}</PLITERARYSCHOOLS>
  <PMANUSCRIPTHISTORY>{1,1}</PMANUSCRIPTHISTORY>
  <PMATERIALCONDITIONS DISPLACEMENT="">{1,1}</PMATERIALCONDITIONS>
  <PMODEOFPUBLICATION PUBLICATIONMODE="">{1,1}</PMODEOFPUBLICATION>
  <PMOTIVES ID="" MOTIVETYPE="">{1,1}</PMOTIVES>
  <PNONSURVIVAL TYPEOFNONSURVIVAL="">{1,1}</PNONSURVIVAL>
  <PPERFORMANCE>{1,1}</PPERFORMANCE>
  <PPERIODICALPUBLICATION>{1,1}</PPERIODICALPUBLICATION>
  <PPLACEOFPUBLICATION>{1,1}</PPLACEOFPUBLICATION>
  <PPRESSRUN>{1,1}</PPRESSRUN>
  <PPRICE>{1,1}</PPRICE>
  <PRARITIESFEATURESDECORATIONS>{1,1}</PRARITIESFEATURESDECORATIONS>
  <PRELATIONSWITHPUBLISHER RELATIONSHIPTYPE="">{1,1}</PRELATIONSWITHPUBLISHER>
  <PSERIALIZATION FORMOFSERIALIZATION="">{1,1}</PSERIALIZATION>
  <PSUBMISSIONSREJECTIONS>{1,1}</PSUBMISSIONSREJECTIONS>
  <QUOTE DIRECT="Y" ID="">{1,1}</QUOTE>
  <RBESTKNOWNWORK>{1,1}</RBESTKNOWNWORK>
  <RESEARCHNOTE>{1,1}</RESEARCHNOTE>
  <RLANDMARKTEXT>{1,1}</RLANDMARKTEXT>
  <RPENALTIES CENSORSHIP="">{1,1}</RPENALTIES>
  <RRECOGNITIONS>{1,1}</RRECOGNITIONS>
  <RRESPONSES FORMALITY="" GENDEREDRESPONSE="" RESPONSETYPE="">{1,1}</RRESPONSES>
  <RS REG="" TYPE="">{1,1}</RS>
  <RSELFDESCRIPTION>{1,1}</RSELFDESCRIPTION>
  <SCHOLARNOTE>{1,1}</SCHOLARNOTE>
  <SOCALLED>{1,1}</SOCALLED>
  <TCHARACTERIZATION>{1,1}</TCHARACTERIZATION>
  <TCHARACTERNAME REG="">{1,1}</TCHARACTERNAME>
  <TCHARACTERTYPEROLE PROTAGONIST="">{1,1}</TCHARACTERTYPEROLE>
  <TGENRE GENRENAME="" PROPOSEDALTERNATIVENAME="">{1,1}</TGENRE>
  <TGENREISSUE>{1,1}</TGENREISSUE>
  <TINTERTEXTUALITY GENDEROFAUTHOR="" INTERTEXTTYPE="">{1,1}</TINTERTEXTUALITY>
  <TITLE REF="" REG="" REND="" STANDARD="" TITLETYPE="">{1,1}</TITLE>
  <TMOTIF MOTIFNAME="">{1,1}</TMOTIF>
  <TOPIC STANDARD="">{1,1}</TOPIC>
  <TPLOT>{1,1}</TPLOT>
  <TSETTINGDATE SETTINGDATETYPE="">{1,1}</TSETTINGDATE>
  <TSETTINGPLACE SETTINGCLASS="" SETTINGPLACETYPE="">{1,1}</TSETTINGPLACE>
  <TTECHNIQUES TECHNIQUETYPE="">{1,1}</TTECHNIQUES>
  <TTHEMETOPIC ID="">{1,1}</TTHEMETOPIC>
  <TTONESTYLE>{1,1}</TTONESTYLE>
  <TVOICENARRATION>{1,1}</TVOICENARRATION>
</PMOTIVES>
Attributes
QName Type Use Annotation
ID xs:NCName optional
MOTIVETYPE restriction of xs:token optional
MotiveType is an attribute affiliated with the element
pMotives.
Source
<xs:element name="PMOTIVES">
  <xs:annotation>
    <xs:documentation>Motives describes a woman writer's purposes and reasons for writing which may be ascribed or self-identified, and may refer to textual motives or personal motives. See attitudes for comparison.</xs:documentation>
  </xs:annotation>
  <xs:complexType mixed="true">
    <xs:choice minOccurs="0" maxOccurs="unbounded">
      <xs:element ref="BIBCITS"/>
      <xs:element ref="DATE"/>
      <xs:element ref="DATERANGE"/>
      <xs:element ref="EMPH"/>
      <xs:element ref="FOREIGN"/>
      <xs:element ref="KEYWORDCLASS"/>
      <xs:element ref="NAME"/>
      <xs:element ref="ORGNAME"/>
      <xs:element ref="PANTHOLOGIZATION"/>
      <xs:element ref="PARCHIVALLOCATION"/>
      <xs:element ref="PATTITUDES"/>
      <xs:element ref="PAUTHORSHIP"/>
      <xs:element ref="PCIRCULATION"/>
      <xs:element ref="PCOPYRIGHT"/>
      <xs:element ref="PDEDICATION"/>
      <xs:element ref="PEARNINGS"/>
      <xs:element ref="PEDITIONS"/>
      <xs:element ref="PFIRSTLITERARYACTIVITY"/>
      <xs:element ref="PINFLUENCESHER"/>
      <xs:element ref="PLACE"/>
      <xs:element ref="PLASTLITERARYACTIVITY"/>
      <xs:element ref="PLITERARYSCHOOLS"/>
      <xs:element ref="PMANUSCRIPTHISTORY"/>
      <xs:element ref="PMATERIALCONDITIONS"/>
      <xs:element ref="PMODEOFPUBLICATION"/>
      <xs:element ref="PMOTIVES"/>
      <xs:element ref="PNONSURVIVAL"/>
      <xs:element ref="PPERFORMANCE"/>
      <xs:element ref="PPERIODICALPUBLICATION"/>
      <xs:element ref="PPLACEOFPUBLICATION"/>
      <xs:element ref="PPRESSRUN"/>
      <xs:element ref="PPRICE"/>
      <xs:element ref="PRARITIESFEATURESDECORATIONS"/>
      <xs:element ref="PRELATIONSWITHPUBLISHER"/>
      <xs:element ref="PSERIALIZATION"/>
      <xs:element ref="PSUBMISSIONSREJECTIONS"/>
      <xs:element ref="QUOTE"/>
      <xs:element ref="RBESTKNOWNWORK"/>
      <xs:element ref="RESEARCHNOTE"/>
      <xs:element ref="RLANDMARKTEXT"/>
      <xs:element ref="RPENALTIES"/>
      <xs:element ref="RRECOGNITIONS"/>
      <xs:element ref="RRESPONSES"/>
      <xs:element ref="RS"/>
      <xs:element ref="RSELFDESCRIPTION"/>
      <xs:element ref="SCHOLARNOTE"/>
      <xs:element ref="SOCALLED"/>
      <xs:element ref="TCHARACTERIZATION"/>
      <xs:element ref="TCHARACTERNAME"/>
      <xs:element ref="TCHARACTERTYPEROLE"/>
      <xs:element ref="TGENRE"/>
      <xs:element ref="TGENREISSUE"/>
      <xs:element ref="TINTERTEXTUALITY"/>
      <xs:element ref="TITLE"/>
      <xs:element ref="TMOTIF"/>
      <xs:element ref="TOPIC"/>
      <xs:element ref="TPLOT"/>
      <xs:element ref="TSETTINGDATE"/>
      <xs:element ref="TSETTINGPLACE"/>
      <xs:element ref="TTECHNIQUES"/>
      <xs:element ref="TTHEMETOPIC"/>
      <xs:element ref="TTONESTYLE"/>
      <xs:element ref="TVOICENARRATION"/>
    </xs:choice>
    <xs:attribute name="ID" type="xs:NCName"/>
    <xs:attribute name="MOTIVETYPE">
      <xs:annotation>
        <xs:documentation>MotiveType is an attribute affiliated with the element pMotives.</xs:documentation>
      </xs:annotation>
      <xs:simpleType>
        <xs:restriction base="xs:token">
          <xs:enumeration value="ASCRIBED"/>
          <xs:enumeration value="SELF-IDENTIFIED"/>
        </xs:restriction>
      </xs:simpleType>
    </xs:attribute>
  </xs:complexType>
</xs:element>
[ top ]
Element PNONSURVIVAL
Namespace No namespace
Annotations
This element addresses texts that we do not have today for some
reason or another. Describes any mishaps or disasters that happen on the road to publication. If the manuscript was in a tree, burned, or flew out
the stage coach window; if the publishers went bankrupt and lost her manuscript, all of these incidents can be recorded here.
Diagram
Diagram index.tmp#PNONSURVIVAL_TYPEOFNONSURVIVAL index.tmp#BIBCITS index.tmp#DATE index.tmp#DATERANGE index.tmp#DATESTRUCT index.tmp#NAME index.tmp#ORGNAME index.tmp#PADVERTISING index.tmp#PARCHIVALLOCATION index.tmp#PATTITUDES index.tmp#PAUTHORSHIP index.tmp#PCIRCULATION index.tmp#PEDITIONS index.tmp#PFIRSTLITERARYACTIVITY index.tmp#PINFLUENCESHER index.tmp#PLACE index.tmp#PLASTLITERARYACTIVITY index.tmp#PMANUSCRIPTHISTORY index.tmp#PMATERIALCONDITIONS index.tmp#PMODEOFPUBLICATION index.tmp#PMOTIVES index.tmp#PRARITIESFEATURESDECORATIONS index.tmp#PRELATIONSWITHPUBLISHER index.tmp#QUOTE index.tmp#RDESTRUCTIONOFWORK index.tmp#RESEARCHNOTE index.tmp#RRESPONSES index.tmp#RSELFDESCRIPTION index.tmp#SCHOLARNOTE index.tmp#SOCALLED index.tmp#TCHARACTERTYPEROLE index.tmp#TGENRE index.tmp#TGENREISSUE index.tmp#TINTERTEXTUALITY index.tmp#TITLE index.tmp#TMOTIF index.tmp#TSETTINGDATE index.tmp#TSETTINGPLACE index.tmp#TTHEMETOPIC index.tmp#TTONESTYLE
Properties
content complex
mixed true
Used by
Model
Children BIBCITS, DATE, DATERANGE, DATESTRUCT, NAME, ORGNAME, PADVERTISING, PARCHIVALLOCATION, PATTITUDES, PAUTHORSHIP, PCIRCULATION, PEDITIONS, PFIRSTLITERARYACTIVITY, PINFLUENCESHER, PLACE, PLASTLITERARYACTIVITY, PMANUSCRIPTHISTORY, PMATERIALCONDITIONS, PMODEOFPUBLICATION, PMOTIVES, PRARITIESFEATURESDECORATIONS, PRELATIONSWITHPUBLISHER, QUOTE, RDESTRUCTIONOFWORK, RESEARCHNOTE, RRESPONSES, RSELFDESCRIPTION, SCHOLARNOTE, SOCALLED, TCHARACTERTYPEROLE, TGENRE, TGENREISSUE, TINTERTEXTUALITY, TITLE, TMOTIF, TSETTINGDATE, TSETTINGPLACE, TTHEMETOPIC, TTONESTYLE
Instance
<PNONSURVIVAL TYPEOFNONSURVIVAL="">
  <BIBCITS ID="">{1,1}</BIBCITS>
  <DATE CALENDAR="NEWSTYLE" CERTAINTY="CERT" ID="" VALUE="">{1,1}</DATE>
  <DATERANGE CALENDAR="NEWSTYLE" CERTAINTY="CERT" EXACT="" FROM="" ID="" TO="">{1,1}</DATERANGE>
  <DATESTRUCT CALENDAR="NEWSTYLE" CERTAINTY="CERT" VALUE="">{1,1}</DATESTRUCT>
  <NAME REF="" STANDARD="">{1,1}</NAME>
  <ORGNAME ORGTYPE="" REF="" REG="" STANDARD="">{1,1}</ORGNAME>
  <PADVERTISING>{1,1}</PADVERTISING>
  <PARCHIVALLOCATION>{1,1}</PARCHIVALLOCATION>
  <PATTITUDES>{1,1}</PATTITUDES>
  <PAUTHORSHIP AUTHORNAMETYPE="" AUTHORSHIPCONTROVERSY="" COLLABORATION="" CONTROVERSYDATE="">{1,1}</PAUTHORSHIP>
  <PCIRCULATION>{1,1}</PCIRCULATION>
  <PEDITIONS>{1,1}</PEDITIONS>
  <PFIRSTLITERARYACTIVITY>{1,1}</PFIRSTLITERARYACTIVITY>
  <PINFLUENCESHER INFLUENCETYPE="">{1,1}</PINFLUENCESHER>
  <PLACE REF="">{1,1}</PLACE>
  <PLASTLITERARYACTIVITY>{1,1}</PLASTLITERARYACTIVITY>
  <PMANUSCRIPTHISTORY>{1,1}</PMANUSCRIPTHISTORY>
  <PMATERIALCONDITIONS DISPLACEMENT="">{1,1}</PMATERIALCONDITIONS>
  <PMODEOFPUBLICATION PUBLICATIONMODE="">{1,1}</PMODEOFPUBLICATION>
  <PMOTIVES ID="" MOTIVETYPE="">{1,1}</PMOTIVES>
  <PRARITIESFEATURESDECORATIONS>{1,1}</PRARITIESFEATURESDECORATIONS>
  <PRELATIONSWITHPUBLISHER RELATIONSHIPTYPE="">{1,1}</PRELATIONSWITHPUBLISHER>
  <QUOTE DIRECT="Y" ID="">{1,1}</QUOTE>
  <RDESTRUCTIONOFWORK DESTROYEDBY="">{1,1}</RDESTRUCTIONOFWORK>
  <RESEARCHNOTE>{1,1}</RESEARCHNOTE>
  <RRESPONSES FORMALITY="" GENDEREDRESPONSE="" RESPONSETYPE="">{1,1}</RRESPONSES>
  <RSELFDESCRIPTION>{1,1}</RSELFDESCRIPTION>
  <SCHOLARNOTE>{1,1}</SCHOLARNOTE>
  <SOCALLED>{1,1}</SOCALLED>
  <TCHARACTERTYPEROLE PROTAGONIST="">{1,1}</TCHARACTERTYPEROLE>
  <TGENRE GENRENAME="" PROPOSEDALTERNATIVENAME="">{1,1}</TGENRE>
  <TGENREISSUE>{1,1}</TGENREISSUE>
  <TINTERTEXTUALITY GENDEROFAUTHOR="" INTERTEXTTYPE="">{1,1}</TINTERTEXTUALITY>
  <TITLE REF="" REG="" REND="" STANDARD="" TITLETYPE="">{1,1}</TITLE>
  <TMOTIF MOTIFNAME="">{1,1}</TMOTIF>
  <TSETTINGDATE SETTINGDATETYPE="">{1,1}</TSETTINGDATE>
  <TSETTINGPLACE SETTINGCLASS="" SETTINGPLACETYPE="">{1,1}</TSETTINGPLACE>
  <TTHEMETOPIC ID="">{1,1}</TTHEMETOPIC>
  <TTONESTYLE>{1,1}</TTONESTYLE>
</PNONSURVIVAL>
Attributes
QName Type Use
TYPEOFNONSURVIVAL restriction of xs:token optional
Source
<xs:element name="PNONSURVIVAL">
  <xs:annotation>
    <xs:documentation>This element addresses texts that we do not have today for some reason or another. Describes any mishaps or disasters that happen on the road to publication. If the manuscript was in a tree, burned, or flew out the stage coach window; if the publishers went bankrupt and lost her manuscript, all of these incidents can be recorded here.</xs:documentation>
  </xs:annotation>
  <xs:complexType mixed="true">
    <xs:choice minOccurs="0" maxOccurs="unbounded">
      <xs:element ref="BIBCITS"/>
      <xs:element ref="DATE"/>
      <xs:element ref="DATERANGE"/>
      <xs:element ref="DATESTRUCT"/>
      <xs:element ref="NAME"/>
      <xs:element ref="ORGNAME"/>
      <xs:element ref="PADVERTISING"/>
      <xs:element ref="PARCHIVALLOCATION"/>
      <xs:element ref="PATTITUDES"/>
      <xs:element ref="PAUTHORSHIP"/>
      <xs:element ref="PCIRCULATION"/>
      <xs:element ref="PEDITIONS"/>
      <xs:element ref="PFIRSTLITERARYACTIVITY"/>
      <xs:element ref="PINFLUENCESHER"/>
      <xs:element ref="PLACE"/>
      <xs:element ref="PLASTLITERARYACTIVITY"/>
      <xs:element ref="PMANUSCRIPTHISTORY"/>
      <xs:element ref="PMATERIALCONDITIONS"/>
      <xs:element ref="PMODEOFPUBLICATION"/>
      <xs:element ref="PMOTIVES"/>
      <xs:element ref="PRARITIESFEATURESDECORATIONS"/>
      <xs:element ref="PRELATIONSWITHPUBLISHER"/>
      <xs:element ref="QUOTE"/>
      <xs:element ref="RDESTRUCTIONOFWORK"/>
      <xs:element ref="RESEARCHNOTE"/>
      <xs:element ref="RRESPONSES"/>
      <xs:element ref="RSELFDESCRIPTION"/>
      <xs:element ref="SCHOLARNOTE"/>
      <xs:element ref="SOCALLED"/>
      <xs:element ref="TCHARACTERTYPEROLE"/>
      <xs:element ref="TGENRE"/>
      <xs:element ref="TGENREISSUE"/>
      <xs:element ref="TINTERTEXTUALITY"/>
      <xs:element ref="TITLE"/>
      <xs:element ref="TMOTIF"/>
      <xs:element ref="TSETTINGDATE"/>
      <xs:element ref="TSETTINGPLACE"/>
      <xs:element ref="TTHEMETOPIC"/>
      <xs:element ref="TTONESTYLE"/>
    </xs:choice>
    <xs:attribute name="TYPEOFNONSURVIVAL">
      <xs:simpleType>
        <xs:restriction base="xs:token">
          <xs:enumeration value="ACCIDENT"/>
          <xs:enumeration value="UNKNOWN"/>
        </xs:restriction>
      </xs:simpleType>
    </xs:attribute>
  </xs:complexType>
</xs:element>
[ top ]
Element PRARITIESFEATURESDECORATIONS
Namespace No namespace
Annotations
This element is meant to capture significant and interesting
information about any rare or decorative features of the book as a physical text.
Diagram
Diagram index.tmp#BIBCITS index.tmp#DATE index.tmp#DATERANGE index.tmp#EMPH index.tmp#FOREIGN index.tmp#NAME index.tmp#ORGNAME index.tmp#PADVERTISING index.tmp#PANTHOLOGIZATION index.tmp#PARCHIVALLOCATION index.tmp#PATTITUDES index.tmp#PAUTHORSHIP index.tmp#PCIRCULATION index.tmp#PCONTRACT index.tmp#PDEDICATION index.tmp#PEARNINGS index.tmp#PEDITIONS index.tmp#PFIRSTLITERARYACTIVITY index.tmp#PINFLUENCESHER index.tmp#PLACE index.tmp#PLASTLITERARYACTIVITY index.tmp#PLITERARYSCHOOLS index.tmp#PMANUSCRIPTHISTORY index.tmp#PMODEOFPUBLICATION index.tmp#PMOTIVES index.tmp#PNONBOOKMEDIA index.tmp#PNONSURVIVAL index.tmp#PPERIODICALPUBLICATION index.tmp#PPLACEOFPUBLICATION index.tmp#PPRESSRUN index.tmp#PPRICE index.tmp#PRARITIESFEATURESDECORATIONS index.tmp#PRELATIONSWITHPUBLISHER index.tmp#PSERIALIZATION index.tmp#PSUBMISSIONSREJECTIONS index.tmp#QUOTE index.tmp#RBESTKNOWNWORK index.tmp#RDESTRUCTIONOFWORK index.tmp#RESEARCHNOTE index.tmp#RPENALTIES index.tmp#RRECOGNITIONNAME index.tmp#RRECOGNITIONS index.tmp#RRESPONSES index.tmp#RS index.tmp#RSELFDESCRIPTION index.tmp#RSHEINFLUENCED index.tmp#SCHOLARNOTE index.tmp#SOCALLED index.tmp#TCHARACTERIZATION index.tmp#TCHARACTERNAME index.tmp#TCHARACTERTYPEROLE index.tmp#TGENRE index.tmp#TGENREISSUE index.tmp#TINTERTEXTUALITY index.tmp#TITLE index.tmp#TMOTIF index.tmp#TSETTINGDATE index.tmp#TSETTINGPLACE index.tmp#TTECHNIQUES index.tmp#TTHEMETOPIC index.tmp#TTONESTYLE index.tmp#XREF
Properties
content complex
mixed true
Used by
Model
Children BIBCITS, DATE, DATERANGE, EMPH, FOREIGN, NAME, ORGNAME, PADVERTISING, PANTHOLOGIZATION, PARCHIVALLOCATION, PATTITUDES, PAUTHORSHIP, PCIRCULATION, PCONTRACT, PDEDICATION, PEARNINGS, PEDITIONS, PFIRSTLITERARYACTIVITY, PINFLUENCESHER, PLACE, PLASTLITERARYACTIVITY, PLITERARYSCHOOLS, PMANUSCRIPTHISTORY, PMODEOFPUBLICATION, PMOTIVES, PNONBOOKMEDIA, PNONSURVIVAL, PPERIODICALPUBLICATION, PPLACEOFPUBLICATION, PPRESSRUN, PPRICE, PRARITIESFEATURESDECORATIONS, PRELATIONSWITHPUBLISHER, PSERIALIZATION, PSUBMISSIONSREJECTIONS, QUOTE, RBESTKNOWNWORK, RDESTRUCTIONOFWORK, RESEARCHNOTE, RPENALTIES, RRECOGNITIONNAME, RRECOGNITIONS, RRESPONSES, RS, RSELFDESCRIPTION, RSHEINFLUENCED, SCHOLARNOTE, SOCALLED, TCHARACTERIZATION, TCHARACTERNAME, TCHARACTERTYPEROLE, TGENRE, TGENREISSUE, TINTERTEXTUALITY, TITLE, TMOTIF, TSETTINGDATE, TSETTINGPLACE, TTECHNIQUES, TTHEMETOPIC, TTONESTYLE, XREF
Instance
<PRARITIESFEATURESDECORATIONS>
  <BIBCITS ID="">{1,1}</BIBCITS>
  <DATE CALENDAR="NEWSTYLE" CERTAINTY="CERT" ID="" VALUE="">{1,1}</DATE>
  <DATERANGE CALENDAR="NEWSTYLE" CERTAINTY="CERT" EXACT="" FROM="" ID="" TO="">{1,1}</DATERANGE>
  <EMPH>{1,1}</EMPH>
  <FOREIGN LANG="" REG="">{1,1}</FOREIGN>
  <NAME REF="" STANDARD="">{1,1}</NAME>
  <ORGNAME ORGTYPE="" REF="" REG="" STANDARD="">{1,1}</ORGNAME>
  <PADVERTISING>{1,1}</PADVERTISING>
  <PANTHOLOGIZATION>{1,1}</PANTHOLOGIZATION>
  <PARCHIVALLOCATION>{1,1}</PARCHIVALLOCATION>
  <PATTITUDES>{1,1}</PATTITUDES>
  <PAUTHORSHIP AUTHORNAMETYPE="" AUTHORSHIPCONTROVERSY="" COLLABORATION="" CONTROVERSYDATE="">{1,1}</PAUTHORSHIP>
  <PCIRCULATION>{1,1}</PCIRCULATION>
  <PCONTRACT ID="">{1,1}</PCONTRACT>
  <PDEDICATION>{1,1}</PDEDICATION>
  <PEARNINGS>{1,1}</PEARNINGS>
  <PEDITIONS>{1,1}</PEDITIONS>
  <PFIRSTLITERARYACTIVITY>{1,1}</PFIRSTLITERARYACTIVITY>
  <PINFLUENCESHER INFLUENCETYPE="">{1,1}</PINFLUENCESHER>
  <PLACE REF="">{1,1}</PLACE>
  <PLASTLITERARYACTIVITY>{1,1}</PLASTLITERARYACTIVITY>
  <PLITERARYSCHOOLS INVOLVEMENT="INVOLVEMENTYES" REG="">{1,1}</PLITERARYSCHOOLS>
  <PMANUSCRIPTHISTORY>{1,1}</PMANUSCRIPTHISTORY>
  <PMODEOFPUBLICATION PUBLICATIONMODE="">{1,1}</PMODEOFPUBLICATION>
  <PMOTIVES ID="" MOTIVETYPE="">{1,1}</PMOTIVES>
  <PNONBOOKMEDIA>{1,1}</PNONBOOKMEDIA>
  <PNONSURVIVAL TYPEOFNONSURVIVAL="">{1,1}</PNONSURVIVAL>
  <PPERIODICALPUBLICATION>{1,1}</PPERIODICALPUBLICATION>
  <PPLACEOFPUBLICATION>{1,1}</PPLACEOFPUBLICATION>
  <PPRESSRUN>{1,1}</PPRESSRUN>
  <PPRICE>{1,1}</PPRICE>
  <PRARITIESFEATURESDECORATIONS>{1,1}</PRARITIESFEATURESDECORATIONS>
  <PRELATIONSWITHPUBLISHER RELATIONSHIPTYPE="">{1,1}</PRELATIONSWITHPUBLISHER>
  <PSERIALIZATION FORMOFSERIALIZATION="">{1,1}</PSERIALIZATION>
  <PSUBMISSIONSREJECTIONS>{1,1}</PSUBMISSIONSREJECTIONS>
  <QUOTE DIRECT="Y" ID="">{1,1}</QUOTE>
  <RBESTKNOWNWORK>{1,1}</RBESTKNOWNWORK>
  <RDESTRUCTIONOFWORK DESTROYEDBY="">{1,1}</RDESTRUCTIONOFWORK>
  <RESEARCHNOTE>{1,1}</RESEARCHNOTE>
  <RPENALTIES CENSORSHIP="">{1,1}</RPENALTIES>
  <RRECOGNITIONNAME REG="">{1,1}</RRECOGNITIONNAME>
  <RRECOGNITIONS>{1,1}</RRECOGNITIONS>
  <RRESPONSES FORMALITY="" GENDEREDRESPONSE="" RESPONSETYPE="">{1,1}</RRESPONSES>
  <RS REG="" TYPE="">{1,1}</RS>
  <RSELFDESCRIPTION>{1,1}</RSELFDESCRIPTION>
  <RSHEINFLUENCED>{1,1}</RSHEINFLUENCED>
  <SCHOLARNOTE>{1,1}</SCHOLARNOTE>
  <SOCALLED>{1,1}</SOCALLED>
  <TCHARACTERIZATION>{1,1}</TCHARACTERIZATION>
  <TCHARACTERNAME REG="">{1,1}</TCHARACTERNAME>
  <TCHARACTERTYPEROLE PROTAGONIST="">{1,1}</TCHARACTERTYPEROLE>
  <TGENRE GENRENAME="" PROPOSEDALTERNATIVENAME="">{1,1}</TGENRE>
  <TGENREISSUE>{1,1}</TGENREISSUE>
  <TINTERTEXTUALITY GENDEROFAUTHOR="" INTERTEXTTYPE="">{1,1}</TINTERTEXTUALITY>
  <TITLE REF="" REG="" REND="" STANDARD="" TITLETYPE="">{1,1}</TITLE>
  <TMOTIF MOTIFNAME="">{1,1}</TMOTIF>
  <TSETTINGDATE SETTINGDATETYPE="">{1,1}</TSETTINGDATE>
  <TSETTINGPLACE SETTINGCLASS="" SETTINGPLACETYPE="">{1,1}</TSETTINGPLACE>
  <TTECHNIQUES TECHNIQUETYPE="">{1,1}</TTECHNIQUES>
  <TTHEMETOPIC ID="">{1,1}</TTHEMETOPIC>
  <TTONESTYLE>{1,1}</TTONESTYLE>
  <XREF RESP="" URL="">{1,1}</XREF>
</PRARITIESFEATURESDECORATIONS>
Source
<xs:element name="PRARITIESFEATURESDECORATIONS">
  <xs:annotation>
    <xs:documentation>This element is meant to capture significant and interesting information about any rare or decorative features of the book as a physical text.</xs:documentation>
  </xs:annotation>
  <xs:complexType mixed="true">
    <xs:choice minOccurs="0" maxOccurs="unbounded">
      <xs:element ref="BIBCITS"/>
      <xs:element ref="DATE"/>
      <xs:element ref="DATERANGE"/>
      <xs:element ref="EMPH"/>
      <xs:element ref="FOREIGN"/>
      <xs:element ref="NAME"/>
      <xs:element ref="ORGNAME"/>
      <xs:element ref="PADVERTISING"/>
      <xs:element ref="PANTHOLOGIZATION"/>
      <xs:element ref="PARCHIVALLOCATION"/>
      <xs:element ref="PATTITUDES"/>
      <xs:element ref="PAUTHORSHIP"/>
      <xs:element ref="PCIRCULATION"/>
      <xs:element ref="PCONTRACT"/>
      <xs:element ref="PDEDICATION"/>
      <xs:element ref="PEARNINGS"/>
      <xs:element ref="PEDITIONS"/>
      <xs:element ref="PFIRSTLITERARYACTIVITY"/>
      <xs:element ref="PINFLUENCESHER"/>
      <xs:element ref="PLACE"/>
      <xs:element ref="PLASTLITERARYACTIVITY"/>
      <xs:element ref="PLITERARYSCHOOLS"/>
      <xs:element ref="PMANUSCRIPTHISTORY"/>
      <xs:element ref="PMODEOFPUBLICATION"/>
      <xs:element ref="PMOTIVES"/>
      <xs:element ref="PNONBOOKMEDIA"/>
      <xs:element ref="PNONSURVIVAL"/>
      <xs:element ref="PPERIODICALPUBLICATION"/>
      <xs:element ref="PPLACEOFPUBLICATION"/>
      <xs:element ref="PPRESSRUN"/>
      <xs:element ref="PPRICE"/>
      <xs:element ref="PRARITIESFEATURESDECORATIONS"/>
      <xs:element ref="PRELATIONSWITHPUBLISHER"/>
      <xs:element ref="PSERIALIZATION"/>
      <xs:element ref="PSUBMISSIONSREJECTIONS"/>
      <xs:element ref="QUOTE"/>
      <xs:element ref="RBESTKNOWNWORK"/>
      <xs:element ref="RDESTRUCTIONOFWORK"/>
      <xs:element ref="RESEARCHNOTE"/>
      <xs:element ref="RPENALTIES"/>
      <xs:element ref="RRECOGNITIONNAME"/>
      <xs:element ref="RRECOGNITIONS"/>
      <xs:element ref="RRESPONSES"/>
      <xs:element ref="RS"/>
      <xs:element ref="RSELFDESCRIPTION"/>
      <xs:element ref="RSHEINFLUENCED"/>
      <xs:element ref="SCHOLARNOTE"/>
      <xs:element ref="SOCALLED"/>
      <xs:element ref="TCHARACTERIZATION"/>
      <xs:element ref="TCHARACTERNAME"/>
      <xs:element ref="TCHARACTERTYPEROLE"/>
      <xs:element ref="TGENRE"/>
      <xs:element ref="TGENREISSUE"/>
      <xs:element ref="TINTERTEXTUALITY"/>
      <xs:element ref="TITLE"/>
      <xs:element ref="TMOTIF"/>
      <xs:element ref="TSETTINGDATE"/>
      <xs:element ref="TSETTINGPLACE"/>
      <xs:element ref="TTECHNIQUES"/>
      <xs:element ref="TTHEMETOPIC"/>
      <xs:element ref="TTONESTYLE"/>
      <xs:element ref="XREF"/>
    </xs:choice>
  </xs:complexType>
</xs:element>
[ top ]
Element PNONBOOKMEDIA
Namespace No namespace
Annotations
This element refers to a non-textual packaging/format of a written
work. If someone adapts a woman's book into a opera, a film, a sound recording or a dance, record it here.
Diagram
Diagram index.tmp#BIBCITS index.tmp#DATE index.tmp#DATERANGE index.tmp#DATESTRUCT index.tmp#EMPH index.tmp#FOREIGN index.tmp#NAME index.tmp#ORGNAME index.tmp#PADVERTISING index.tmp#PANTHOLOGIZATION index.tmp#PARCHIVALLOCATION index.tmp#PATTITUDES index.tmp#PAUTHORSHIP index.tmp#PCIRCULATION index.tmp#PCONTRACT index.tmp#PCOPYRIGHT index.tmp#PEARNINGS index.tmp#PEDITIONS index.tmp#PFIRSTLITERARYACTIVITY index.tmp#PLACE index.tmp#PMANUSCRIPTHISTORY index.tmp#PMATERIALCONDITIONS index.tmp#PMODEOFPUBLICATION index.tmp#PMOTIVES index.tmp#PPERFORMANCE index.tmp#PPERIODICALPUBLICATION index.tmp#PPRICE index.tmp#PRARITIESFEATURESDECORATIONS index.tmp#PRELATIONSWITHPUBLISHER index.tmp#PSUBMISSIONSREJECTIONS index.tmp#QUOTE index.tmp#RDESTRUCTIONOFWORK index.tmp#RESEARCHNOTE index.tmp#RFICTIONALIZATION index.tmp#RPENALTIES index.tmp#RRECOGNITIONNAME index.tmp#RRECOGNITIONS index.tmp#RRESPONSES index.tmp#RSELFDESCRIPTION index.tmp#RSHEINFLUENCED index.tmp#SCHOLARNOTE index.tmp#SOCALLED index.tmp#TCHARACTERIZATION index.tmp#TCHARACTERNAME index.tmp#TCHARACTERTYPEROLE index.tmp#TGENRE index.tmp#TINTERTEXTUALITY index.tmp#TITLE index.tmp#TMOTIF index.tmp#TPLOT index.tmp#TSETTINGPLACE index.tmp#TTECHNIQUES index.tmp#TTHEMETOPIC index.tmp#TTONESTYLE index.tmp#TVOICENARRATION
Properties
content complex
mixed true
Used by
Model
Children BIBCITS, DATE, DATERANGE, DATESTRUCT, EMPH, FOREIGN, NAME, ORGNAME, PADVERTISING, PANTHOLOGIZATION, PARCHIVALLOCATION, PATTITUDES, PAUTHORSHIP, PCIRCULATION, PCONTRACT, PCOPYRIGHT, PEARNINGS, PEDITIONS, PFIRSTLITERARYACTIVITY, PLACE, PMANUSCRIPTHISTORY, PMATERIALCONDITIONS, PMODEOFPUBLICATION, PMOTIVES, PPERFORMANCE, PPERIODICALPUBLICATION, PPRICE, PRARITIESFEATURESDECORATIONS, PRELATIONSWITHPUBLISHER, PSUBMISSIONSREJECTIONS, QUOTE, RDESTRUCTIONOFWORK, RESEARCHNOTE, RFICTIONALIZATION, RPENALTIES, RRECOGNITIONNAME, RRECOGNITIONS, RRESPONSES, RSELFDESCRIPTION, RSHEINFLUENCED, SCHOLARNOTE, SOCALLED, TCHARACTERIZATION, TCHARACTERNAME, TCHARACTERTYPEROLE, TGENRE, TINTERTEXTUALITY, TITLE, TMOTIF, TPLOT, TSETTINGPLACE, TTECHNIQUES, TTHEMETOPIC, TTONESTYLE, TVOICENARRATION
Instance
<PNONBOOKMEDIA>
  <BIBCITS ID="">{1,1}</BIBCITS>
  <DATE CALENDAR="NEWSTYLE" CERTAINTY="CERT" ID="" VALUE="">{1,1}</DATE>
  <DATERANGE CALENDAR="NEWSTYLE" CERTAINTY="CERT" EXACT="" FROM="" ID="" TO="">{1,1}</DATERANGE>
  <DATESTRUCT CALENDAR="NEWSTYLE" CERTAINTY="CERT" VALUE="">{1,1}</DATESTRUCT>
  <EMPH>{1,1}</EMPH>
  <FOREIGN LANG="" REG="">{1,1}</FOREIGN>
  <NAME REF="" STANDARD="">{1,1}</NAME>
  <ORGNAME ORGTYPE="" REF="" REG="" STANDARD="">{1,1}</ORGNAME>
  <PADVERTISING>{1,1}</PADVERTISING>
  <PANTHOLOGIZATION>{1,1}</PANTHOLOGIZATION>
  <PARCHIVALLOCATION>{1,1}</PARCHIVALLOCATION>
  <PATTITUDES>{1,1}</PATTITUDES>
  <PAUTHORSHIP AUTHORNAMETYPE="" AUTHORSHIPCONTROVERSY="" COLLABORATION="" CONTROVERSYDATE="">{1,1}</PAUTHORSHIP>
  <PCIRCULATION>{1,1}</PCIRCULATION>
  <PCONTRACT ID="">{1,1}</PCONTRACT>
  <PCOPYRIGHT>{1,1}</PCOPYRIGHT>
  <PEARNINGS>{1,1}</PEARNINGS>
  <PEDITIONS>{1,1}</PEDITIONS>
  <PFIRSTLITERARYACTIVITY>{1,1}</PFIRSTLITERARYACTIVITY>
  <PLACE REF="">{1,1}</PLACE>
  <PMANUSCRIPTHISTORY>{1,1}</PMANUSCRIPTHISTORY>
  <PMATERIALCONDITIONS DISPLACEMENT="">{1,1}</PMATERIALCONDITIONS>
  <PMODEOFPUBLICATION PUBLICATIONMODE="">{1,1}</PMODEOFPUBLICATION>
  <PMOTIVES ID="" MOTIVETYPE="">{1,1}</PMOTIVES>
  <PPERFORMANCE>{1,1}</PPERFORMANCE>
  <PPERIODICALPUBLICATION>{1,1}</PPERIODICALPUBLICATION>
  <PPRICE>{1,1}</PPRICE>
  <PRARITIESFEATURESDECORATIONS>{1,1}</PRARITIESFEATURESDECORATIONS>
  <PRELATIONSWITHPUBLISHER RELATIONSHIPTYPE="">{1,1}</PRELATIONSWITHPUBLISHER>
  <PSUBMISSIONSREJECTIONS>{1,1}</PSUBMISSIONSREJECTIONS>
  <QUOTE DIRECT="Y" ID="">{1,1}</QUOTE>
  <RDESTRUCTIONOFWORK DESTROYEDBY="">{1,1}</RDESTRUCTIONOFWORK>
  <RESEARCHNOTE>{1,1}</RESEARCHNOTE>
  <RFICTIONALIZATION>{1,1}</RFICTIONALIZATION>
  <RPENALTIES CENSORSHIP="">{1,1}</RPENALTIES>
  <RRECOGNITIONNAME REG="">{1,1}</RRECOGNITIONNAME>
  <RRECOGNITIONS>{1,1}</RRECOGNITIONS>
  <RRESPONSES FORMALITY="" GENDEREDRESPONSE="" RESPONSETYPE="">{1,1}</RRESPONSES>
  <RSELFDESCRIPTION>{1,1}</RSELFDESCRIPTION>
  <RSHEINFLUENCED>{1,1}</RSHEINFLUENCED>
  <SCHOLARNOTE>{1,1}</SCHOLARNOTE>
  <SOCALLED>{1,1}</SOCALLED>
  <TCHARACTERIZATION>{1,1}</TCHARACTERIZATION>
  <TCHARACTERNAME REG="">{1,1}</TCHARACTERNAME>
  <TCHARACTERTYPEROLE PROTAGONIST="">{1,1}</TCHARACTERTYPEROLE>
  <TGENRE GENRENAME="" PROPOSEDALTERNATIVENAME="">{1,1}</TGENRE>
  <TINTERTEXTUALITY GENDEROFAUTHOR="" INTERTEXTTYPE="">{1,1}</TINTERTEXTUALITY>
  <TITLE REF="" REG="" REND="" STANDARD="" TITLETYPE="">{1,1}</TITLE>
  <TMOTIF MOTIFNAME="">{1,1}</TMOTIF>
  <TPLOT>{1,1}</TPLOT>
  <TSETTINGPLACE SETTINGCLASS="" SETTINGPLACETYPE="">{1,1}</TSETTINGPLACE>
  <TTECHNIQUES TECHNIQUETYPE="">{1,1}</TTECHNIQUES>
  <TTHEMETOPIC ID="">{1,1}</TTHEMETOPIC>
  <TTONESTYLE>{1,1}</TTONESTYLE>
  <TVOICENARRATION>{1,1}</TVOICENARRATION>
</PNONBOOKMEDIA>
Source
<xs:element name="PNONBOOKMEDIA">
  <xs:annotation>
    <xs:documentation>This element refers to a non-textual packaging/format of a written work. If someone adapts a woman's book into a opera, a film, a sound recording or a dance, record it here.</xs:documentation>
  </xs:annotation>
  <xs:complexType mixed="true">
    <xs:choice minOccurs="0" maxOccurs="unbounded">
      <xs:element ref="BIBCITS"/>
      <xs:element ref="DATE"/>
      <xs:element ref="DATERANGE"/>
      <xs:element ref="DATESTRUCT"/>
      <xs:element ref="EMPH"/>
      <xs:element ref="FOREIGN"/>
      <xs:element ref="NAME"/>
      <xs:element ref="ORGNAME"/>
      <xs:element ref="PADVERTISING"/>
      <xs:element ref="PANTHOLOGIZATION"/>
      <xs:element ref="PARCHIVALLOCATION"/>
      <xs:element ref="PATTITUDES"/>
      <xs:element ref="PAUTHORSHIP"/>
      <xs:element ref="PCIRCULATION"/>
      <xs:element ref="PCONTRACT"/>
      <xs:element ref="PCOPYRIGHT"/>
      <xs:element ref="PEARNINGS"/>
      <xs:element ref="PEDITIONS"/>
      <xs:element ref="PFIRSTLITERARYACTIVITY"/>
      <xs:element ref="PLACE"/>
      <xs:element ref="PMANUSCRIPTHISTORY"/>
      <xs:element ref="PMATERIALCONDITIONS"/>
      <xs:element ref="PMODEOFPUBLICATION"/>
      <xs:element ref="PMOTIVES"/>
      <xs:element ref="PPERFORMANCE"/>
      <xs:element ref="PPERIODICALPUBLICATION"/>
      <xs:element ref="PPRICE"/>
      <xs:element ref="PRARITIESFEATURESDECORATIONS"/>
      <xs:element ref="PRELATIONSWITHPUBLISHER"/>
      <xs:element ref="PSUBMISSIONSREJECTIONS"/>
      <xs:element ref="QUOTE"/>
      <xs:element ref="RDESTRUCTIONOFWORK"/>
      <xs:element ref="RESEARCHNOTE"/>
      <xs:element ref="RFICTIONALIZATION"/>
      <xs:element ref="RPENALTIES"/>
      <xs:element ref="RRECOGNITIONNAME"/>
      <xs:element ref="RRECOGNITIONS"/>
      <xs:element ref="RRESPONSES"/>
      <xs:element ref="RSELFDESCRIPTION"/>
      <xs:element ref="RSHEINFLUENCED"/>
      <xs:element ref="SCHOLARNOTE"/>
      <xs:element ref="SOCALLED"/>
      <xs:element ref="TCHARACTERIZATION"/>
      <xs:element ref="TCHARACTERNAME"/>
      <xs:element ref="TCHARACTERTYPEROLE"/>
      <xs:element ref="TGENRE"/>
      <xs:element ref="TINTERTEXTUALITY"/>
      <xs:element ref="TITLE"/>
      <xs:element ref="TMOTIF"/>
      <xs:element ref="TPLOT"/>
      <xs:element ref="TSETTINGPLACE"/>
      <xs:element ref="TTECHNIQUES"/>
      <xs:element ref="TTHEMETOPIC"/>
      <xs:element ref="TTONESTYLE"/>
      <xs:element ref="TVOICENARRATION"/>
    </xs:choice>
  </xs:complexType>
</xs:element>
[ top ]
Element PPERFORMANCE
Namespace No namespace
Annotations
This element contains all the specifics of the performance of a woman
writer's work in cases where the work is a stage play, a radio drama, or a television film script. Significant performances should be included here with
all known details about where or how the work was performed.
Diagram
Diagram index.tmp#BIBCITS index.tmp#DATE index.tmp#DATERANGE index.tmp#DATESTRUCT index.tmp#NAME index.tmp#ORGNAME index.tmp#PADVERTISING index.tmp#PANTHOLOGIZATION index.tmp#PAUTHORSHIP index.tmp#PCIRCULATION index.tmp#PDEDICATION index.tmp#PEARNINGS index.tmp#PEDITIONS index.tmp#PFIRSTLITERARYACTIVITY index.tmp#PINFLUENCESHER index.tmp#PLACE index.tmp#PLASTLITERARYACTIVITY index.tmp#PLITERARYSCHOOLS index.tmp#PMANUSCRIPTHISTORY index.tmp#PMATERIALCONDITIONS index.tmp#PMOTIVES index.tmp#PNONBOOKMEDIA index.tmp#PNONSURVIVAL index.tmp#PPERFORMANCE index.tmp#PPERIODICALPUBLICATION index.tmp#PPLACEOFPUBLICATION index.tmp#PPRICE index.tmp#PRARITIESFEATURESDECORATIONS index.tmp#PSERIALIZATION index.tmp#PSUBMISSIONSREJECTIONS index.tmp#QUOTE index.tmp#RBESTKNOWNWORK index.tmp#RDESTRUCTIONOFWORK index.tmp#RESEARCHNOTE index.tmp#RFICTIONALIZATION index.tmp#RLANDMARKTEXT index.tmp#RPENALTIES index.tmp#RRECOGNITIONNAME index.tmp#RRECOGNITIONS index.tmp#RRESPONSES index.tmp#RS index.tmp#RSELFDESCRIPTION index.tmp#RSHEINFLUENCED index.tmp#SCHOLARNOTE index.tmp#SOCALLED index.tmp#TCHARACTERIZATION index.tmp#TCHARACTERNAME index.tmp#TCHARACTERTYPEROLE index.tmp#TGENRE index.tmp#TGENREISSUE index.tmp#TINTERTEXTUALITY index.tmp#TITLE index.tmp#TMOTIF index.tmp#TPLOT index.tmp#TSETTINGDATE index.tmp#TSETTINGPLACE index.tmp#TTECHNIQUES index.tmp#TTHEMETOPIC index.tmp#TTONESTYLE index.tmp#TVOICENARRATION
Properties
content complex
mixed true
Used by
Model
Children BIBCITS, DATE, DATERANGE, DATESTRUCT, NAME, ORGNAME, PADVERTISING, PANTHOLOGIZATION, PAUTHORSHIP, PCIRCULATION, PDEDICATION, PEARNINGS, PEDITIONS, PFIRSTLITERARYACTIVITY, PINFLUENCESHER, PLACE, PLASTLITERARYACTIVITY, PLITERARYSCHOOLS, PMANUSCRIPTHISTORY, PMATERIALCONDITIONS, PMOTIVES, PNONBOOKMEDIA, PNONSURVIVAL, PPERFORMANCE, PPERIODICALPUBLICATION, PPLACEOFPUBLICATION, PPRICE, PRARITIESFEATURESDECORATIONS, PSERIALIZATION, PSUBMISSIONSREJECTIONS, QUOTE, RBESTKNOWNWORK, RDESTRUCTIONOFWORK, RESEARCHNOTE, RFICTIONALIZATION, RLANDMARKTEXT, RPENALTIES, RRECOGNITIONNAME, RRECOGNITIONS, RRESPONSES, RS, RSELFDESCRIPTION, RSHEINFLUENCED, SCHOLARNOTE, SOCALLED, TCHARACTERIZATION, TCHARACTERNAME, TCHARACTERTYPEROLE, TGENRE, TGENREISSUE, TINTERTEXTUALITY, TITLE, TMOTIF, TPLOT, TSETTINGDATE, TSETTINGPLACE, TTECHNIQUES, TTHEMETOPIC, TTONESTYLE, TVOICENARRATION
Instance
<PPERFORMANCE>
  <BIBCITS ID="">{1,1}</BIBCITS>
  <DATE CALENDAR="NEWSTYLE" CERTAINTY="CERT" ID="" VALUE="">{1,1}</DATE>
  <DATERANGE CALENDAR="NEWSTYLE" CERTAINTY="CERT" EXACT="" FROM="" ID="" TO="">{1,1}</DATERANGE>
  <DATESTRUCT CALENDAR="NEWSTYLE" CERTAINTY="CERT" VALUE="">{1,1}</DATESTRUCT>
  <NAME REF="" STANDARD="">{1,1}</NAME>
  <ORGNAME ORGTYPE="" REF="" REG="" STANDARD="">{1,1}</ORGNAME>
  <PADVERTISING>{1,1}</PADVERTISING>
  <PANTHOLOGIZATION>{1,1}</PANTHOLOGIZATION>
  <PAUTHORSHIP AUTHORNAMETYPE="" AUTHORSHIPCONTROVERSY="" COLLABORATION="" CONTROVERSYDATE="">{1,1}</PAUTHORSHIP>
  <PCIRCULATION>{1,1}</PCIRCULATION>
  <PDEDICATION>{1,1}</PDEDICATION>
  <PEARNINGS>{1,1}</PEARNINGS>
  <PEDITIONS>{1,1}</PEDITIONS>
  <PFIRSTLITERARYACTIVITY>{1,1}</PFIRSTLITERARYACTIVITY>
  <PINFLUENCESHER INFLUENCETYPE="">{1,1}</PINFLUENCESHER>
  <PLACE REF="">{1,1}</PLACE>
  <PLASTLITERARYACTIVITY>{1,1}</PLASTLITERARYACTIVITY>
  <PLITERARYSCHOOLS INVOLVEMENT="INVOLVEMENTYES" REG="">{1,1}</PLITERARYSCHOOLS>
  <PMANUSCRIPTHISTORY>{1,1}</PMANUSCRIPTHISTORY>
  <PMATERIALCONDITIONS DISPLACEMENT="">{1,1}</PMATERIALCONDITIONS>
  <PMOTIVES ID="" MOTIVETYPE="">{1,1}</PMOTIVES>
  <PNONBOOKMEDIA>{1,1}</PNONBOOKMEDIA>
  <PNONSURVIVAL TYPEOFNONSURVIVAL="">{1,1}</PNONSURVIVAL>
  <PPERFORMANCE>{1,1}</PPERFORMANCE>
  <PPERIODICALPUBLICATION>{1,1}</PPERIODICALPUBLICATION>
  <PPLACEOFPUBLICATION>{1,1}</PPLACEOFPUBLICATION>
  <PPRICE>{1,1}</PPRICE>
  <PRARITIESFEATURESDECORATIONS>{1,1}</PRARITIESFEATURESDECORATIONS>
  <PSERIALIZATION FORMOFSERIALIZATION="">{1,1}</PSERIALIZATION>
  <PSUBMISSIONSREJECTIONS>{1,1}</PSUBMISSIONSREJECTIONS>
  <QUOTE DIRECT="Y" ID="">{1,1}</QUOTE>
  <RBESTKNOWNWORK>{1,1}</RBESTKNOWNWORK>
  <RDESTRUCTIONOFWORK DESTROYEDBY="">{1,1}</RDESTRUCTIONOFWORK>
  <RESEARCHNOTE>{1,1}</RESEARCHNOTE>
  <RFICTIONALIZATION>{1,1}</RFICTIONALIZATION>
  <RLANDMARKTEXT>{1,1}</RLANDMARKTEXT>
  <RPENALTIES CENSORSHIP="">{1,1}</RPENALTIES>
  <RRECOGNITIONNAME REG="">{1,1}</RRECOGNITIONNAME>
  <RRECOGNITIONS>{1,1}</RRECOGNITIONS>
  <RRESPONSES FORMALITY="" GENDEREDRESPONSE="" RESPONSETYPE="">{1,1}</RRESPONSES>
  <RS REG="" TYPE="">{1,1}</RS>
  <RSELFDESCRIPTION>{1,1}</RSELFDESCRIPTION>
  <RSHEINFLUENCED>{1,1}</RSHEINFLUENCED>
  <SCHOLARNOTE>{1,1}</SCHOLARNOTE>
  <SOCALLED>{1,1}</SOCALLED>
  <TCHARACTERIZATION>{1,1}</TCHARACTERIZATION>
  <TCHARACTERNAME REG="">{1,1}</TCHARACTERNAME>
  <TCHARACTERTYPEROLE PROTAGONIST="">{1,1}</TCHARACTERTYPEROLE>
  <TGENRE GENRENAME="" PROPOSEDALTERNATIVENAME="">{1,1}</TGENRE>
  <TGENREISSUE>{1,1}</TGENREISSUE>
  <TINTERTEXTUALITY GENDEROFAUTHOR="" INTERTEXTTYPE="">{1,1}</TINTERTEXTUALITY>
  <TITLE REF="" REG="" REND="" STANDARD="" TITLETYPE="">{1,1}</TITLE>
  <TMOTIF MOTIFNAME="">{1,1}</TMOTIF>
  <TPLOT>{1,1}</TPLOT>
  <TSETTINGDATE SETTINGDATETYPE="">{1,1}</TSETTINGDATE>
  <TSETTINGPLACE SETTINGCLASS="" SETTINGPLACETYPE="">{1,1}</TSETTINGPLACE>
  <TTECHNIQUES TECHNIQUETYPE="">{1,1}</TTECHNIQUES>
  <TTHEMETOPIC ID="">{1,1}</TTHEMETOPIC>
  <TTONESTYLE>{1,1}</TTONESTYLE>
  <TVOICENARRATION>{1,1}</TVOICENARRATION>
</PPERFORMANCE>
Source
<xs:element name="PPERFORMANCE">
  <xs:annotation>
    <xs:documentation>This element contains all the specifics of the performance of a woman writer's work in cases where the work is a stage play, a radio drama, or a television film script. Significant performances should be included here with all known details about where or how the work was performed.</xs:documentation>
  </xs:annotation>
  <xs:complexType mixed="true">
    <xs:choice minOccurs="0" maxOccurs="unbounded">
      <xs:element ref="BIBCITS"/>
      <xs:element ref="DATE"/>
      <xs:element ref="DATERANGE"/>
      <xs:element ref="DATESTRUCT"/>
      <xs:element ref="NAME"/>
      <xs:element ref="ORGNAME"/>
      <xs:element ref="PADVERTISING"/>
      <xs:element ref="PANTHOLOGIZATION"/>
      <xs:element ref="PAUTHORSHIP"/>
      <xs:element ref="PCIRCULATION"/>
      <xs:element ref="PDEDICATION"/>
      <xs:element ref="PEARNINGS"/>
      <xs:element ref="PEDITIONS"/>
      <xs:element ref="PFIRSTLITERARYACTIVITY"/>
      <xs:element ref="PINFLUENCESHER"/>
      <xs:element ref="PLACE"/>
      <xs:element ref="PLASTLITERARYACTIVITY"/>
      <xs:element ref="PLITERARYSCHOOLS"/>
      <xs:element ref="PMANUSCRIPTHISTORY"/>
      <xs:element ref="PMATERIALCONDITIONS"/>
      <xs:element ref="PMOTIVES"/>
      <xs:element ref="PNONBOOKMEDIA"/>
      <xs:element ref="PNONSURVIVAL"/>
      <xs:element ref="PPERFORMANCE"/>
      <xs:element ref="PPERIODICALPUBLICATION"/>
      <xs:element ref="PPLACEOFPUBLICATION"/>
      <xs:element ref="PPRICE"/>
      <xs:element ref="PRARITIESFEATURESDECORATIONS"/>
      <xs:element ref="PSERIALIZATION"/>
      <xs:element ref="PSUBMISSIONSREJECTIONS"/>
      <xs:element ref="QUOTE"/>
      <xs:element ref="RBESTKNOWNWORK"/>
      <xs:element ref="RDESTRUCTIONOFWORK"/>
      <xs:element ref="RESEARCHNOTE"/>
      <xs:element ref="RFICTIONALIZATION"/>
      <xs:element ref="RLANDMARKTEXT"/>
      <xs:element ref="RPENALTIES"/>
      <xs:element ref="RRECOGNITIONNAME"/>
      <xs:element ref="RRECOGNITIONS"/>
      <xs:element ref="RRESPONSES"/>
      <xs:element ref="RS"/>
      <xs:element ref="RSELFDESCRIPTION"/>
      <xs:element ref="RSHEINFLUENCED"/>
      <xs:element ref="SCHOLARNOTE"/>
      <xs:element ref="SOCALLED"/>
      <xs:element ref="TCHARACTERIZATION"/>
      <xs:element ref="TCHARACTERNAME"/>
      <xs:element ref="TCHARACTERTYPEROLE"/>
      <xs:element ref="TGENRE"/>
      <xs:element ref="TGENREISSUE"/>
      <xs:element ref="TINTERTEXTUALITY"/>
      <xs:element ref="TITLE"/>
      <xs:element ref="TMOTIF"/>
      <xs:element ref="TPLOT"/>
      <xs:element ref="TSETTINGDATE"/>
      <xs:element ref="TSETTINGPLACE"/>
      <xs:element ref="TTECHNIQUES"/>
      <xs:element ref="TTHEMETOPIC"/>
      <xs:element ref="TTONESTYLE"/>
      <xs:element ref="TVOICENARRATION"/>
    </xs:choice>
  </xs:complexType>
</xs:element>
[ top ]
Element PPERIODICALPUBLICATION
Namespace No namespace
Annotations
This element provides commentary about a writer's (text's)
publishing (publication) history in periodicals.
Diagram
Diagram index.tmp#BIBCITS index.tmp#DATE index.tmp#DATERANGE index.tmp#DATESTRUCT index.tmp#EMPH index.tmp#FOREIGN index.tmp#KEYWORDCLASS index.tmp#NAME index.tmp#ORGNAME index.tmp#PADVERTISING index.tmp#PANTHOLOGIZATION index.tmp#PARCHIVALLOCATION index.tmp#PATTITUDES index.tmp#PAUTHORSHIP index.tmp#PCIRCULATION index.tmp#PCONTRACT index.tmp#PCOPYRIGHT index.tmp#PDEDICATION index.tmp#PEARNINGS index.tmp#PEDITIONS index.tmp#PFIRSTLITERARYACTIVITY index.tmp#PINFLUENCESHER index.tmp#PLACE index.tmp#PLASTLITERARYACTIVITY index.tmp#PLITERARYSCHOOLS index.tmp#PMANUSCRIPTHISTORY index.tmp#PMATERIALCONDITIONS index.tmp#PMODEOFPUBLICATION index.tmp#PMOTIVES index.tmp#PNONBOOKMEDIA index.tmp#PNONSURVIVAL index.tmp#PPERFORMANCE index.tmp#PPERIODICALPUBLICATION index.tmp#PPLACEOFPUBLICATION index.tmp#PPRICE index.tmp#PRARITIESFEATURESDECORATIONS index.tmp#PRELATIONSWITHPUBLISHER index.tmp#PSERIALIZATION index.tmp#PSUBMISSIONSREJECTIONS index.tmp#QUOTE index.tmp#RBESTKNOWNWORK index.tmp#RESEARCHNOTE index.tmp#RLANDMARKTEXT index.tmp#RPENALTIES index.tmp#RRECOGNITIONNAME index.tmp#RRECOGNITIONS index.tmp#RRECOGNITIONVALUE index.tmp#RRESPONSES index.tmp#RS index.tmp#RSELFDESCRIPTION index.tmp#RSHEINFLUENCED index.tmp#SCHOLARNOTE index.tmp#SOCALLED index.tmp#TCHARACTERIZATION index.tmp#TCHARACTERNAME index.tmp#TCHARACTERTYPEROLE index.tmp#TGENRE index.tmp#TGENREISSUE index.tmp#TINTERTEXTUALITY index.tmp#TITLE index.tmp#TMOTIF index.tmp#TPLOT index.tmp#TSETTINGDATE index.tmp#TSETTINGPLACE index.tmp#TTECHNIQUES index.tmp#TTHEMETOPIC index.tmp#TTONESTYLE index.tmp#TVOICENARRATION
Properties
content complex
mixed true
Used by
Model
Children BIBCITS, DATE, DATERANGE, DATESTRUCT, EMPH, FOREIGN, KEYWORDCLASS, NAME, ORGNAME, PADVERTISING, PANTHOLOGIZATION, PARCHIVALLOCATION, PATTITUDES, PAUTHORSHIP, PCIRCULATION, PCONTRACT, PCOPYRIGHT, PDEDICATION, PEARNINGS, PEDITIONS, PFIRSTLITERARYACTIVITY, PINFLUENCESHER, PLACE, PLASTLITERARYACTIVITY, PLITERARYSCHOOLS, PMANUSCRIPTHISTORY, PMATERIALCONDITIONS, PMODEOFPUBLICATION, PMOTIVES, PNONBOOKMEDIA, PNONSURVIVAL, PPERFORMANCE, PPERIODICALPUBLICATION, PPLACEOFPUBLICATION, PPRICE, PRARITIESFEATURESDECORATIONS, PRELATIONSWITHPUBLISHER, PSERIALIZATION, PSUBMISSIONSREJECTIONS, QUOTE, RBESTKNOWNWORK, RESEARCHNOTE, RLANDMARKTEXT, RPENALTIES, RRECOGNITIONNAME, RRECOGNITIONS, RRECOGNITIONVALUE, RRESPONSES, RS, RSELFDESCRIPTION, RSHEINFLUENCED, SCHOLARNOTE, SOCALLED, TCHARACTERIZATION, TCHARACTERNAME, TCHARACTERTYPEROLE, TGENRE, TGENREISSUE, TINTERTEXTUALITY, TITLE, TMOTIF, TPLOT, TSETTINGDATE, TSETTINGPLACE, TTECHNIQUES, TTHEMETOPIC, TTONESTYLE, TVOICENARRATION
Instance
<PPERIODICALPUBLICATION>
  <BIBCITS ID="">{1,1}</BIBCITS>
  <DATE CALENDAR="NEWSTYLE" CERTAINTY="CERT" ID="" VALUE="">{1,1}</DATE>
  <DATERANGE CALENDAR="NEWSTYLE" CERTAINTY="CERT" EXACT="" FROM="" ID="" TO="">{1,1}</DATERANGE>
  <DATESTRUCT CALENDAR="NEWSTYLE" CERTAINTY="CERT" VALUE="">{1,1}</DATESTRUCT>
  <EMPH>{1,1}</EMPH>
  <FOREIGN LANG="" REG="">{1,1}</FOREIGN>
  <KEYWORDCLASS KEYWORDTYPE="">{1,1}</KEYWORDCLASS>
  <NAME REF="" STANDARD="">{1,1}</NAME>
  <ORGNAME ORGTYPE="" REF="" REG="" STANDARD="">{1,1}</ORGNAME>
  <PADVERTISING>{1,1}</PADVERTISING>
  <PANTHOLOGIZATION>{1,1}</PANTHOLOGIZATION>
  <PARCHIVALLOCATION>{1,1}</PARCHIVALLOCATION>
  <PATTITUDES>{1,1}</PATTITUDES>
  <PAUTHORSHIP AUTHORNAMETYPE="" AUTHORSHIPCONTROVERSY="" COLLABORATION="" CONTROVERSYDATE="">{1,1}</PAUTHORSHIP>
  <PCIRCULATION>{1,1}</PCIRCULATION>
  <PCONTRACT ID="">{1,1}</PCONTRACT>
  <PCOPYRIGHT>{1,1}</PCOPYRIGHT>
  <PDEDICATION>{1,1}</PDEDICATION>
  <PEARNINGS>{1,1}</PEARNINGS>
  <PEDITIONS>{1,1}</PEDITIONS>
  <PFIRSTLITERARYACTIVITY>{1,1}</PFIRSTLITERARYACTIVITY>
  <PINFLUENCESHER INFLUENCETYPE="">{1,1}</PINFLUENCESHER>
  <PLACE REF="">{1,1}</PLACE>
  <PLASTLITERARYACTIVITY>{1,1}</PLASTLITERARYACTIVITY>
  <PLITERARYSCHOOLS INVOLVEMENT="INVOLVEMENTYES" REG="">{1,1}</PLITERARYSCHOOLS>
  <PMANUSCRIPTHISTORY>{1,1}</PMANUSCRIPTHISTORY>
  <PMATERIALCONDITIONS DISPLACEMENT="">{1,1}</PMATERIALCONDITIONS>
  <PMODEOFPUBLICATION PUBLICATIONMODE="">{1,1}</PMODEOFPUBLICATION>
  <PMOTIVES ID="" MOTIVETYPE="">{1,1}</PMOTIVES>
  <PNONBOOKMEDIA>{1,1}</PNONBOOKMEDIA>
  <PNONSURVIVAL TYPEOFNONSURVIVAL="">{1,1}</PNONSURVIVAL>
  <PPERFORMANCE>{1,1}</PPERFORMANCE>
  <PPERIODICALPUBLICATION>{1,1}</PPERIODICALPUBLICATION>
  <PPLACEOFPUBLICATION>{1,1}</PPLACEOFPUBLICATION>
  <PPRICE>{1,1}</PPRICE>
  <PRARITIESFEATURESDECORATIONS>{1,1}</PRARITIESFEATURESDECORATIONS>
  <PRELATIONSWITHPUBLISHER RELATIONSHIPTYPE="">{1,1}</PRELATIONSWITHPUBLISHER>
  <PSERIALIZATION FORMOFSERIALIZATION="">{1,1}</PSERIALIZATION>
  <PSUBMISSIONSREJECTIONS>{1,1}</PSUBMISSIONSREJECTIONS>
  <QUOTE DIRECT="Y" ID="">{1,1}</QUOTE>
  <RBESTKNOWNWORK>{1,1}</RBESTKNOWNWORK>
  <RESEARCHNOTE>{1,1}</RESEARCHNOTE>
  <RLANDMARKTEXT>{1,1}</RLANDMARKTEXT>
  <RPENALTIES CENSORSHIP="">{1,1}</RPENALTIES>
  <RRECOGNITIONNAME REG="">{1,1}</RRECOGNITIONNAME>
  <RRECOGNITIONS>{1,1}</RRECOGNITIONS>
  <RRECOGNITIONVALUE>{1,1}</RRECOGNITIONVALUE>
  <RRESPONSES FORMALITY="" GENDEREDRESPONSE="" RESPONSETYPE="">{1,1}</RRESPONSES>
  <RS REG="" TYPE="">{1,1}</RS>
  <RSELFDESCRIPTION>{1,1}</RSELFDESCRIPTION>
  <RSHEINFLUENCED>{1,1}</RSHEINFLUENCED>
  <SCHOLARNOTE>{1,1}</SCHOLARNOTE>
  <SOCALLED>{1,1}</SOCALLED>
  <TCHARACTERIZATION>{1,1}</TCHARACTERIZATION>
  <TCHARACTERNAME REG="">{1,1}</TCHARACTERNAME>
  <TCHARACTERTYPEROLE PROTAGONIST="">{1,1}</TCHARACTERTYPEROLE>
  <TGENRE GENRENAME="" PROPOSEDALTERNATIVENAME="">{1,1}</TGENRE>
  <TGENREISSUE>{1,1}</TGENREISSUE>
  <TINTERTEXTUALITY GENDEROFAUTHOR="" INTERTEXTTYPE="">{1,1}</TINTERTEXTUALITY>
  <TITLE REF="" REG="" REND="" STANDARD="" TITLETYPE="">{1,1}</TITLE>
  <TMOTIF MOTIFNAME="">{1,1}</TMOTIF>
  <TPLOT>{1,1}</TPLOT>
  <TSETTINGDATE SETTINGDATETYPE="">{1,1}</TSETTINGDATE>
  <TSETTINGPLACE SETTINGCLASS="" SETTINGPLACETYPE="">{1,1}</TSETTINGPLACE>
  <TTECHNIQUES TECHNIQUETYPE="">{1,1}</TTECHNIQUES>
  <TTHEMETOPIC ID="">{1,1}</TTHEMETOPIC>
  <TTONESTYLE>{1,1}</TTONESTYLE>
  <TVOICENARRATION>{1,1}</TVOICENARRATION>
</PPERIODICALPUBLICATION>
Source
<xs:element name="PPERIODICALPUBLICATION">
  <xs:annotation>
    <xs:documentation>This element provides commentary about a writer's (text's) publishing (publication) history in periodicals.</xs:documentation>
  </xs:annotation>
  <xs:complexType mixed="true">
    <xs:choice minOccurs="0" maxOccurs="unbounded">
      <xs:element ref="BIBCITS"/>
      <xs:element ref="DATE"/>
      <xs:element ref="DATERANGE"/>
      <xs:element ref="DATESTRUCT"/>
      <xs:element ref="EMPH"/>
      <xs:element ref="FOREIGN"/>
      <xs:element ref="KEYWORDCLASS"/>
      <xs:element ref="NAME"/>
      <xs:element ref="ORGNAME"/>
      <xs:element ref="PADVERTISING"/>
      <xs:element ref="PANTHOLOGIZATION"/>
      <xs:element ref="PARCHIVALLOCATION"/>
      <xs:element ref="PATTITUDES"/>
      <xs:element ref="PAUTHORSHIP"/>
      <xs:element ref="PCIRCULATION"/>
      <xs:element ref="PCONTRACT"/>
      <xs:element ref="PCOPYRIGHT"/>
      <xs:element ref="PDEDICATION"/>
      <xs:element ref="PEARNINGS"/>
      <xs:element ref="PEDITIONS"/>
      <xs:element ref="PFIRSTLITERARYACTIVITY"/>
      <xs:element ref="PINFLUENCESHER"/>
      <xs:element ref="PLACE"/>
      <xs:element ref="PLASTLITERARYACTIVITY"/>
      <xs:element ref="PLITERARYSCHOOLS"/>
      <xs:element ref="PMANUSCRIPTHISTORY"/>
      <xs:element ref="PMATERIALCONDITIONS"/>
      <xs:element ref="PMODEOFPUBLICATION"/>
      <xs:element ref="PMOTIVES"/>
      <xs:element ref="PNONBOOKMEDIA"/>
      <xs:element ref="PNONSURVIVAL"/>
      <xs:element ref="PPERFORMANCE"/>
      <xs:element ref="PPERIODICALPUBLICATION"/>
      <xs:element ref="PPLACEOFPUBLICATION"/>
      <xs:element ref="PPRICE"/>
      <xs:element ref="PRARITIESFEATURESDECORATIONS"/>
      <xs:element ref="PRELATIONSWITHPUBLISHER"/>
      <xs:element ref="PSERIALIZATION"/>
      <xs:element ref="PSUBMISSIONSREJECTIONS"/>
      <xs:element ref="QUOTE"/>
      <xs:element ref="RBESTKNOWNWORK"/>
      <xs:element ref="RESEARCHNOTE"/>
      <xs:element ref="RLANDMARKTEXT"/>
      <xs:element ref="RPENALTIES"/>
      <xs:element ref="RRECOGNITIONNAME"/>
      <xs:element ref="RRECOGNITIONS"/>
      <xs:element ref="RRECOGNITIONVALUE"/>
      <xs:element ref="RRESPONSES"/>
      <xs:element ref="RS"/>
      <xs:element ref="RSELFDESCRIPTION"/>
      <xs:element ref="RSHEINFLUENCED"/>
      <xs:element ref="SCHOLARNOTE"/>
      <xs:element ref="SOCALLED"/>
      <xs:element ref="TCHARACTERIZATION"/>
      <xs:element ref="TCHARACTERNAME"/>
      <xs:element ref="TCHARACTERTYPEROLE"/>
      <xs:element ref="TGENRE"/>
      <xs:element ref="TGENREISSUE"/>
      <xs:element ref="TINTERTEXTUALITY"/>
      <xs:element ref="TITLE"/>
      <xs:element ref="TMOTIF"/>
      <xs:element ref="TPLOT"/>
      <xs:element ref="TSETTINGDATE"/>
      <xs:element ref="TSETTINGPLACE"/>
      <xs:element ref="TTECHNIQUES"/>
      <xs:element ref="TTHEMETOPIC"/>
      <xs:element ref="TTONESTYLE"/>
      <xs:element ref="TVOICENARRATION"/>
    </xs:choice>
  </xs:complexType>
</xs:element>
[ top ]
Element PPLACEOFPUBLICATION
Namespace No namespace
Annotations
This element focuses only on what needs to be said about the place
of publication over and above the simple bibliographic reference and would be useful in those instances where censorable books were published with
an imprint of Amsterdam but actually published in London.
Diagram
Diagram index.tmp#BIBCITS index.tmp#DATE index.tmp#DATERANGE index.tmp#EMPH index.tmp#NAME index.tmp#ORGNAME index.tmp#PADVERTISING index.tmp#PANTHOLOGIZATION index.tmp#PARCHIVALLOCATION index.tmp#PAUTHORSHIP index.tmp#PCIRCULATION index.tmp#PCONTRACT index.tmp#PCOPYRIGHT index.tmp#PDEDICATION index.tmp#PEARNINGS index.tmp#PEDITIONS index.tmp#PFIRSTLITERARYACTIVITY index.tmp#PINFLUENCESHER index.tmp#PLACE index.tmp#PLASTLITERARYACTIVITY index.tmp#PMANUSCRIPTHISTORY index.tmp#PMATERIALCONDITIONS index.tmp#PMODEOFPUBLICATION index.tmp#PMOTIVES index.tmp#PNONSURVIVAL index.tmp#PPERFORMANCE index.tmp#PPERIODICALPUBLICATION index.tmp#PPLACEOFPUBLICATION index.tmp#PPRESSRUN index.tmp#PPRICE index.tmp#PRARITIESFEATURESDECORATIONS index.tmp#PRELATIONSWITHPUBLISHER index.tmp#PSERIALIZATION index.tmp#PSUBMISSIONSREJECTIONS index.tmp#PTYPEOFPRESS index.tmp#QUOTE index.tmp#RBESTKNOWNWORK index.tmp#RESEARCHNOTE index.tmp#RLANDMARKTEXT index.tmp#RPENALTIES index.tmp#RRECOGNITIONNAME index.tmp#RRECOGNITIONS index.tmp#RRESPONSES index.tmp#SCHOLARNOTE index.tmp#SOCALLED index.tmp#TCHARACTERNAME index.tmp#TCHARACTERTYPEROLE index.tmp#TGENRE index.tmp#TGENREISSUE index.tmp#TINTERTEXTUALITY index.tmp#TITLE index.tmp#TMOTIF index.tmp#TSETTINGDATE index.tmp#TSETTINGPLACE index.tmp#TTECHNIQUES index.tmp#TTHEMETOPIC index.tmp#TTONESTYLE index.tmp#TVOICENARRATION index.tmp#XREF
Properties
content complex
mixed true
Used by
Model
Children BIBCITS, DATE, DATERANGE, EMPH, NAME, ORGNAME, PADVERTISING, PANTHOLOGIZATION, PARCHIVALLOCATION, PAUTHORSHIP, PCIRCULATION, PCONTRACT, PCOPYRIGHT, PDEDICATION, PEARNINGS, PEDITIONS, PFIRSTLITERARYACTIVITY, PINFLUENCESHER, PLACE, PLASTLITERARYACTIVITY, PMANUSCRIPTHISTORY, PMATERIALCONDITIONS, PMODEOFPUBLICATION, PMOTIVES, PNONSURVIVAL, PPERFORMANCE, PPERIODICALPUBLICATION, PPLACEOFPUBLICATION, PPRESSRUN, PPRICE, PRARITIESFEATURESDECORATIONS, PRELATIONSWITHPUBLISHER, PSERIALIZATION, PSUBMISSIONSREJECTIONS, PTYPEOFPRESS, QUOTE, RBESTKNOWNWORK, RESEARCHNOTE, RLANDMARKTEXT, RPENALTIES, RRECOGNITIONNAME, RRECOGNITIONS, RRESPONSES, SCHOLARNOTE, SOCALLED, TCHARACTERNAME, TCHARACTERTYPEROLE, TGENRE, TGENREISSUE, TINTERTEXTUALITY, TITLE, TMOTIF, TSETTINGDATE, TSETTINGPLACE, TTECHNIQUES, TTHEMETOPIC, TTONESTYLE, TVOICENARRATION, XREF
Instance
<PPLACEOFPUBLICATION>
  <BIBCITS ID="">{1,1}</BIBCITS>
  <DATE CALENDAR="NEWSTYLE" CERTAINTY="CERT" ID="" VALUE="">{1,1}</DATE>
  <DATERANGE CALENDAR="NEWSTYLE" CERTAINTY="CERT" EXACT="" FROM="" ID="" TO="">{1,1}</DATERANGE>
  <EMPH>{1,1}</EMPH>
  <NAME REF="" STANDARD="">{1,1}</NAME>
  <ORGNAME ORGTYPE="" REF="" REG="" STANDARD="">{1,1}</ORGNAME>
  <PADVERTISING>{1,1}</PADVERTISING>
  <PANTHOLOGIZATION>{1,1}</PANTHOLOGIZATION>
  <PARCHIVALLOCATION>{1,1}</PARCHIVALLOCATION>
  <PAUTHORSHIP AUTHORNAMETYPE="" AUTHORSHIPCONTROVERSY="" COLLABORATION="" CONTROVERSYDATE="">{1,1}</PAUTHORSHIP>
  <PCIRCULATION>{1,1}</PCIRCULATION>
  <PCONTRACT ID="">{1,1}</PCONTRACT>
  <PCOPYRIGHT>{1,1}</PCOPYRIGHT>
  <PDEDICATION>{1,1}</PDEDICATION>
  <PEARNINGS>{1,1}</PEARNINGS>
  <PEDITIONS>{1,1}</PEDITIONS>
  <PFIRSTLITERARYACTIVITY>{1,1}</PFIRSTLITERARYACTIVITY>
  <PINFLUENCESHER INFLUENCETYPE="">{1,1}</PINFLUENCESHER>
  <PLACE REF="">{1,1}</PLACE>
  <PLASTLITERARYACTIVITY>{1,1}</PLASTLITERARYACTIVITY>
  <PMANUSCRIPTHISTORY>{1,1}</PMANUSCRIPTHISTORY>
  <PMATERIALCONDITIONS DISPLACEMENT="">{1,1}</PMATERIALCONDITIONS>
  <PMODEOFPUBLICATION PUBLICATIONMODE="">{1,1}</PMODEOFPUBLICATION>
  <PMOTIVES ID="" MOTIVETYPE="">{1,1}</PMOTIVES>
  <PNONSURVIVAL TYPEOFNONSURVIVAL="">{1,1}</PNONSURVIVAL>
  <PPERFORMANCE>{1,1}</PPERFORMANCE>
  <PPERIODICALPUBLICATION>{1,1}</PPERIODICALPUBLICATION>
  <PPLACEOFPUBLICATION>{1,1}</PPLACEOFPUBLICATION>
  <PPRESSRUN>{1,1}</PPRESSRUN>
  <PPRICE>{1,1}</PPRICE>
  <PRARITIESFEATURESDECORATIONS>{1,1}</PRARITIESFEATURESDECORATIONS>
  <PRELATIONSWITHPUBLISHER RELATIONSHIPTYPE="">{1,1}</PRELATIONSWITHPUBLISHER>
  <PSERIALIZATION FORMOFSERIALIZATION="">{1,1}</PSERIALIZATION>
  <PSUBMISSIONSREJECTIONS>{1,1}</PSUBMISSIONSREJECTIONS>
  <PTYPEOFPRESS>{1,1}</PTYPEOFPRESS>
  <QUOTE DIRECT="Y" ID="">{1,1}</QUOTE>
  <RBESTKNOWNWORK>{1,1}</RBESTKNOWNWORK>
  <RESEARCHNOTE>{1,1}</RESEARCHNOTE>
  <RLANDMARKTEXT>{1,1}</RLANDMARKTEXT>
  <RPENALTIES CENSORSHIP="">{1,1}</RPENALTIES>
  <RRECOGNITIONNAME REG="">{1,1}</RRECOGNITIONNAME>
  <RRECOGNITIONS>{1,1}</RRECOGNITIONS>
  <RRESPONSES FORMALITY="" GENDEREDRESPONSE="" RESPONSETYPE="">{1,1}</RRESPONSES>
  <SCHOLARNOTE>{1,1}</SCHOLARNOTE>
  <SOCALLED>{1,1}</SOCALLED>
  <TCHARACTERNAME REG="">{1,1}</TCHARACTERNAME>
  <TCHARACTERTYPEROLE PROTAGONIST="">{1,1}</TCHARACTERTYPEROLE>
  <TGENRE GENRENAME="" PROPOSEDALTERNATIVENAME="">{1,1}</TGENRE>
  <TGENREISSUE>{1,1}</TGENREISSUE>
  <TINTERTEXTUALITY GENDEROFAUTHOR="" INTERTEXTTYPE="">{1,1}</TINTERTEXTUALITY>
  <TITLE REF="" REG="" REND="" STANDARD="" TITLETYPE="">{1,1}</TITLE>
  <TMOTIF MOTIFNAME="">{1,1}</TMOTIF>
  <TSETTINGDATE SETTINGDATETYPE="">{1,1}</TSETTINGDATE>
  <TSETTINGPLACE SETTINGCLASS="" SETTINGPLACETYPE="">{1,1}</TSETTINGPLACE>
  <TTECHNIQUES TECHNIQUETYPE="">{1,1}</TTECHNIQUES>
  <TTHEMETOPIC ID="">{1,1}</TTHEMETOPIC>
  <TTONESTYLE>{1,1}</TTONESTYLE>
  <TVOICENARRATION>{1,1}</TVOICENARRATION>
  <XREF RESP="" URL="">{1,1}</XREF>
</PPLACEOFPUBLICATION>
Source
<xs:element name="PPLACEOFPUBLICATION">
  <xs:annotation>
    <xs:documentation>This element focuses only on what needs to be said about the place of publication over and above the simple bibliographic reference and would be useful in those instances where censorable books were published with an imprint of Amsterdam but actually published in London.</xs:documentation>
  </xs:annotation>
  <xs:complexType mixed="true">
    <xs:choice minOccurs="0" maxOccurs="unbounded">
      <xs:element ref="BIBCITS"/>
      <xs:element ref="DATE"/>
      <xs:element ref="DATERANGE"/>
      <xs:element ref="EMPH"/>
      <xs:element ref="NAME"/>
      <xs:element ref="ORGNAME"/>
      <xs:element ref="PADVERTISING"/>
      <xs:element ref="PANTHOLOGIZATION"/>
      <xs:element ref="PARCHIVALLOCATION"/>
      <xs:element ref="PAUTHORSHIP"/>
      <xs:element ref="PCIRCULATION"/>
      <xs:element ref="PCONTRACT"/>
      <xs:element ref="PCOPYRIGHT"/>
      <xs:element ref="PDEDICATION"/>
      <xs:element ref="PEARNINGS"/>
      <xs:element ref="PEDITIONS"/>
      <xs:element ref="PFIRSTLITERARYACTIVITY"/>
      <xs:element ref="PINFLUENCESHER"/>
      <xs:element ref="PLACE"/>
      <xs:element ref="PLASTLITERARYACTIVITY"/>
      <xs:element ref="PMANUSCRIPTHISTORY"/>
      <xs:element ref="PMATERIALCONDITIONS"/>
      <xs:element ref="PMODEOFPUBLICATION"/>
      <xs:element ref="PMOTIVES"/>
      <xs:element ref="PNONSURVIVAL"/>
      <xs:element ref="PPERFORMANCE"/>
      <xs:element ref="PPERIODICALPUBLICATION"/>
      <xs:element ref="PPLACEOFPUBLICATION"/>
      <xs:element ref="PPRESSRUN"/>
      <xs:element ref="PPRICE"/>
      <xs:element ref="PRARITIESFEATURESDECORATIONS"/>
      <xs:element ref="PRELATIONSWITHPUBLISHER"/>
      <xs:element ref="PSERIALIZATION"/>
      <xs:element ref="PSUBMISSIONSREJECTIONS"/>
      <xs:element ref="PTYPEOFPRESS"/>
      <xs:element ref="QUOTE"/>
      <xs:element ref="RBESTKNOWNWORK"/>
      <xs:element ref="RESEARCHNOTE"/>
      <xs:element ref="RLANDMARKTEXT"/>
      <xs:element ref="RPENALTIES"/>
      <xs:element ref="RRECOGNITIONNAME"/>
      <xs:element ref="RRECOGNITIONS"/>
      <xs:element ref="RRESPONSES"/>
      <xs:element ref="SCHOLARNOTE"/>
      <xs:element ref="SOCALLED"/>
      <xs:element ref="TCHARACTERNAME"/>
      <xs:element ref="TCHARACTERTYPEROLE"/>
      <xs:element ref="TGENRE"/>
      <xs:element ref="TGENREISSUE"/>
      <xs:element ref="TINTERTEXTUALITY"/>
      <xs:element ref="TITLE"/>
      <xs:element ref="TMOTIF"/>
      <xs:element ref="TSETTINGDATE"/>
      <xs:element ref="TSETTINGPLACE"/>
      <xs:element ref="TTECHNIQUES"/>
      <xs:element ref="TTHEMETOPIC"/>
      <xs:element ref="TTONESTYLE"/>
      <xs:element ref="TVOICENARRATION"/>
      <xs:element ref="XREF"/>
    </xs:choice>
  </xs:complexType>
</xs:element>
[ top ]
Element PPRESSRUN
Namespace No namespace
Annotations
Records the number of copies of a printed text; this can be
expressed in numeric form or in prose, such as "a short run."
Diagram
Diagram index.tmp#BIBCITS index.tmp#DATE index.tmp#NAME index.tmp#ORGNAME index.tmp#PADVERTISING index.tmp#PCIRCULATION index.tmp#PEARNINGS index.tmp#PEDITIONS index.tmp#PLACE index.tmp#PMODEOFPUBLICATION index.tmp#PPRICE index.tmp#PRARITIESFEATURESDECORATIONS index.tmp#QUOTE index.tmp#RRECOGNITIONS index.tmp#SOCALLED index.tmp#TGENRE index.tmp#TITLE index.tmp#TTHEMETOPIC
Properties
content complex
mixed true
Used by
Model
Children BIBCITS, DATE, NAME, ORGNAME, PADVERTISING, PCIRCULATION, PEARNINGS, PEDITIONS, PLACE, PMODEOFPUBLICATION, PPRICE, PRARITIESFEATURESDECORATIONS, QUOTE, RRECOGNITIONS, SOCALLED, TGENRE, TITLE, TTHEMETOPIC
Instance
<PPRESSRUN>
  <BIBCITS ID="">{1,1}</BIBCITS>
  <DATE CALENDAR="NEWSTYLE" CERTAINTY="CERT" ID="" VALUE="">{1,1}</DATE>
  <NAME REF="" STANDARD="">{1,1}</NAME>
  <ORGNAME ORGTYPE="" REF="" REG="" STANDARD="">{1,1}</ORGNAME>
  <PADVERTISING>{1,1}</PADVERTISING>
  <PCIRCULATION>{1,1}</PCIRCULATION>
  <PEARNINGS>{1,1}</PEARNINGS>
  <PEDITIONS>{1,1}</PEDITIONS>
  <PLACE REF="">{1,1}</PLACE>
  <PMODEOFPUBLICATION PUBLICATIONMODE="">{1,1}</PMODEOFPUBLICATION>
  <PPRICE>{1,1}</PPRICE>
  <PRARITIESFEATURESDECORATIONS>{1,1}</PRARITIESFEATURESDECORATIONS>
  <QUOTE DIRECT="Y" ID="">{1,1}</QUOTE>
  <RRECOGNITIONS>{1,1}</RRECOGNITIONS>
  <SOCALLED>{1,1}</SOCALLED>
  <TGENRE GENRENAME="" PROPOSEDALTERNATIVENAME="">{1,1}</TGENRE>
  <TITLE REF="" REG="" REND="" STANDARD="" TITLETYPE="">{1,1}</TITLE>
  <TTHEMETOPIC ID="">{1,1}</TTHEMETOPIC>
</PPRESSRUN>
Source
<xs:element name="PPRESSRUN">
  <xs:annotation>
    <xs:documentation>Records the number of copies of a printed text; this can be expressed in numeric form or in prose, such as "a short run."</xs:documentation>
  </xs:annotation>
  <xs:complexType mixed="true">
    <xs:choice minOccurs="0" maxOccurs="unbounded">
      <xs:element ref="BIBCITS"/>
      <xs:element ref="DATE"/>
      <xs:element ref="NAME"/>
      <xs:element ref="ORGNAME"/>
      <xs:element ref="PADVERTISING"/>
      <xs:element ref="PCIRCULATION"/>
      <xs:element ref="PEARNINGS"/>
      <xs:element ref="PEDITIONS"/>
      <xs:element ref="PLACE"/>
      <xs:element ref="PMODEOFPUBLICATION"/>
      <xs:element ref="PPRICE"/>
      <xs:element ref="PRARITIESFEATURESDECORATIONS"/>
      <xs:element ref="QUOTE"/>
      <xs:element ref="RRECOGNITIONS"/>
      <xs:element ref="SOCALLED"/>
      <xs:element ref="TGENRE"/>
      <xs:element ref="TITLE"/>
      <xs:element ref="TTHEMETOPIC"/>
    </xs:choice>
  </xs:complexType>
</xs:element>
[ top ]
Element PPRICE
Namespace No namespace
Annotations
This element defines the price of a book, pamphlet, or other piece of
writing.
Diagram
Diagram index.tmp#BIBCITS index.tmp#DATE index.tmp#NAME index.tmp#ORGNAME index.tmp#PARCHIVALLOCATION index.tmp#PAUTHORSHIP index.tmp#PCIRCULATION index.tmp#PCOPYRIGHT index.tmp#PEARNINGS index.tmp#PEDITIONS index.tmp#PLACE index.tmp#PMODEOFPUBLICATION index.tmp#PPRICE index.tmp#QUOTE index.tmp#SCHOLARNOTE index.tmp#SOCALLED index.tmp#TGENRE index.tmp#TITLE
Properties
content complex
mixed true
Used by
Model
Children BIBCITS, DATE, NAME, ORGNAME, PARCHIVALLOCATION, PAUTHORSHIP, PCIRCULATION, PCOPYRIGHT, PEARNINGS, PEDITIONS, PLACE, PMODEOFPUBLICATION, PPRICE, QUOTE, SCHOLARNOTE, SOCALLED, TGENRE, TITLE
Instance
<PPRICE>
  <BIBCITS ID="">{1,1}</BIBCITS>
  <DATE CALENDAR="NEWSTYLE" CERTAINTY="CERT" ID="" VALUE="">{1,1}</DATE>
  <NAME REF="" STANDARD="">{1,1}</NAME>
  <ORGNAME ORGTYPE="" REF="" REG="" STANDARD="">{1,1}</ORGNAME>
  <PARCHIVALLOCATION>{1,1}</PARCHIVALLOCATION>
  <PAUTHORSHIP AUTHORNAMETYPE="" AUTHORSHIPCONTROVERSY="" COLLABORATION="" CONTROVERSYDATE="">{1,1}</PAUTHORSHIP>
  <PCIRCULATION>{1,1}</PCIRCULATION>
  <PCOPYRIGHT>{1,1}</PCOPYRIGHT>
  <PEARNINGS>{1,1}</PEARNINGS>
  <PEDITIONS>{1,1}</PEDITIONS>
  <PLACE REF="">{1,1}</PLACE>
  <PMODEOFPUBLICATION PUBLICATIONMODE="">{1,1}</PMODEOFPUBLICATION>
  <PPRICE>{1,1}</PPRICE>
  <QUOTE DIRECT="Y" ID="">{1,1}</QUOTE>
  <SCHOLARNOTE>{1,1}</SCHOLARNOTE>
  <SOCALLED>{1,1}</SOCALLED>
  <TGENRE GENRENAME="" PROPOSEDALTERNATIVENAME="">{1,1}</TGENRE>
  <TITLE REF="" REG="" REND="" STANDARD="" TITLETYPE="">{1,1}</TITLE>
</PPRICE>
Source
<xs:element name="PPRICE">
  <xs:annotation>
    <xs:documentation>This element defines the price of a book, pamphlet, or other piece of writing.</xs:documentation>
  </xs:annotation>
  <xs:complexType mixed="true">
    <xs:choice minOccurs="0" maxOccurs="unbounded">
      <xs:element ref="BIBCITS"/>
      <xs:element ref="DATE"/>
      <xs:element ref="NAME"/>
      <xs:element ref="ORGNAME"/>
      <xs:element ref="PARCHIVALLOCATION"/>
      <xs:element ref="PAUTHORSHIP"/>
      <xs:element ref="PCIRCULATION"/>
      <xs:element ref="PCOPYRIGHT"/>
      <xs:element ref="PEARNINGS"/>
      <xs:element ref="PEDITIONS"/>
      <xs:element ref="PLACE"/>
      <xs:element ref="PMODEOFPUBLICATION"/>
      <xs:element ref="PPRICE"/>
      <xs:element ref="QUOTE"/>
      <xs:element ref="SCHOLARNOTE"/>
      <xs:element ref="SOCALLED"/>
      <xs:element ref="TGENRE"/>
      <xs:element ref="TITLE"/>
    </xs:choice>
  </xs:complexType>
</xs:element>
[ top ]
Element TITLE
Namespace No namespace
Annotations
The title element contains the title of a work, whether
article, book, journal (newspaper, magazine), series, or unpublished.
Diagram
Diagram index.tmp#TITLE_REG index.tmp#TITLE_REND index.tmp#TITLE_STANDARD index.tmp#TITLE_TITLETYPE index.tmp#TITLE_REF index.tmp#DATE index.tmp#DATERANGE index.tmp#EMPH index.tmp#FOREIGN index.tmp#NAME index.tmp#ORGNAME index.tmp#PLACE index.tmp#PLITERARYSCHOOLS index.tmp#PMATERIALCONDITIONS index.tmp#PMOTIVES index.tmp#PPERIODICALPUBLICATION index.tmp#QUOTE index.tmp#RESEARCHNOTE index.tmp#RS index.tmp#SIC index.tmp#SOCALLED index.tmp#TCHARACTERIZATION index.tmp#TCHARACTERNAME index.tmp#TCHARACTERTYPEROLE index.tmp#TGENRE index.tmp#TGENREISSUE index.tmp#TITLE index.tmp#TMOTIF index.tmp#TOPIC index.tmp#TPLOT index.tmp#TSETTINGDATE index.tmp#TSETTINGPLACE index.tmp#TTECHNIQUES index.tmp#TTHEMETOPIC index.tmp#TTONESTYLE index.tmp#TVOICENARRATION index.tmp#XREF
Properties
content complex
mixed true
Used by
Model
Children DATE, DATERANGE, EMPH, FOREIGN, NAME, ORGNAME, PLACE, PLITERARYSCHOOLS, PMATERIALCONDITIONS, PMOTIVES, PPERIODICALPUBLICATION, QUOTE, RESEARCHNOTE, RS, SIC, SOCALLED, TCHARACTERIZATION, TCHARACTERNAME, TCHARACTERTYPEROLE, TGENRE, TGENREISSUE, TITLE, TMOTIF, TOPIC, TPLOT, TSETTINGDATE, TSETTINGPLACE, TTECHNIQUES, TTHEMETOPIC, TTONESTYLE, TVOICENARRATION, XREF
Instance
<TITLE REF="" REG="" REND="" STANDARD="" TITLETYPE="">
  <DATE CALENDAR="NEWSTYLE" CERTAINTY="CERT" ID="" VALUE="">{1,1}</DATE>
  <DATERANGE CALENDAR="NEWSTYLE" CERTAINTY="CERT" EXACT="" FROM="" ID="" TO="">{1,1}</DATERANGE>
  <EMPH>{1,1}</EMPH>
  <FOREIGN LANG="" REG="">{1,1}</FOREIGN>
  <NAME REF="" STANDARD="">{1,1}</NAME>
  <ORGNAME ORGTYPE="" REF="" REG="" STANDARD="">{1,1}</ORGNAME>
  <PLACE REF="">{1,1}</PLACE>
  <PLITERARYSCHOOLS INVOLVEMENT="INVOLVEMENTYES" REG="">{1,1}</PLITERARYSCHOOLS>
  <PMATERIALCONDITIONS DISPLACEMENT="">{1,1}</PMATERIALCONDITIONS>
  <PMOTIVES ID="" MOTIVETYPE="">{1,1}</PMOTIVES>
  <PPERIODICALPUBLICATION>{1,1}</PPERIODICALPUBLICATION>
  <QUOTE DIRECT="Y" ID="">{1,1}</QUOTE>
  <RESEARCHNOTE>{1,1}</RESEARCHNOTE>
  <RS REG="" TYPE="">{1,1}</RS>
  <SIC CORR="">{1,1}</SIC>
  <SOCALLED>{1,1}</SOCALLED>
  <TCHARACTERIZATION>{1,1}</TCHARACTERIZATION>
  <TCHARACTERNAME REG="">{1,1}</TCHARACTERNAME>
  <TCHARACTERTYPEROLE PROTAGONIST="">{1,1}</TCHARACTERTYPEROLE>
  <TGENRE GENRENAME="" PROPOSEDALTERNATIVENAME="">{1,1}</TGENRE>
  <TGENREISSUE>{1,1}</TGENREISSUE>
  <TITLE REF="" REG="" REND="" STANDARD="" TITLETYPE="">{1,1}</TITLE>
  <TMOTIF MOTIFNAME="">{1,1}</TMOTIF>
  <TOPIC STANDARD="">{1,1}</TOPIC>
  <TPLOT>{1,1}</TPLOT>
  <TSETTINGDATE SETTINGDATETYPE="">{1,1}</TSETTINGDATE>
  <TSETTINGPLACE SETTINGCLASS="" SETTINGPLACETYPE="">{1,1}</TSETTINGPLACE>
  <TTECHNIQUES TECHNIQUETYPE="">{1,1}</TTECHNIQUES>
  <TTHEMETOPIC ID="">{1,1}</TTHEMETOPIC>
  <TTONESTYLE>{1,1}</TTONESTYLE>
  <TVOICENARRATION>{1,1}</TVOICENARRATION>
  <XREF RESP="" URL="">{1,1}</XREF>
</TITLE>
Attributes
QName Type Use Annotation
REF xs:anyURI optional
REG optional
Reg (or
regularization) contains a reading which has been regularized or normalized in some
sense.
REND optional
STANDARD optional
TITLETYPE restriction of xs:token required
An attribute of title, titleType indicates whether a
title is a part of another work, an entire work, a journal, or a series.
Source
<xs:element name="TITLE">
  <xs:annotation>
    <xs:documentation>The title element contains the title of a work, whether article, book, journal (newspaper, magazine), series, or unpublished.</xs:documentation>
  </xs:annotation>
  <xs:complexType mixed="true">
    <xs:choice minOccurs="0" maxOccurs="unbounded">
      <xs:element ref="DATE"/>
      <xs:element ref="DATERANGE"/>
      <xs:element ref="EMPH"/>
      <xs:element ref="FOREIGN"/>
      <xs:element ref="NAME"/>
      <xs:element ref="ORGNAME"/>
      <xs:element ref="PLACE"/>
      <xs:element ref="PLITERARYSCHOOLS"/>
      <xs:element ref="PMATERIALCONDITIONS"/>
      <xs:element ref="PMOTIVES"/>
      <xs:element ref="PPERIODICALPUBLICATION"/>
      <xs:element ref="QUOTE"/>
      <xs:element ref="RESEARCHNOTE"/>
      <xs:element ref="RS"/>
      <xs:element ref="SIC"/>
      <xs:element ref="SOCALLED"/>
      <xs:element ref="TCHARACTERIZATION"/>
      <xs:element ref="TCHARACTERNAME"/>
      <xs:element ref="TCHARACTERTYPEROLE"/>
      <xs:element ref="TGENRE"/>
      <xs:element ref="TGENREISSUE"/>
      <xs:element ref="TITLE"/>
      <xs:element ref="TMOTIF"/>
      <xs:element ref="TOPIC"/>
      <xs:element ref="TPLOT"/>
      <xs:element ref="TSETTINGDATE"/>
      <xs:element ref="TSETTINGPLACE"/>
      <xs:element ref="TTECHNIQUES"/>
      <xs:element ref="TTHEMETOPIC"/>
      <xs:element ref="TTONESTYLE"/>
      <xs:element ref="TVOICENARRATION"/>
      <xs:element ref="XREF"/>
    </xs:choice>
    <xs:attribute name="REG">
      <xs:annotation>
        <xs:documentation>Reg (or regularization) contains a reading which has been regularized or normalized in some sense.</xs:documentation>
      </xs:annotation>
    </xs:attribute>
    <xs:attribute name="REND"/>
    <xs:attribute name="STANDARD"/>
    <xs:attribute name="TITLETYPE" use="required">
      <xs:annotation>
        <xs:documentation>An attribute of title, titleType indicates whether a title is a part of another work, an entire work, a journal, or a series.</xs:documentation>
      </xs:annotation>
      <xs:simpleType>
        <xs:restriction base="xs:token">
          <xs:enumeration value="MONOGRAPHIC"/>
          <xs:enumeration value="ANALYTIC"/>
          <xs:enumeration value="JOURNAL"/>
          <xs:enumeration value="SERIES"/>
          <xs:enumeration value="UNPUBLISHED"/>
        </xs:restriction>
      </xs:simpleType>
    </xs:attribute>
    <xs:attribute name="REF" type="xs:anyURI"/>
  </xs:complexType>
</xs:element>
[ top ]
Element TCHARACTERIZATION
Namespace No namespace
Annotations
This element contains all of the relevant information about those
fictional characters who populate an author's work.
Diagram
Diagram index.tmp#BIBCITS index.tmp#DATE index.tmp#DATERANGE index.tmp#EMPH index.tmp#FOREIGN index.tmp#KEYWORDCLASS index.tmp#NAME index.tmp#ORGNAME index.tmp#PATTITUDES index.tmp#PDEDICATION index.tmp#PEDITIONS index.tmp#PINFLUENCESHER index.tmp#PLACE index.tmp#PLITERARYSCHOOLS index.tmp#PMANUSCRIPTHISTORY index.tmp#PMATERIALCONDITIONS index.tmp#PMODEOFPUBLICATION index.tmp#PMOTIVES index.tmp#PPERFORMANCE index.tmp#PRARITIESFEATURESDECORATIONS index.tmp#PSERIALIZATION index.tmp#PSUBMISSIONSREJECTIONS index.tmp#QUOTE index.tmp#RESEARCHNOTE index.tmp#RLANDMARKTEXT index.tmp#RPENALTIES index.tmp#RRESPONSES index.tmp#RSELFDESCRIPTION index.tmp#RSHEINFLUENCED index.tmp#SCHOLARNOTE index.tmp#SOCALLED index.tmp#TCHARACTERIZATION index.tmp#TCHARACTERNAME index.tmp#TCHARACTERTYPEROLE index.tmp#TGENRE index.tmp#TGENREISSUE index.tmp#TINTERTEXTUALITY index.tmp#TITLE index.tmp#TMOTIF index.tmp#TOPIC index.tmp#TPLOT index.tmp#TSETTINGDATE index.tmp#TSETTINGPLACE index.tmp#TTECHNIQUES index.tmp#TTHEMETOPIC index.tmp#TTONESTYLE index.tmp#TVOICENARRATION
Properties
content complex
mixed true
Used by
Model
Children BIBCITS, DATE, DATERANGE, EMPH, FOREIGN, KEYWORDCLASS, NAME, ORGNAME, PATTITUDES, PDEDICATION, PEDITIONS, PINFLUENCESHER, PLACE, PLITERARYSCHOOLS, PMANUSCRIPTHISTORY, PMATERIALCONDITIONS, PMODEOFPUBLICATION, PMOTIVES, PPERFORMANCE, PRARITIESFEATURESDECORATIONS, PSERIALIZATION, PSUBMISSIONSREJECTIONS, QUOTE, RESEARCHNOTE, RLANDMARKTEXT, RPENALTIES, RRESPONSES, RSELFDESCRIPTION, RSHEINFLUENCED, SCHOLARNOTE, SOCALLED, TCHARACTERIZATION, TCHARACTERNAME, TCHARACTERTYPEROLE, TGENRE, TGENREISSUE, TINTERTEXTUALITY, TITLE, TMOTIF, TOPIC, TPLOT, TSETTINGDATE, TSETTINGPLACE, TTECHNIQUES, TTHEMETOPIC, TTONESTYLE, TVOICENARRATION
Instance
<TCHARACTERIZATION>
  <BIBCITS ID="">{1,1}</BIBCITS>
  <DATE CALENDAR="NEWSTYLE" CERTAINTY="CERT" ID="" VALUE="">{1,1}</DATE>
  <DATERANGE CALENDAR="NEWSTYLE" CERTAINTY="CERT" EXACT="" FROM="" ID="" TO="">{1,1}</DATERANGE>
  <EMPH>{1,1}</EMPH>
  <FOREIGN LANG="" REG="">{1,1}</FOREIGN>
  <KEYWORDCLASS KEYWORDTYPE="">{1,1}</KEYWORDCLASS>
  <NAME REF="" STANDARD="">{1,1}</NAME>
  <ORGNAME ORGTYPE="" REF="" REG="" STANDARD="">{1,1}</ORGNAME>
  <PATTITUDES>{1,1}</PATTITUDES>
  <PDEDICATION>{1,1}</PDEDICATION>
  <PEDITIONS>{1,1}</PEDITIONS>
  <PINFLUENCESHER INFLUENCETYPE="">{1,1}</PINFLUENCESHER>
  <PLACE REF="">{1,1}</PLACE>
  <PLITERARYSCHOOLS INVOLVEMENT="INVOLVEMENTYES" REG="">{1,1}</PLITERARYSCHOOLS>
  <PMANUSCRIPTHISTORY>{1,1}</PMANUSCRIPTHISTORY>
  <PMATERIALCONDITIONS DISPLACEMENT="">{1,1}</PMATERIALCONDITIONS>
  <PMODEOFPUBLICATION PUBLICATIONMODE="">{1,1}</PMODEOFPUBLICATION>
  <PMOTIVES ID="" MOTIVETYPE="">{1,1}</PMOTIVES>
  <PPERFORMANCE>{1,1}</PPERFORMANCE>
  <PRARITIESFEATURESDECORATIONS>{1,1}</PRARITIESFEATURESDECORATIONS>
  <PSERIALIZATION FORMOFSERIALIZATION="">{1,1}</PSERIALIZATION>
  <PSUBMISSIONSREJECTIONS>{1,1}</PSUBMISSIONSREJECTIONS>
  <QUOTE DIRECT="Y" ID="">{1,1}</QUOTE>
  <RESEARCHNOTE>{1,1}</RESEARCHNOTE>
  <RLANDMARKTEXT>{1,1}</RLANDMARKTEXT>
  <RPENALTIES CENSORSHIP="">{1,1}</RPENALTIES>
  <RRESPONSES FORMALITY="" GENDEREDRESPONSE="" RESPONSETYPE="">{1,1}</RRESPONSES>
  <RSELFDESCRIPTION>{1,1}</RSELFDESCRIPTION>
  <RSHEINFLUENCED>{1,1}</RSHEINFLUENCED>
  <SCHOLARNOTE>{1,1}</SCHOLARNOTE>
  <SOCALLED>{1,1}</SOCALLED>
  <TCHARACTERIZATION>{1,1}</TCHARACTERIZATION>
  <TCHARACTERNAME REG="">{1,1}</TCHARACTERNAME>
  <TCHARACTERTYPEROLE PROTAGONIST="">{1,1}</TCHARACTERTYPEROLE>
  <TGENRE GENRENAME="" PROPOSEDALTERNATIVENAME="">{1,1}</TGENRE>
  <TGENREISSUE>{1,1}</TGENREISSUE>
  <TINTERTEXTUALITY GENDEROFAUTHOR="" INTERTEXTTYPE="">{1,1}</TINTERTEXTUALITY>
  <TITLE REF="" REG="" REND="" STANDARD="" TITLETYPE="">{1,1}</TITLE>
  <TMOTIF MOTIFNAME="">{1,1}</TMOTIF>
  <TOPIC STANDARD="">{1,1}</TOPIC>
  <TPLOT>{1,1}</TPLOT>
  <TSETTINGDATE SETTINGDATETYPE="">{1,1}</TSETTINGDATE>
  <TSETTINGPLACE SETTINGCLASS="" SETTINGPLACETYPE="">{1,1}</TSETTINGPLACE>
  <TTECHNIQUES TECHNIQUETYPE="">{1,1}</TTECHNIQUES>
  <TTHEMETOPIC ID="">{1,1}</TTHEMETOPIC>
  <TTONESTYLE>{1,1}</TTONESTYLE>
  <TVOICENARRATION>{1,1}</TVOICENARRATION>
</TCHARACTERIZATION>
Source
<xs:element name="TCHARACTERIZATION">
  <xs:annotation>
    <xs:documentation>This element contains all of the relevant information about those fictional characters who populate an author's work.</xs:documentation>
  </xs:annotation>
  <xs:complexType mixed="true">
    <xs:choice minOccurs="0" maxOccurs="unbounded">
      <xs:element ref="BIBCITS"/>
      <xs:element ref="DATE"/>
      <xs:element ref="DATERANGE"/>
      <xs:element ref="EMPH"/>
      <xs:element ref="FOREIGN"/>
      <xs:element ref="KEYWORDCLASS"/>
      <xs:element ref="NAME"/>
      <xs:element ref="ORGNAME"/>
      <xs:element ref="PATTITUDES"/>
      <xs:element ref="PDEDICATION"/>
      <xs:element ref="PEDITIONS"/>
      <xs:element ref="PINFLUENCESHER"/>
      <xs:element ref="PLACE"/>
      <xs:element ref="PLITERARYSCHOOLS"/>
      <xs:element ref="PMANUSCRIPTHISTORY"/>
      <xs:element ref="PMATERIALCONDITIONS"/>
      <xs:element ref="PMODEOFPUBLICATION"/>
      <xs:element ref="PMOTIVES"/>
      <xs:element ref="PPERFORMANCE"/>
      <xs:element ref="PRARITIESFEATURESDECORATIONS"/>
      <xs:element ref="PSERIALIZATION"/>
      <xs:element ref="PSUBMISSIONSREJECTIONS"/>
      <xs:element ref="QUOTE"/>
      <xs:element ref="RESEARCHNOTE"/>
      <xs:element ref="RLANDMARKTEXT"/>
      <xs:element ref="RPENALTIES"/>
      <xs:element ref="RRESPONSES"/>
      <xs:element ref="RSELFDESCRIPTION"/>
      <xs:element ref="RSHEINFLUENCED"/>
      <xs:element ref="SCHOLARNOTE"/>
      <xs:element ref="SOCALLED"/>
      <xs:element ref="TCHARACTERIZATION"/>
      <xs:element ref="TCHARACTERNAME"/>
      <xs:element ref="TCHARACTERTYPEROLE"/>
      <xs:element ref="TGENRE"/>
      <xs:element ref="TGENREISSUE"/>
      <xs:element ref="TINTERTEXTUALITY"/>
      <xs:element ref="TITLE"/>
      <xs:element ref="TMOTIF"/>
      <xs:element ref="TOPIC"/>
      <xs:element ref="TPLOT"/>
      <xs:element ref="TSETTINGDATE"/>
      <xs:element ref="TSETTINGPLACE"/>
      <xs:element ref="TTECHNIQUES"/>
      <xs:element ref="TTHEMETOPIC"/>
      <xs:element ref="TTONESTYLE"/>
      <xs:element ref="TVOICENARRATION"/>
    </xs:choice>
  </xs:complexType>
</xs:element>
[ top ]
Element PSERIALIZATION
Namespace No namespace
Annotations
This element describes all the details about the serial appearance of a
work either on its own or in a periodical (multiple instalments); refers to those complete works which were published in bits.
Diagram
Diagram index.tmp#PSERIALIZATION_FORMOFSERIALIZATION index.tmp#BIBCITS index.tmp#DATE index.tmp#DATERANGE index.tmp#DATESTRUCT index.tmp#KEYWORDCLASS index.tmp#NAME index.tmp#ORGNAME index.tmp#PADVERTISING index.tmp#PATTITUDES index.tmp#PAUTHORSHIP index.tmp#PCIRCULATION index.tmp#PCOPYRIGHT index.tmp#PDEDICATION index.tmp#PEARNINGS index.tmp#PEDITIONS index.tmp#PFIRSTLITERARYACTIVITY index.tmp#PINFLUENCESHER index.tmp#PLACE index.tmp#PLASTLITERARYACTIVITY index.tmp#PMANUSCRIPTHISTORY index.tmp#PMATERIALCONDITIONS index.tmp#PMODEOFPUBLICATION index.tmp#PMOTIVES index.tmp#PNONBOOKMEDIA index.tmp#PPERFORMANCE index.tmp#PPERIODICALPUBLICATION index.tmp#PPLACEOFPUBLICATION index.tmp#PPRICE index.tmp#PRARITIESFEATURESDECORATIONS index.tmp#PRELATIONSWITHPUBLISHER index.tmp#PSERIALIZATION index.tmp#PSUBMISSIONSREJECTIONS index.tmp#QUOTE index.tmp#RBESTKNOWNWORK index.tmp#RESEARCHNOTE index.tmp#RLANDMARKTEXT index.tmp#RPENALTIES index.tmp#RSELFDESCRIPTION index.tmp#RSHEINFLUENCED index.tmp#SCHOLARNOTE index.tmp#SOCALLED index.tmp#TCHARACTERNAME index.tmp#TCHARACTERTYPEROLE index.tmp#TGENRE index.tmp#TGENREISSUE index.tmp#TINTERTEXTUALITY index.tmp#TITLE index.tmp#TMOTIF index.tmp#TOPIC index.tmp#TSETTINGDATE index.tmp#TSETTINGPLACE index.tmp#TTHEMETOPIC index.tmp#TVOICENARRATION
Properties
content complex
mixed true
Used by
Model
Children BIBCITS, DATE, DATERANGE, DATESTRUCT, KEYWORDCLASS, NAME, ORGNAME, PADVERTISING, PATTITUDES, PAUTHORSHIP, PCIRCULATION, PCOPYRIGHT, PDEDICATION, PEARNINGS, PEDITIONS, PFIRSTLITERARYACTIVITY, PINFLUENCESHER, PLACE, PLASTLITERARYACTIVITY, PMANUSCRIPTHISTORY, PMATERIALCONDITIONS, PMODEOFPUBLICATION, PMOTIVES, PNONBOOKMEDIA, PPERFORMANCE, PPERIODICALPUBLICATION, PPLACEOFPUBLICATION, PPRICE, PRARITIESFEATURESDECORATIONS, PRELATIONSWITHPUBLISHER, PSERIALIZATION, PSUBMISSIONSREJECTIONS, QUOTE, RBESTKNOWNWORK, RESEARCHNOTE, RLANDMARKTEXT, RPENALTIES, RSELFDESCRIPTION, RSHEINFLUENCED, SCHOLARNOTE, SOCALLED, TCHARACTERNAME, TCHARACTERTYPEROLE, TGENRE, TGENREISSUE, TINTERTEXTUALITY, TITLE, TMOTIF, TOPIC, TSETTINGDATE, TSETTINGPLACE, TTHEMETOPIC, TVOICENARRATION
Instance
<PSERIALIZATION FORMOFSERIALIZATION="">
  <BIBCITS ID="">{1,1}</BIBCITS>
  <DATE CALENDAR="NEWSTYLE" CERTAINTY="CERT" ID="" VALUE="">{1,1}</DATE>
  <DATERANGE CALENDAR="NEWSTYLE" CERTAINTY="CERT" EXACT="" FROM="" ID="" TO="">{1,1}</DATERANGE>
  <DATESTRUCT CALENDAR="NEWSTYLE" CERTAINTY="CERT" VALUE="">{1,1}</DATESTRUCT>
  <KEYWORDCLASS KEYWORDTYPE="">{1,1}</KEYWORDCLASS>
  <NAME REF="" STANDARD="">{1,1}</NAME>
  <ORGNAME ORGTYPE="" REF="" REG="" STANDARD="">{1,1}</ORGNAME>
  <PADVERTISING>{1,1}</PADVERTISING>
  <PATTITUDES>{1,1}</PATTITUDES>
  <PAUTHORSHIP AUTHORNAMETYPE="" AUTHORSHIPCONTROVERSY="" COLLABORATION="" CONTROVERSYDATE="">{1,1}</PAUTHORSHIP>
  <PCIRCULATION>{1,1}</PCIRCULATION>
  <PCOPYRIGHT>{1,1}</PCOPYRIGHT>
  <PDEDICATION>{1,1}</PDEDICATION>
  <PEARNINGS>{1,1}</PEARNINGS>
  <PEDITIONS>{1,1}</PEDITIONS>
  <PFIRSTLITERARYACTIVITY>{1,1}</PFIRSTLITERARYACTIVITY>
  <PINFLUENCESHER INFLUENCETYPE="">{1,1}</PINFLUENCESHER>
  <PLACE REF="">{1,1}</PLACE>
  <PLASTLITERARYACTIVITY>{1,1}</PLASTLITERARYACTIVITY>
  <PMANUSCRIPTHISTORY>{1,1}</PMANUSCRIPTHISTORY>
  <PMATERIALCONDITIONS DISPLACEMENT="">{1,1}</PMATERIALCONDITIONS>
  <PMODEOFPUBLICATION PUBLICATIONMODE="">{1,1}</PMODEOFPUBLICATION>
  <PMOTIVES ID="" MOTIVETYPE="">{1,1}</PMOTIVES>
  <PNONBOOKMEDIA>{1,1}</PNONBOOKMEDIA>
  <PPERFORMANCE>{1,1}</PPERFORMANCE>
  <PPERIODICALPUBLICATION>{1,1}</PPERIODICALPUBLICATION>
  <PPLACEOFPUBLICATION>{1,1}</PPLACEOFPUBLICATION>
  <PPRICE>{1,1}</PPRICE>
  <PRARITIESFEATURESDECORATIONS>{1,1}</PRARITIESFEATURESDECORATIONS>
  <PRELATIONSWITHPUBLISHER RELATIONSHIPTYPE="">{1,1}</PRELATIONSWITHPUBLISHER>
  <PSERIALIZATION FORMOFSERIALIZATION="">{1,1}</PSERIALIZATION>
  <PSUBMISSIONSREJECTIONS>{1,1}</PSUBMISSIONSREJECTIONS>
  <QUOTE DIRECT="Y" ID="">{1,1}</QUOTE>
  <RBESTKNOWNWORK>{1,1}</RBESTKNOWNWORK>
  <RESEARCHNOTE>{1,1}</RESEARCHNOTE>
  <RLANDMARKTEXT>{1,1}</RLANDMARKTEXT>
  <RPENALTIES CENSORSHIP="">{1,1}</RPENALTIES>
  <RSELFDESCRIPTION>{1,1}</RSELFDESCRIPTION>
  <RSHEINFLUENCED>{1,1}</RSHEINFLUENCED>
  <SCHOLARNOTE>{1,1}</SCHOLARNOTE>
  <SOCALLED>{1,1}</SOCALLED>
  <TCHARACTERNAME REG="">{1,1}</TCHARACTERNAME>
  <TCHARACTERTYPEROLE PROTAGONIST="">{1,1}</TCHARACTERTYPEROLE>
  <TGENRE GENRENAME="" PROPOSEDALTERNATIVENAME="">{1,1}</TGENRE>
  <TGENREISSUE>{1,1}</TGENREISSUE>
  <TINTERTEXTUALITY GENDEROFAUTHOR="" INTERTEXTTYPE="">{1,1}</TINTERTEXTUALITY>
  <TITLE REF="" REG="" REND="" STANDARD="" TITLETYPE="">{1,1}</TITLE>
  <TMOTIF MOTIFNAME="">{1,1}</TMOTIF>
  <TOPIC STANDARD="">{1,1}</TOPIC>
  <TSETTINGDATE SETTINGDATETYPE="">{1,1}</TSETTINGDATE>
  <TSETTINGPLACE SETTINGCLASS="" SETTINGPLACETYPE="">{1,1}</TSETTINGPLACE>
  <TTHEMETOPIC ID="">{1,1}</TTHEMETOPIC>
  <TVOICENARRATION>{1,1}</TVOICENARRATION>
</PSERIALIZATION>
Attributes
QName Type Use Annotation
FORMOFSERIALIZATION restriction of xs:token optional
This attribute is attached to the element pSerialization and
specifies whether the work appeared in "volumeForm" or "periodicalForm."
Source
<xs:element name="PSERIALIZATION">
  <xs:annotation>
    <xs:documentation>This element describes all the details about the serial appearance of a work either on its own or in a periodical (multiple instalments); refers to those complete works which were published in bits.</xs:documentation>
  </xs:annotation>
  <xs:complexType mixed="true">
    <xs:choice minOccurs="0" maxOccurs="unbounded">
      <xs:element ref="BIBCITS"/>
      <xs:element ref="DATE"/>
      <xs:element ref="DATERANGE"/>
      <xs:element ref="DATESTRUCT"/>
      <xs:element ref="KEYWORDCLASS"/>
      <xs:element ref="NAME"/>
      <xs:element ref="ORGNAME"/>
      <xs:element ref="PADVERTISING"/>
      <xs:element ref="PATTITUDES"/>
      <xs:element ref="PAUTHORSHIP"/>
      <xs:element ref="PCIRCULATION"/>
      <xs:element ref="PCOPYRIGHT"/>
      <xs:element ref="PDEDICATION"/>
      <xs:element ref="PEARNINGS"/>
      <xs:element ref="PEDITIONS"/>
      <xs:element ref="PFIRSTLITERARYACTIVITY"/>
      <xs:element ref="PINFLUENCESHER"/>
      <xs:element ref="PLACE"/>
      <xs:element ref="PLASTLITERARYACTIVITY"/>
      <xs:element ref="PMANUSCRIPTHISTORY"/>
      <xs:element ref="PMATERIALCONDITIONS"/>
      <xs:element ref="PMODEOFPUBLICATION"/>
      <xs:element ref="PMOTIVES"/>
      <xs:element ref="PNONBOOKMEDIA"/>
      <xs:element ref="PPERFORMANCE"/>
      <xs:element ref="PPERIODICALPUBLICATION"/>
      <xs:element ref="PPLACEOFPUBLICATION"/>
      <xs:element ref="PPRICE"/>
      <xs:element ref="PRARITIESFEATURESDECORATIONS"/>
      <xs:element ref="PRELATIONSWITHPUBLISHER"/>
      <xs:element ref="PSERIALIZATION"/>
      <xs:element ref="PSUBMISSIONSREJECTIONS"/>
      <xs:element ref="QUOTE"/>
      <xs:element ref="RBESTKNOWNWORK"/>
      <xs:element ref="RESEARCHNOTE"/>
      <xs:element ref="RLANDMARKTEXT"/>
      <xs:element ref="RPENALTIES"/>
      <xs:element ref="RSELFDESCRIPTION"/>
      <xs:element ref="RSHEINFLUENCED"/>
      <xs:element ref="SCHOLARNOTE"/>
      <xs:element ref="SOCALLED"/>
      <xs:element ref="TCHARACTERNAME"/>
      <xs:element ref="TCHARACTERTYPEROLE"/>
      <xs:element ref="TGENRE"/>
      <xs:element ref="TGENREISSUE"/>
      <xs:element ref="TINTERTEXTUALITY"/>
      <xs:element ref="TITLE"/>
      <xs:element ref="TMOTIF"/>
      <xs:element ref="TOPIC"/>
      <xs:element ref="TSETTINGDATE"/>
      <xs:element ref="TSETTINGPLACE"/>
      <xs:element ref="TTHEMETOPIC"/>
      <xs:element ref="TVOICENARRATION"/>
    </xs:choice>
    <xs:attribute name="FORMOFSERIALIZATION">
      <xs:annotation>
        <xs:documentation>This attribute is attached to the element pSerialization and specifies whether the work appeared in "volumeForm" or "periodicalForm."</xs:documentation>
      </xs:annotation>
      <xs:simpleType>
        <xs:restriction base="xs:token">
          <xs:enumeration value="VOLUMEFORM"/>
          <xs:enumeration value="PERIODICALFORM"/>
        </xs:restriction>
      </xs:simpleType>
    </xs:attribute>
  </xs:complexType>
</xs:element>
[ top ]
Element PRELATIONSWITHPUBLISHER
Namespace No namespace
Annotations
This element is designed to capture the mainly professional
relationship between a writer and her publisher (or, in the case of dramatists, her producer).
Diagram
Diagram index.tmp#PRELATIONSWITHPUBLISHER_RELATIONSHIPTYPE index.tmp#BIBCITS index.tmp#DATE index.tmp#DATERANGE index.tmp#DATESTRUCT index.tmp#EMPH index.tmp#KEYWORDCLASS index.tmp#NAME index.tmp#ORGNAME index.tmp#PADVERTISING index.tmp#PARCHIVALLOCATION index.tmp#PATTITUDES index.tmp#PAUTHORSHIP index.tmp#PCIRCULATION index.tmp#PCONTRACT index.tmp#PCOPYRIGHT index.tmp#PDEDICATION index.tmp#PEARNINGS index.tmp#PEDITIONS index.tmp#PINFLUENCESHER index.tmp#PLACE index.tmp#PLASTLITERARYACTIVITY index.tmp#PLITERARYSCHOOLS index.tmp#PMANUSCRIPTHISTORY index.tmp#PMATERIALCONDITIONS index.tmp#PMODEOFPUBLICATION index.tmp#PMOTIVES index.tmp#PPERIODICALPUBLICATION index.tmp#PPLACEOFPUBLICATION index.tmp#PPRESSRUN index.tmp#PPRICE index.tmp#PRARITIESFEATURESDECORATIONS index.tmp#PRELATIONSWITHPUBLISHER index.tmp#PSERIALIZATION index.tmp#PSUBMISSIONSREJECTIONS index.tmp#QUOTE index.tmp#RBESTKNOWNWORK index.tmp#RDESTRUCTIONOFWORK index.tmp#RESEARCHNOTE index.tmp#RLANDMARKTEXT index.tmp#RPENALTIES index.tmp#RRECOGNITIONNAME index.tmp#RRECOGNITIONS index.tmp#RRECOGNITIONVALUE index.tmp#RRESPONSES index.tmp#RSELFDESCRIPTION index.tmp#RSHEINFLUENCED index.tmp#SCHOLARNOTE index.tmp#SOCALLED index.tmp#TCHARACTERIZATION index.tmp#TCHARACTERNAME index.tmp#TCHARACTERTYPEROLE index.tmp#TGENRE index.tmp#TGENREISSUE index.tmp#TINTERTEXTUALITY index.tmp#TITLE index.tmp#TMOTIF index.tmp#TOPIC index.tmp#TPLOT index.tmp#TSETTINGDATE index.tmp#TSETTINGPLACE index.tmp#TTECHNIQUES index.tmp#TTHEMETOPIC index.tmp#TTONESTYLE index.tmp#TVOICENARRATION
Properties
content complex
mixed true
Used by
Model
Children BIBCITS, DATE, DATERANGE, DATESTRUCT, EMPH, KEYWORDCLASS, NAME, ORGNAME, PADVERTISING, PARCHIVALLOCATION, PATTITUDES, PAUTHORSHIP, PCIRCULATION, PCONTRACT, PCOPYRIGHT, PDEDICATION, PEARNINGS, PEDITIONS, PINFLUENCESHER, PLACE, PLASTLITERARYACTIVITY, PLITERARYSCHOOLS, PMANUSCRIPTHISTORY, PMATERIALCONDITIONS, PMODEOFPUBLICATION, PMOTIVES, PPERIODICALPUBLICATION, PPLACEOFPUBLICATION, PPRESSRUN, PPRICE, PRARITIESFEATURESDECORATIONS, PRELATIONSWITHPUBLISHER, PSERIALIZATION, PSUBMISSIONSREJECTIONS, QUOTE, RBESTKNOWNWORK, RDESTRUCTIONOFWORK, RESEARCHNOTE, RLANDMARKTEXT, RPENALTIES, RRECOGNITIONNAME, RRECOGNITIONS, RRECOGNITIONVALUE, RRESPONSES, RSELFDESCRIPTION, RSHEINFLUENCED, SCHOLARNOTE, SOCALLED, TCHARACTERIZATION, TCHARACTERNAME, TCHARACTERTYPEROLE, TGENRE, TGENREISSUE, TINTERTEXTUALITY, TITLE, TMOTIF, TOPIC, TPLOT, TSETTINGDATE, TSETTINGPLACE, TTECHNIQUES, TTHEMETOPIC, TTONESTYLE, TVOICENARRATION
Instance
<PRELATIONSWITHPUBLISHER RELATIONSHIPTYPE="">
  <BIBCITS ID="">{1,1}</BIBCITS>
  <DATE CALENDAR="NEWSTYLE" CERTAINTY="CERT" ID="" VALUE="">{1,1}</DATE>
  <DATERANGE CALENDAR="NEWSTYLE" CERTAINTY="CERT" EXACT="" FROM="" ID="" TO="">{1,1}</DATERANGE>
  <DATESTRUCT CALENDAR="NEWSTYLE" CERTAINTY="CERT" VALUE="">{1,1}</DATESTRUCT>
  <EMPH>{1,1}</EMPH>
  <KEYWORDCLASS KEYWORDTYPE="">{1,1}</KEYWORDCLASS>
  <NAME REF="" STANDARD="">{1,1}</NAME>
  <ORGNAME ORGTYPE="" REF="" REG="" STANDARD="">{1,1}</ORGNAME>
  <PADVERTISING>{1,1}</PADVERTISING>
  <PARCHIVALLOCATION>{1,1}</PARCHIVALLOCATION>
  <PATTITUDES>{1,1}</PATTITUDES>
  <PAUTHORSHIP AUTHORNAMETYPE="" AUTHORSHIPCONTROVERSY="" COLLABORATION="" CONTROVERSYDATE="">{1,1}</PAUTHORSHIP>
  <PCIRCULATION>{1,1}</PCIRCULATION>
  <PCONTRACT ID="">{1,1}</PCONTRACT>
  <PCOPYRIGHT>{1,1}</PCOPYRIGHT>
  <PDEDICATION>{1,1}</PDEDICATION>
  <PEARNINGS>{1,1}</PEARNINGS>
  <PEDITIONS>{1,1}</PEDITIONS>
  <PINFLUENCESHER INFLUENCETYPE="">{1,1}</PINFLUENCESHER>
  <PLACE REF="">{1,1}</PLACE>
  <PLASTLITERARYACTIVITY>{1,1}</PLASTLITERARYACTIVITY>
  <PLITERARYSCHOOLS INVOLVEMENT="INVOLVEMENTYES" REG="">{1,1}</PLITERARYSCHOOLS>
  <PMANUSCRIPTHISTORY>{1,1}</PMANUSCRIPTHISTORY>
  <PMATERIALCONDITIONS DISPLACEMENT="">{1,1}</PMATERIALCONDITIONS>
  <PMODEOFPUBLICATION PUBLICATIONMODE="">{1,1}</PMODEOFPUBLICATION>
  <PMOTIVES ID="" MOTIVETYPE="">{1,1}</PMOTIVES>
  <PPERIODICALPUBLICATION>{1,1}</PPERIODICALPUBLICATION>
  <PPLACEOFPUBLICATION>{1,1}</PPLACEOFPUBLICATION>
  <PPRESSRUN>{1,1}</PPRESSRUN>
  <PPRICE>{1,1}</PPRICE>
  <PRARITIESFEATURESDECORATIONS>{1,1}</PRARITIESFEATURESDECORATIONS>
  <PRELATIONSWITHPUBLISHER RELATIONSHIPTYPE="">{1,1}</PRELATIONSWITHPUBLISHER>
  <PSERIALIZATION FORMOFSERIALIZATION="">{1,1}</PSERIALIZATION>
  <PSUBMISSIONSREJECTIONS>{1,1}</PSUBMISSIONSREJECTIONS>
  <QUOTE DIRECT="Y" ID="">{1,1}</QUOTE>
  <RBESTKNOWNWORK>{1,1}</RBESTKNOWNWORK>
  <RDESTRUCTIONOFWORK DESTROYEDBY="">{1,1}</RDESTRUCTIONOFWORK>
  <RESEARCHNOTE>{1,1}</RESEARCHNOTE>
  <RLANDMARKTEXT>{1,1}</RLANDMARKTEXT>
  <RPENALTIES CENSORSHIP="">{1,1}</RPENALTIES>
  <RRECOGNITIONNAME REG="">{1,1}</RRECOGNITIONNAME>
  <RRECOGNITIONS>{1,1}</RRECOGNITIONS>
  <RRECOGNITIONVALUE>{1,1}</RRECOGNITIONVALUE>
  <RRESPONSES FORMALITY="" GENDEREDRESPONSE="" RESPONSETYPE="">{1,1}</RRESPONSES>
  <RSELFDESCRIPTION>{1,1}</RSELFDESCRIPTION>
  <RSHEINFLUENCED>{1,1}</RSHEINFLUENCED>
  <SCHOLARNOTE>{1,1}</SCHOLARNOTE>
  <SOCALLED>{1,1}</SOCALLED>
  <TCHARACTERIZATION>{1,1}</TCHARACTERIZATION>
  <TCHARACTERNAME REG="">{1,1}</TCHARACTERNAME>
  <TCHARACTERTYPEROLE PROTAGONIST="">{1,1}</TCHARACTERTYPEROLE>
  <TGENRE GENRENAME="" PROPOSEDALTERNATIVENAME="">{1,1}</TGENRE>
  <TGENREISSUE>{1,1}</TGENREISSUE>
  <TINTERTEXTUALITY GENDEROFAUTHOR="" INTERTEXTTYPE="">{1,1}</TINTERTEXTUALITY>
  <TITLE REF="" REG="" REND="" STANDARD="" TITLETYPE="">{1,1}</TITLE>
  <TMOTIF MOTIFNAME="">{1,1}</TMOTIF>
  <TOPIC STANDARD="">{1,1}</TOPIC>
  <TPLOT>{1,1}</TPLOT>
  <TSETTINGDATE SETTINGDATETYPE="">{1,1}</TSETTINGDATE>
  <TSETTINGPLACE SETTINGCLASS="" SETTINGPLACETYPE="">{1,1}</TSETTINGPLACE>
  <TTECHNIQUES TECHNIQUETYPE="">{1,1}</TTECHNIQUES>
  <TTHEMETOPIC ID="">{1,1}</TTHEMETOPIC>
  <TTONESTYLE>{1,1}</TTONESTYLE>
  <TVOICENARRATION>{1,1}</TVOICENARRATION>
</PRELATIONSWITHPUBLISHER>
Attributes
QName Type Use
RELATIONSHIPTYPE restriction of xs:token optional
Source
<xs:element name="PRELATIONSWITHPUBLISHER">
  <xs:annotation>
    <xs:documentation>This element is designed to capture the mainly professional relationship between a writer and her publisher (or, in the case of dramatists, her producer).</xs:documentation>
  </xs:annotation>
  <xs:complexType mixed="true">
    <xs:choice minOccurs="0" maxOccurs="unbounded">
      <xs:element ref="BIBCITS"/>
      <xs:element ref="DATE"/>
      <xs:element ref="DATERANGE"/>
      <xs:element ref="DATESTRUCT"/>
      <xs:element ref="EMPH"/>
      <xs:element ref="KEYWORDCLASS"/>
      <xs:element ref="NAME"/>
      <xs:element ref="ORGNAME"/>
      <xs:element ref="PADVERTISING"/>
      <xs:element ref="PARCHIVALLOCATION"/>
      <xs:element ref="PATTITUDES"/>
      <xs:element ref="PAUTHORSHIP"/>
      <xs:element ref="PCIRCULATION"/>
      <xs:element ref="PCONTRACT"/>
      <xs:element ref="PCOPYRIGHT"/>
      <xs:element ref="PDEDICATION"/>
      <xs:element ref="PEARNINGS"/>
      <xs:element ref="PEDITIONS"/>
      <xs:element ref="PINFLUENCESHER"/>
      <xs:element ref="PLACE"/>
      <xs:element ref="PLASTLITERARYACTIVITY"/>
      <xs:element ref="PLITERARYSCHOOLS"/>
      <xs:element ref="PMANUSCRIPTHISTORY"/>
      <xs:element ref="PMATERIALCONDITIONS"/>
      <xs:element ref="PMODEOFPUBLICATION"/>
      <xs:element ref="PMOTIVES"/>
      <xs:element ref="PPERIODICALPUBLICATION"/>
      <xs:element ref="PPLACEOFPUBLICATION"/>
      <xs:element ref="PPRESSRUN"/>
      <xs:element ref="PPRICE"/>
      <xs:element ref="PRARITIESFEATURESDECORATIONS"/>
      <xs:element ref="PRELATIONSWITHPUBLISHER"/>
      <xs:element ref="PSERIALIZATION"/>
      <xs:element ref="PSUBMISSIONSREJECTIONS"/>
      <xs:element ref="QUOTE"/>
      <xs:element ref="RBESTKNOWNWORK"/>
      <xs:element ref="RDESTRUCTIONOFWORK"/>
      <xs:element ref="RESEARCHNOTE"/>
      <xs:element ref="RLANDMARKTEXT"/>
      <xs:element ref="RPENALTIES"/>
      <xs:element ref="RRECOGNITIONNAME"/>
      <xs:element ref="RRECOGNITIONS"/>
      <xs:element ref="RRECOGNITIONVALUE"/>
      <xs:element ref="RRESPONSES"/>
      <xs:element ref="RSELFDESCRIPTION"/>
      <xs:element ref="RSHEINFLUENCED"/>
      <xs:element ref="SCHOLARNOTE"/>
      <xs:element ref="SOCALLED"/>
      <xs:element ref="TCHARACTERIZATION"/>
      <xs:element ref="TCHARACTERNAME"/>
      <xs:element ref="TCHARACTERTYPEROLE"/>
      <xs:element ref="TGENRE"/>
      <xs:element ref="TGENREISSUE"/>
      <xs:element ref="TINTERTEXTUALITY"/>
      <xs:element ref="TITLE"/>
      <xs:element ref="TMOTIF"/>
      <xs:element ref="TOPIC"/>
      <xs:element ref="TPLOT"/>
      <xs:element ref="TSETTINGDATE"/>
      <xs:element ref="TSETTINGPLACE"/>
      <xs:element ref="TTECHNIQUES"/>
      <xs:element ref="TTHEMETOPIC"/>
      <xs:element ref="TTONESTYLE"/>
      <xs:element ref="TVOICENARRATION"/>
    </xs:choice>
    <xs:attribute name="RELATIONSHIPTYPE">
      <xs:simpleType>
        <xs:restriction base="xs:token">
          <xs:enumeration value="PERSONAL"/>
          <xs:enumeration value="PROFESSIONAL"/>
        </xs:restriction>
      </xs:simpleType>
    </xs:attribute>
  </xs:complexType>
</xs:element>
[ top ]
Element PSUBMISSIONSREJECTIONS
Namespace No namespace
Annotations
This element should hold comments about significant rejections and
peculiar successful submissions of the work by publishers.
Diagram
Diagram index.tmp#BIBCITS index.tmp#DATE index.tmp#DATERANGE index.tmp#DATESTRUCT index.tmp#KEYWORDCLASS index.tmp#NAME index.tmp#ORGNAME index.tmp#PANTHOLOGIZATION index.tmp#PATTITUDES index.tmp#PAUTHORSHIP index.tmp#PCIRCULATION index.tmp#PCONTRACT index.tmp#PCOPYRIGHT index.tmp#PDEDICATION index.tmp#PEARNINGS index.tmp#PEDITIONS index.tmp#PFIRSTLITERARYACTIVITY index.tmp#PINFLUENCESHER index.tmp#PLACE index.tmp#PLASTLITERARYACTIVITY index.tmp#PLITERARYSCHOOLS index.tmp#PMANUSCRIPTHISTORY index.tmp#PMATERIALCONDITIONS index.tmp#PMODEOFPUBLICATION index.tmp#PMOTIVES index.tmp#PNONBOOKMEDIA index.tmp#PNONSURVIVAL index.tmp#PPERFORMANCE index.tmp#PPERIODICALPUBLICATION index.tmp#PPLACEOFPUBLICATION index.tmp#PPRESSRUN index.tmp#PPRICE index.tmp#PRARITIESFEATURESDECORATIONS index.tmp#PRELATIONSWITHPUBLISHER index.tmp#PSERIALIZATION index.tmp#PSUBMISSIONSREJECTIONS index.tmp#PTYPEOFPRESS index.tmp#QUOTE index.tmp#RBESTKNOWNWORK index.tmp#RDESTRUCTIONOFWORK index.tmp#RESEARCHNOTE index.tmp#RLANDMARKTEXT index.tmp#RPENALTIES index.tmp#RRECOGNITIONS index.tmp#RRESPONSES index.tmp#RSELFDESCRIPTION index.tmp#SCHOLARNOTE index.tmp#SOCALLED index.tmp#TCHARACTERIZATION index.tmp#TCHARACTERNAME index.tmp#TCHARACTERTYPEROLE index.tmp#TGENRE index.tmp#TGENREISSUE index.tmp#TINTERTEXTUALITY index.tmp#TITLE index.tmp#TMOTIF index.tmp#TOPIC index.tmp#TPLOT index.tmp#TSETTINGDATE index.tmp#TSETTINGPLACE index.tmp#TTECHNIQUES index.tmp#TTHEMETOPIC index.tmp#TTONESTYLE index.tmp#TVOICENARRATION
Properties
content complex
mixed true
Used by
Model
Children BIBCITS, DATE, DATERANGE, DATESTRUCT, KEYWORDCLASS, NAME, ORGNAME, PANTHOLOGIZATION, PATTITUDES, PAUTHORSHIP, PCIRCULATION, PCONTRACT, PCOPYRIGHT, PDEDICATION, PEARNINGS, PEDITIONS, PFIRSTLITERARYACTIVITY, PINFLUENCESHER, PLACE, PLASTLITERARYACTIVITY, PLITERARYSCHOOLS, PMANUSCRIPTHISTORY, PMATERIALCONDITIONS, PMODEOFPUBLICATION, PMOTIVES, PNONBOOKMEDIA, PNONSURVIVAL, PPERFORMANCE, PPERIODICALPUBLICATION, PPLACEOFPUBLICATION, PPRESSRUN, PPRICE, PRARITIESFEATURESDECORATIONS, PRELATIONSWITHPUBLISHER, PSERIALIZATION, PSUBMISSIONSREJECTIONS, PTYPEOFPRESS, QUOTE, RBESTKNOWNWORK, RDESTRUCTIONOFWORK, RESEARCHNOTE, RLANDMARKTEXT, RPENALTIES, RRECOGNITIONS, RRESPONSES, RSELFDESCRIPTION, SCHOLARNOTE, SOCALLED, TCHARACTERIZATION, TCHARACTERNAME, TCHARACTERTYPEROLE, TGENRE, TGENREISSUE, TINTERTEXTUALITY, TITLE, TMOTIF, TOPIC, TPLOT, TSETTINGDATE, TSETTINGPLACE, TTECHNIQUES, TTHEMETOPIC, TTONESTYLE, TVOICENARRATION
Instance
<PSUBMISSIONSREJECTIONS>
  <BIBCITS ID="">{1,1}</BIBCITS>
  <DATE CALENDAR="NEWSTYLE" CERTAINTY="CERT" ID="" VALUE="">{1,1}</DATE>
  <DATERANGE CALENDAR="NEWSTYLE" CERTAINTY="CERT" EXACT="" FROM="" ID="" TO="">{1,1}</DATERANGE>
  <DATESTRUCT CALENDAR="NEWSTYLE" CERTAINTY="CERT" VALUE="">{1,1}</DATESTRUCT>
  <KEYWORDCLASS KEYWORDTYPE="">{1,1}</KEYWORDCLASS>
  <NAME REF="" STANDARD="">{1,1}</NAME>
  <ORGNAME ORGTYPE="" REF="" REG="" STANDARD="">{1,1}</ORGNAME>
  <PANTHOLOGIZATION>{1,1}</PANTHOLOGIZATION>
  <PATTITUDES>{1,1}</PATTITUDES>
  <PAUTHORSHIP AUTHORNAMETYPE="" AUTHORSHIPCONTROVERSY="" COLLABORATION="" CONTROVERSYDATE="">{1,1}</PAUTHORSHIP>
  <PCIRCULATION>{1,1}</PCIRCULATION>
  <PCONTRACT ID="">{1,1}</PCONTRACT>
  <PCOPYRIGHT>{1,1}</PCOPYRIGHT>
  <PDEDICATION>{1,1}</PDEDICATION>
  <PEARNINGS>{1,1}</PEARNINGS>
  <PEDITIONS>{1,1}</PEDITIONS>
  <PFIRSTLITERARYACTIVITY>{1,1}</PFIRSTLITERARYACTIVITY>
  <PINFLUENCESHER INFLUENCETYPE="">{1,1}</PINFLUENCESHER>
  <PLACE REF="">{1,1}</PLACE>
  <PLASTLITERARYACTIVITY>{1,1}</PLASTLITERARYACTIVITY>
  <PLITERARYSCHOOLS INVOLVEMENT="INVOLVEMENTYES" REG="">{1,1}</PLITERARYSCHOOLS>
  <PMANUSCRIPTHISTORY>{1,1}</PMANUSCRIPTHISTORY>
  <PMATERIALCONDITIONS DISPLACEMENT="">{1,1}</PMATERIALCONDITIONS>
  <PMODEOFPUBLICATION PUBLICATIONMODE="">{1,1}</PMODEOFPUBLICATION>
  <PMOTIVES ID="" MOTIVETYPE="">{1,1}</PMOTIVES>
  <PNONBOOKMEDIA>{1,1}</PNONBOOKMEDIA>
  <PNONSURVIVAL TYPEOFNONSURVIVAL="">{1,1}</PNONSURVIVAL>
  <PPERFORMANCE>{1,1}</PPERFORMANCE>
  <PPERIODICALPUBLICATION>{1,1}</PPERIODICALPUBLICATION>
  <PPLACEOFPUBLICATION>{1,1}</PPLACEOFPUBLICATION>
  <PPRESSRUN>{1,1}</PPRESSRUN>
  <PPRICE>{1,1}</PPRICE>
  <PRARITIESFEATURESDECORATIONS>{1,1}</PRARITIESFEATURESDECORATIONS>
  <PRELATIONSWITHPUBLISHER RELATIONSHIPTYPE="">{1,1}</PRELATIONSWITHPUBLISHER>
  <PSERIALIZATION FORMOFSERIALIZATION="">{1,1}</PSERIALIZATION>
  <PSUBMISSIONSREJECTIONS>{1,1}</PSUBMISSIONSREJECTIONS>
  <PTYPEOFPRESS>{1,1}</PTYPEOFPRESS>
  <QUOTE DIRECT="Y" ID="">{1,1}</QUOTE>
  <RBESTKNOWNWORK>{1,1}</RBESTKNOWNWORK>
  <RDESTRUCTIONOFWORK DESTROYEDBY="">{1,1}</RDESTRUCTIONOFWORK>
  <RESEARCHNOTE>{1,1}</RESEARCHNOTE>
  <RLANDMARKTEXT>{1,1}</RLANDMARKTEXT>
  <RPENALTIES CENSORSHIP="">{1,1}</RPENALTIES>
  <RRECOGNITIONS>{1,1}</RRECOGNITIONS>
  <RRESPONSES FORMALITY="" GENDEREDRESPONSE="" RESPONSETYPE="">{1,1}</RRESPONSES>
  <RSELFDESCRIPTION>{1,1}</RSELFDESCRIPTION>
  <SCHOLARNOTE>{1,1}</SCHOLARNOTE>
  <SOCALLED>{1,1}</SOCALLED>
  <TCHARACTERIZATION>{1,1}</TCHARACTERIZATION>
  <TCHARACTERNAME REG="">{1,1}</TCHARACTERNAME>
  <TCHARACTERTYPEROLE PROTAGONIST="">{1,1}</TCHARACTERTYPEROLE>
  <TGENRE GENRENAME="" PROPOSEDALTERNATIVENAME="">{1,1}</TGENRE>
  <TGENREISSUE>{1,1}</TGENREISSUE>
  <TINTERTEXTUALITY GENDEROFAUTHOR="" INTERTEXTTYPE="">{1,1}</TINTERTEXTUALITY>
  <TITLE REF="" REG="" REND="" STANDARD="" TITLETYPE="">{1,1}</TITLE>
  <TMOTIF MOTIFNAME="">{1,1}</TMOTIF>
  <TOPIC STANDARD="">{1,1}</TOPIC>
  <TPLOT>{1,1}</TPLOT>
  <TSETTINGDATE SETTINGDATETYPE="">{1,1}</TSETTINGDATE>
  <TSETTINGPLACE SETTINGCLASS="" SETTINGPLACETYPE="">{1,1}</TSETTINGPLACE>
  <TTECHNIQUES TECHNIQUETYPE="">{1,1}</TTECHNIQUES>
  <TTHEMETOPIC ID="">{1,1}</TTHEMETOPIC>
  <TTONESTYLE>{1,1}</TTONESTYLE>
  <TVOICENARRATION>{1,1}</TVOICENARRATION>
</PSUBMISSIONSREJECTIONS>
Source
<xs:element name="PSUBMISSIONSREJECTIONS">
  <xs:annotation>
    <xs:documentation>This element should hold comments about significant rejections and peculiar successful submissions of the work by publishers.</xs:documentation>
  </xs:annotation>
  <xs:complexType mixed="true">
    <xs:choice minOccurs="0" maxOccurs="unbounded">
      <xs:element ref="BIBCITS"/>
      <xs:element ref="DATE"/>
      <xs:element ref="DATERANGE"/>
      <xs:element ref="DATESTRUCT"/>
      <xs:element ref="KEYWORDCLASS"/>
      <xs:element ref="NAME"/>
      <xs:element ref="ORGNAME"/>
      <xs:element ref="PANTHOLOGIZATION"/>
      <xs:element ref="PATTITUDES"/>
      <xs:element ref="PAUTHORSHIP"/>
      <xs:element ref="PCIRCULATION"/>
      <xs:element ref="PCONTRACT"/>
      <xs:element ref="PCOPYRIGHT"/>
      <xs:element ref="PDEDICATION"/>
      <xs:element ref="PEARNINGS"/>
      <xs:element ref="PEDITIONS"/>
      <xs:element ref="PFIRSTLITERARYACTIVITY"/>
      <xs:element ref="PINFLUENCESHER"/>
      <xs:element ref="PLACE"/>
      <xs:element ref="PLASTLITERARYACTIVITY"/>
      <xs:element ref="PLITERARYSCHOOLS"/>
      <xs:element ref="PMANUSCRIPTHISTORY"/>
      <xs:element ref="PMATERIALCONDITIONS"/>
      <xs:element ref="PMODEOFPUBLICATION"/>
      <xs:element ref="PMOTIVES"/>
      <xs:element ref="PNONBOOKMEDIA"/>
      <xs:element ref="PNONSURVIVAL"/>
      <xs:element ref="PPERFORMANCE"/>
      <xs:element ref="PPERIODICALPUBLICATION"/>
      <xs:element ref="PPLACEOFPUBLICATION"/>
      <xs:element ref="PPRESSRUN"/>
      <xs:element ref="PPRICE"/>
      <xs:element ref="PRARITIESFEATURESDECORATIONS"/>
      <xs:element ref="PRELATIONSWITHPUBLISHER"/>
      <xs:element ref="PSERIALIZATION"/>
      <xs:element ref="PSUBMISSIONSREJECTIONS"/>
      <xs:element ref="PTYPEOFPRESS"/>
      <xs:element ref="QUOTE"/>
      <xs:element ref="RBESTKNOWNWORK"/>
      <xs:element ref="RDESTRUCTIONOFWORK"/>
      <xs:element ref="RESEARCHNOTE"/>
      <xs:element ref="RLANDMARKTEXT"/>
      <xs:element ref="RPENALTIES"/>
      <xs:element ref="RRECOGNITIONS"/>
      <xs:element ref="RRESPONSES"/>
      <xs:element ref="RSELFDESCRIPTION"/>
      <xs:element ref="SCHOLARNOTE"/>
      <xs:element ref="SOCALLED"/>
      <xs:element ref="TCHARACTERIZATION"/>
      <xs:element ref="TCHARACTERNAME"/>
      <xs:element ref="TCHARACTERTYPEROLE"/>
      <xs:element ref="TGENRE"/>
      <xs:element ref="TGENREISSUE"/>
      <xs:element ref="TINTERTEXTUALITY"/>
      <xs:element ref="TITLE"/>
      <xs:element ref="TMOTIF"/>
      <xs:element ref="TOPIC"/>
      <xs:element ref="TPLOT"/>
      <xs:element ref="TSETTINGDATE"/>
      <xs:element ref="TSETTINGPLACE"/>
      <xs:element ref="TTECHNIQUES"/>
      <xs:element ref="TTHEMETOPIC"/>
      <xs:element ref="TTONESTYLE"/>
      <xs:element ref="TVOICENARRATION"/>
    </xs:choice>
  </xs:complexType>
</xs:element>
[ top ]
Element PTYPEOFPRESS
Namespace No namespace
Annotations
When significant, use this element to record specifics about the
printing operation/publisher.
Diagram
Diagram index.tmp#NAME index.tmp#ORGNAME index.tmp#PLACE index.tmp#PTYPEOFPRESS index.tmp#QUOTE index.tmp#SOCALLED index.tmp#TGENRE index.tmp#TITLE
Properties
content complex
mixed true
Used by
Model
Children NAME, ORGNAME, PLACE, PTYPEOFPRESS, QUOTE, SOCALLED, TGENRE, TITLE
Instance
<PTYPEOFPRESS>
  <NAME REF="" STANDARD="">{1,1}</NAME>
  <ORGNAME ORGTYPE="" REF="" REG="" STANDARD="">{1,1}</ORGNAME>
  <PLACE REF="">{1,1}</PLACE>
  <PTYPEOFPRESS>{1,1}</PTYPEOFPRESS>
  <QUOTE DIRECT="Y" ID="">{1,1}</QUOTE>
  <SOCALLED>{1,1}</SOCALLED>
  <TGENRE GENRENAME="" PROPOSEDALTERNATIVENAME="">{1,1}</TGENRE>
  <TITLE REF="" REG="" REND="" STANDARD="" TITLETYPE="">{1,1}</TITLE>
</PTYPEOFPRESS>
Source
<xs:element name="PTYPEOFPRESS">
  <xs:annotation>
    <xs:documentation>When significant, use this element to record specifics about the printing operation/publisher.</xs:documentation>
  </xs:annotation>
  <xs:complexType mixed="true">
    <xs:choice minOccurs="0" maxOccurs="unbounded">
      <xs:element ref="NAME"/>
      <xs:element ref="ORGNAME"/>
      <xs:element ref="PLACE"/>
      <xs:element ref="PTYPEOFPRESS"/>
      <xs:element ref="QUOTE"/>
      <xs:element ref="SOCALLED"/>
      <xs:element ref="TGENRE"/>
      <xs:element ref="TITLE"/>
    </xs:choice>
  </xs:complexType>
</xs:element>
[ top ]
Element RBESTKNOWNWORK
Namespace No namespace
Annotations
This element refers to the single work whose reputation greatly
exceeds all others, according to external criteria (best known in literary circles), and can occur once per genre for some writers.
Diagram
Diagram index.tmp#BIBCITS index.tmp#DATE index.tmp#KEYWORDCLASS index.tmp#NAME index.tmp#ORGNAME index.tmp#PADVERTISING index.tmp#PANTHOLOGIZATION index.tmp#PARCHIVALLOCATION index.tmp#PAUTHORSHIP index.tmp#PCIRCULATION index.tmp#PCOPYRIGHT index.tmp#PDEDICATION index.tmp#PEARNINGS index.tmp#PEDITIONS index.tmp#PFIRSTLITERARYACTIVITY index.tmp#PINFLUENCESHER index.tmp#PLACE index.tmp#PLASTLITERARYACTIVITY index.tmp#PLITERARYSCHOOLS index.tmp#PMANUSCRIPTHISTORY index.tmp#PMATERIALCONDITIONS index.tmp#PMODEOFPUBLICATION index.tmp#PMOTIVES index.tmp#PNONBOOKMEDIA index.tmp#PNONSURVIVAL index.tmp#PPERFORMANCE index.tmp#PPERIODICALPUBLICATION index.tmp#PPLACEOFPUBLICATION index.tmp#PPRICE index.tmp#PRARITIESFEATURESDECORATIONS index.tmp#PRELATIONSWITHPUBLISHER index.tmp#PSERIALIZATION index.tmp#PSUBMISSIONSREJECTIONS index.tmp#QUOTE index.tmp#RLANDMARKTEXT index.tmp#RRECOGNITIONNAME index.tmp#RRECOGNITIONS index.tmp#RRESPONSES index.tmp#RSELFDESCRIPTION index.tmp#RSHEINFLUENCED index.tmp#SCHOLARNOTE index.tmp#SOCALLED index.tmp#TCHARACTERNAME index.tmp#TCHARACTERTYPEROLE index.tmp#TGENRE index.tmp#TGENREISSUE index.tmp#TINTERTEXTUALITY index.tmp#TITLE index.tmp#TMOTIF index.tmp#TOPIC index.tmp#TPLOT index.tmp#TSETTINGDATE index.tmp#TSETTINGPLACE index.tmp#TTECHNIQUES index.tmp#TTHEMETOPIC index.tmp#TTONESTYLE index.tmp#TVOICENARRATION
Properties
content complex
mixed true
Used by
Model
Children BIBCITS, DATE, KEYWORDCLASS, NAME, ORGNAME, PADVERTISING, PANTHOLOGIZATION, PARCHIVALLOCATION, PAUTHORSHIP, PCIRCULATION, PCOPYRIGHT, PDEDICATION, PEARNINGS, PEDITIONS, PFIRSTLITERARYACTIVITY, PINFLUENCESHER, PLACE, PLASTLITERARYACTIVITY, PLITERARYSCHOOLS, PMANUSCRIPTHISTORY, PMATERIALCONDITIONS, PMODEOFPUBLICATION, PMOTIVES, PNONBOOKMEDIA, PNONSURVIVAL, PPERFORMANCE, PPERIODICALPUBLICATION, PPLACEOFPUBLICATION, PPRICE, PRARITIESFEATURESDECORATIONS, PRELATIONSWITHPUBLISHER, PSERIALIZATION, PSUBMISSIONSREJECTIONS, QUOTE, RLANDMARKTEXT, RRECOGNITIONNAME, RRECOGNITIONS, RRESPONSES, RSELFDESCRIPTION, RSHEINFLUENCED, SCHOLARNOTE, SOCALLED, TCHARACTERNAME, TCHARACTERTYPEROLE, TGENRE, TGENREISSUE, TINTERTEXTUALITY, TITLE, TMOTIF, TOPIC, TPLOT, TSETTINGDATE, TSETTINGPLACE, TTECHNIQUES, TTHEMETOPIC, TTONESTYLE, TVOICENARRATION
Instance
<RBESTKNOWNWORK>
  <BIBCITS ID="">{1,1}</BIBCITS>
  <DATE CALENDAR="NEWSTYLE" CERTAINTY="CERT" ID="" VALUE="">{1,1}</DATE>
  <KEYWORDCLASS KEYWORDTYPE="">{1,1}</KEYWORDCLASS>
  <NAME REF="" STANDARD="">{1,1}</NAME>
  <ORGNAME ORGTYPE="" REF="" REG="" STANDARD="">{1,1}</ORGNAME>
  <PADVERTISING>{1,1}</PADVERTISING>
  <PANTHOLOGIZATION>{1,1}</PANTHOLOGIZATION>
  <PARCHIVALLOCATION>{1,1}</PARCHIVALLOCATION>
  <PAUTHORSHIP AUTHORNAMETYPE="" AUTHORSHIPCONTROVERSY="" COLLABORATION="" CONTROVERSYDATE="">{1,1}</PAUTHORSHIP>
  <PCIRCULATION>{1,1}</PCIRCULATION>
  <PCOPYRIGHT>{1,1}</PCOPYRIGHT>
  <PDEDICATION>{1,1}</PDEDICATION>
  <PEARNINGS>{1,1}</PEARNINGS>
  <PEDITIONS>{1,1}</PEDITIONS>
  <PFIRSTLITERARYACTIVITY>{1,1}</PFIRSTLITERARYACTIVITY>
  <PINFLUENCESHER INFLUENCETYPE="">{1,1}</PINFLUENCESHER>
  <PLACE REF="">{1,1}</PLACE>
  <PLASTLITERARYACTIVITY>{1,1}</PLASTLITERARYACTIVITY>
  <PLITERARYSCHOOLS INVOLVEMENT="INVOLVEMENTYES" REG="">{1,1}</PLITERARYSCHOOLS>
  <PMANUSCRIPTHISTORY>{1,1}</PMANUSCRIPTHISTORY>
  <PMATERIALCONDITIONS DISPLACEMENT="">{1,1}</PMATERIALCONDITIONS>
  <PMODEOFPUBLICATION PUBLICATIONMODE="">{1,1}</PMODEOFPUBLICATION>
  <PMOTIVES ID="" MOTIVETYPE="">{1,1}</PMOTIVES>
  <PNONBOOKMEDIA>{1,1}</PNONBOOKMEDIA>
  <PNONSURVIVAL TYPEOFNONSURVIVAL="">{1,1}</PNONSURVIVAL>
  <PPERFORMANCE>{1,1}</PPERFORMANCE>
  <PPERIODICALPUBLICATION>{1,1}</PPERIODICALPUBLICATION>
  <PPLACEOFPUBLICATION>{1,1}</PPLACEOFPUBLICATION>
  <PPRICE>{1,1}</PPRICE>
  <PRARITIESFEATURESDECORATIONS>{1,1}</PRARITIESFEATURESDECORATIONS>
  <PRELATIONSWITHPUBLISHER RELATIONSHIPTYPE="">{1,1}</PRELATIONSWITHPUBLISHER>
  <PSERIALIZATION FORMOFSERIALIZATION="">{1,1}</PSERIALIZATION>
  <PSUBMISSIONSREJECTIONS>{1,1}</PSUBMISSIONSREJECTIONS>
  <QUOTE DIRECT="Y" ID="">{1,1}</QUOTE>
  <RLANDMARKTEXT>{1,1}</RLANDMARKTEXT>
  <RRECOGNITIONNAME REG="">{1,1}</RRECOGNITIONNAME>
  <RRECOGNITIONS>{1,1}</RRECOGNITIONS>
  <RRESPONSES FORMALITY="" GENDEREDRESPONSE="" RESPONSETYPE="">{1,1}</RRESPONSES>
  <RSELFDESCRIPTION>{1,1}</RSELFDESCRIPTION>
  <RSHEINFLUENCED>{1,1}</RSHEINFLUENCED>
  <SCHOLARNOTE>{1,1}</SCHOLARNOTE>
  <SOCALLED>{1,1}</SOCALLED>
  <TCHARACTERNAME REG="">{1,1}</TCHARACTERNAME>
  <TCHARACTERTYPEROLE PROTAGONIST="">{1,1}</TCHARACTERTYPEROLE>
  <TGENRE GENRENAME="" PROPOSEDALTERNATIVENAME="">{1,1}</TGENRE>
  <TGENREISSUE>{1,1}</TGENREISSUE>
  <TINTERTEXTUALITY GENDEROFAUTHOR="" INTERTEXTTYPE="">{1,1}</TINTERTEXTUALITY>
  <TITLE REF="" REG="" REND="" STANDARD="" TITLETYPE="">{1,1}</TITLE>
  <TMOTIF MOTIFNAME="">{1,1}</TMOTIF>
  <TOPIC STANDARD="">{1,1}</TOPIC>
  <TPLOT>{1,1}</TPLOT>
  <TSETTINGDATE SETTINGDATETYPE="">{1,1}</TSETTINGDATE>
  <TSETTINGPLACE SETTINGCLASS="" SETTINGPLACETYPE="">{1,1}</TSETTINGPLACE>
  <TTECHNIQUES TECHNIQUETYPE="">{1,1}</TTECHNIQUES>
  <TTHEMETOPIC ID="">{1,1}</TTHEMETOPIC>
  <TTONESTYLE>{1,1}</TTONESTYLE>
  <TVOICENARRATION>{1,1}</TVOICENARRATION>
</RBESTKNOWNWORK>
Source
<xs:element name="RBESTKNOWNWORK">
  <xs:annotation>
    <xs:documentation>This element refers to the single work whose reputation greatly exceeds all others, according to external criteria (best known in literary circles), and can occur once per genre for some writers.</xs:documentation>
  </xs:annotation>
  <xs:complexType mixed="true">
    <xs:choice minOccurs="0" maxOccurs="unbounded">
      <xs:element ref="BIBCITS"/>
      <xs:element ref="DATE"/>
      <xs:element ref="KEYWORDCLASS"/>
      <xs:element ref="NAME"/>
      <xs:element ref="ORGNAME"/>
      <xs:element ref="PADVERTISING"/>
      <xs:element ref="PANTHOLOGIZATION"/>
      <xs:element ref="PARCHIVALLOCATION"/>
      <xs:element ref="PAUTHORSHIP"/>
      <xs:element ref="PCIRCULATION"/>
      <xs:element ref="PCOPYRIGHT"/>
      <xs:element ref="PDEDICATION"/>
      <xs:element ref="PEARNINGS"/>
      <xs:element ref="PEDITIONS"/>
      <xs:element ref="PFIRSTLITERARYACTIVITY"/>
      <xs:element ref="PINFLUENCESHER"/>
      <xs:element ref="PLACE"/>
      <xs:element ref="PLASTLITERARYACTIVITY"/>
      <xs:element ref="PLITERARYSCHOOLS"/>
      <xs:element ref="PMANUSCRIPTHISTORY"/>
      <xs:element ref="PMATERIALCONDITIONS"/>
      <xs:element ref="PMODEOFPUBLICATION"/>
      <xs:element ref="PMOTIVES"/>
      <xs:element ref="PNONBOOKMEDIA"/>
      <xs:element ref="PNONSURVIVAL"/>
      <xs:element ref="PPERFORMANCE"/>
      <xs:element ref="PPERIODICALPUBLICATION"/>
      <xs:element ref="PPLACEOFPUBLICATION"/>
      <xs:element ref="PPRICE"/>
      <xs:element ref="PRARITIESFEATURESDECORATIONS"/>
      <xs:element ref="PRELATIONSWITHPUBLISHER"/>
      <xs:element ref="PSERIALIZATION"/>
      <xs:element ref="PSUBMISSIONSREJECTIONS"/>
      <xs:element ref="QUOTE"/>
      <xs:element ref="RLANDMARKTEXT"/>
      <xs:element ref="RRECOGNITIONNAME"/>
      <xs:element ref="RRECOGNITIONS"/>
      <xs:element ref="RRESPONSES"/>
      <xs:element ref="RSELFDESCRIPTION"/>
      <xs:element ref="RSHEINFLUENCED"/>
      <xs:element ref="SCHOLARNOTE"/>
      <xs:element ref="SOCALLED"/>
      <xs:element ref="TCHARACTERNAME"/>
      <xs:element ref="TCHARACTERTYPEROLE"/>
      <xs:element ref="TGENRE"/>
      <xs:element ref="TGENREISSUE"/>
      <xs:element ref="TINTERTEXTUALITY"/>
      <xs:element ref="TITLE"/>
      <xs:element ref="TMOTIF"/>
      <xs:element ref="TOPIC"/>
      <xs:element ref="TPLOT"/>
      <xs:element ref="TSETTINGDATE"/>
      <xs:element ref="TSETTINGPLACE"/>
      <xs:element ref="TTECHNIQUES"/>
      <xs:element ref="TTHEMETOPIC"/>
      <xs:element ref="TTONESTYLE"/>
      <xs:element ref="TVOICENARRATION"/>
    </xs:choice>
  </xs:complexType>
</xs:element>
[ top ]
Element RLANDMARKTEXT
Namespace No namespace
Annotations
This element refers to a work that, in our opinion, has major social or
literary repercussions.
Diagram
Diagram index.tmp#BIBCITS index.tmp#DATE index.tmp#DATERANGE index.tmp#FOREIGN index.tmp#NAME index.tmp#ORGNAME index.tmp#PAUTHORSHIP index.tmp#PCIRCULATION index.tmp#PDEDICATION index.tmp#PEARNINGS index.tmp#PEDITIONS index.tmp#PFIRSTLITERARYACTIVITY index.tmp#PINFLUENCESHER index.tmp#PLACE index.tmp#PLASTLITERARYACTIVITY index.tmp#PLITERARYSCHOOLS index.tmp#PMANUSCRIPTHISTORY index.tmp#PMATERIALCONDITIONS index.tmp#PMODEOFPUBLICATION index.tmp#PMOTIVES index.tmp#PNONBOOKMEDIA index.tmp#PPERFORMANCE index.tmp#PPERIODICALPUBLICATION index.tmp#PPLACEOFPUBLICATION index.tmp#PPRESSRUN index.tmp#PPRICE index.tmp#PRARITIESFEATURESDECORATIONS index.tmp#PRELATIONSWITHPUBLISHER index.tmp#PSERIALIZATION index.tmp#PSUBMISSIONSREJECTIONS index.tmp#QUOTE index.tmp#RBESTKNOWNWORK index.tmp#RRECOGNITIONS index.tmp#RRESPONSES index.tmp#RSELFDESCRIPTION index.tmp#RSHEINFLUENCED index.tmp#SCHOLARNOTE index.tmp#SOCALLED index.tmp#TCHARACTERIZATION index.tmp#TCHARACTERNAME index.tmp#TCHARACTERTYPEROLE index.tmp#TGENRE index.tmp#TGENREISSUE index.tmp#TINTERTEXTUALITY index.tmp#TITLE index.tmp#TMOTIF index.tmp#TSETTINGDATE index.tmp#TSETTINGPLACE index.tmp#TTECHNIQUES index.tmp#TTHEMETOPIC index.tmp#TTONESTYLE index.tmp#TVOICENARRATION
Properties
content complex
mixed true
Used by
Model
Children BIBCITS, DATE, DATERANGE, FOREIGN, NAME, ORGNAME, PAUTHORSHIP, PCIRCULATION, PDEDICATION, PEARNINGS, PEDITIONS, PFIRSTLITERARYACTIVITY, PINFLUENCESHER, PLACE, PLASTLITERARYACTIVITY, PLITERARYSCHOOLS, PMANUSCRIPTHISTORY, PMATERIALCONDITIONS, PMODEOFPUBLICATION, PMOTIVES, PNONBOOKMEDIA, PPERFORMANCE, PPERIODICALPUBLICATION, PPLACEOFPUBLICATION, PPRESSRUN, PPRICE, PRARITIESFEATURESDECORATIONS, PRELATIONSWITHPUBLISHER, PSERIALIZATION, PSUBMISSIONSREJECTIONS, QUOTE, RBESTKNOWNWORK, RRECOGNITIONS, RRESPONSES, RSELFDESCRIPTION, RSHEINFLUENCED, SCHOLARNOTE, SOCALLED, TCHARACTERIZATION, TCHARACTERNAME, TCHARACTERTYPEROLE, TGENRE, TGENREISSUE, TINTERTEXTUALITY, TITLE, TMOTIF, TSETTINGDATE, TSETTINGPLACE, TTECHNIQUES, TTHEMETOPIC, TTONESTYLE, TVOICENARRATION
Instance
<RLANDMARKTEXT>
  <BIBCITS ID="">{1,1}</BIBCITS>
  <DATE CALENDAR="NEWSTYLE" CERTAINTY="CERT" ID="" VALUE="">{1,1}</DATE>
  <DATERANGE CALENDAR="NEWSTYLE" CERTAINTY="CERT" EXACT="" FROM="" ID="" TO="">{1,1}</DATERANGE>
  <FOREIGN LANG="" REG="">{1,1}</FOREIGN>
  <NAME REF="" STANDARD="">{1,1}</NAME>
  <ORGNAME ORGTYPE="" REF="" REG="" STANDARD="">{1,1}</ORGNAME>
  <PAUTHORSHIP AUTHORNAMETYPE="" AUTHORSHIPCONTROVERSY="" COLLABORATION="" CONTROVERSYDATE="">{1,1}</PAUTHORSHIP>
  <PCIRCULATION>{1,1}</PCIRCULATION>
  <PDEDICATION>{1,1}</PDEDICATION>
  <PEARNINGS>{1,1}</PEARNINGS>
  <PEDITIONS>{1,1}</PEDITIONS>
  <PFIRSTLITERARYACTIVITY>{1,1}</PFIRSTLITERARYACTIVITY>
  <PINFLUENCESHER INFLUENCETYPE="">{1,1}</PINFLUENCESHER>
  <PLACE REF="">{1,1}</PLACE>
  <PLASTLITERARYACTIVITY>{1,1}</PLASTLITERARYACTIVITY>
  <PLITERARYSCHOOLS INVOLVEMENT="INVOLVEMENTYES" REG="">{1,1}</PLITERARYSCHOOLS>
  <PMANUSCRIPTHISTORY>{1,1}</PMANUSCRIPTHISTORY>
  <PMATERIALCONDITIONS DISPLACEMENT="">{1,1}</PMATERIALCONDITIONS>
  <PMODEOFPUBLICATION PUBLICATIONMODE="">{1,1}</PMODEOFPUBLICATION>
  <PMOTIVES ID="" MOTIVETYPE="">{1,1}</PMOTIVES>
  <PNONBOOKMEDIA>{1,1}</PNONBOOKMEDIA>
  <PPERFORMANCE>{1,1}</PPERFORMANCE>
  <PPERIODICALPUBLICATION>{1,1}</PPERIODICALPUBLICATION>
  <PPLACEOFPUBLICATION>{1,1}</PPLACEOFPUBLICATION>
  <PPRESSRUN>{1,1}</PPRESSRUN>
  <PPRICE>{1,1}</PPRICE>
  <PRARITIESFEATURESDECORATIONS>{1,1}</PRARITIESFEATURESDECORATIONS>
  <PRELATIONSWITHPUBLISHER RELATIONSHIPTYPE="">{1,1}</PRELATIONSWITHPUBLISHER>
  <PSERIALIZATION FORMOFSERIALIZATION="">{1,1}</PSERIALIZATION>
  <PSUBMISSIONSREJECTIONS>{1,1}</PSUBMISSIONSREJECTIONS>
  <QUOTE DIRECT="Y" ID="">{1,1}</QUOTE>
  <RBESTKNOWNWORK>{1,1}</RBESTKNOWNWORK>
  <RRECOGNITIONS>{1,1}</RRECOGNITIONS>
  <RRESPONSES FORMALITY="" GENDEREDRESPONSE="" RESPONSETYPE="">{1,1}</RRESPONSES>
  <RSELFDESCRIPTION>{1,1}</RSELFDESCRIPTION>
  <RSHEINFLUENCED>{1,1}</RSHEINFLUENCED>
  <SCHOLARNOTE>{1,1}</SCHOLARNOTE>
  <SOCALLED>{1,1}</SOCALLED>
  <TCHARACTERIZATION>{1,1}</TCHARACTERIZATION>
  <TCHARACTERNAME REG="">{1,1}</TCHARACTERNAME>
  <TCHARACTERTYPEROLE PROTAGONIST="">{1,1}</TCHARACTERTYPEROLE>
  <TGENRE GENRENAME="" PROPOSEDALTERNATIVENAME="">{1,1}</TGENRE>
  <TGENREISSUE>{1,1}</TGENREISSUE>
  <TINTERTEXTUALITY GENDEROFAUTHOR="" INTERTEXTTYPE="">{1,1}</TINTERTEXTUALITY>
  <TITLE REF="" REG="" REND="" STANDARD="" TITLETYPE="">{1,1}</TITLE>
  <TMOTIF MOTIFNAME="">{1,1}</TMOTIF>
  <TSETTINGDATE SETTINGDATETYPE="">{1,1}</TSETTINGDATE>
  <TSETTINGPLACE SETTINGCLASS="" SETTINGPLACETYPE="">{1,1}</TSETTINGPLACE>
  <TTECHNIQUES TECHNIQUETYPE="">{1,1}</TTECHNIQUES>
  <TTHEMETOPIC ID="">{1,1}</TTHEMETOPIC>
  <TTONESTYLE>{1,1}</TTONESTYLE>
  <TVOICENARRATION>{1,1}</TVOICENARRATION>
</RLANDMARKTEXT>
Source
<xs:element name="RLANDMARKTEXT">
  <xs:annotation>
    <xs:documentation>This element refers to a work that, in our opinion, has major social or literary repercussions.</xs:documentation>
  </xs:annotation>
  <xs:complexType mixed="true">
    <xs:choice minOccurs="0" maxOccurs="unbounded">
      <xs:element ref="BIBCITS"/>
      <xs:element ref="DATE"/>
      <xs:element ref="DATERANGE"/>
      <xs:element ref="FOREIGN"/>
      <xs:element ref="NAME"/>
      <xs:element ref="ORGNAME"/>
      <xs:element ref="PAUTHORSHIP"/>
      <xs:element ref="PCIRCULATION"/>
      <xs:element ref="PDEDICATION"/>
      <xs:element ref="PEARNINGS"/>
      <xs:element ref="PEDITIONS"/>
      <xs:element ref="PFIRSTLITERARYACTIVITY"/>
      <xs:element ref="PINFLUENCESHER"/>
      <xs:element ref="PLACE"/>
      <xs:element ref="PLASTLITERARYACTIVITY"/>
      <xs:element ref="PLITERARYSCHOOLS"/>
      <xs:element ref="PMANUSCRIPTHISTORY"/>
      <xs:element ref="PMATERIALCONDITIONS"/>
      <xs:element ref="PMODEOFPUBLICATION"/>
      <xs:element ref="PMOTIVES"/>
      <xs:element ref="PNONBOOKMEDIA"/>
      <xs:element ref="PPERFORMANCE"/>
      <xs:element ref="PPERIODICALPUBLICATION"/>
      <xs:element ref="PPLACEOFPUBLICATION"/>
      <xs:element ref="PPRESSRUN"/>
      <xs:element ref="PPRICE"/>
      <xs:element ref="PRARITIESFEATURESDECORATIONS"/>
      <xs:element ref="PRELATIONSWITHPUBLISHER"/>
      <xs:element ref="PSERIALIZATION"/>
      <xs:element ref="PSUBMISSIONSREJECTIONS"/>
      <xs:element ref="QUOTE"/>
      <xs:element ref="RBESTKNOWNWORK"/>
      <xs:element ref="RRECOGNITIONS"/>
      <xs:element ref="RRESPONSES"/>
      <xs:element ref="RSELFDESCRIPTION"/>
      <xs:element ref="RSHEINFLUENCED"/>
      <xs:element ref="SCHOLARNOTE"/>
      <xs:element ref="SOCALLED"/>
      <xs:element ref="TCHARACTERIZATION"/>
      <xs:element ref="TCHARACTERNAME"/>
      <xs:element ref="TCHARACTERTYPEROLE"/>
      <xs:element ref="TGENRE"/>
      <xs:element ref="TGENREISSUE"/>
      <xs:element ref="TINTERTEXTUALITY"/>
      <xs:element ref="TITLE"/>
      <xs:element ref="TMOTIF"/>
      <xs:element ref="TSETTINGDATE"/>
      <xs:element ref="TSETTINGPLACE"/>
      <xs:element ref="TTECHNIQUES"/>
      <xs:element ref="TTHEMETOPIC"/>
      <xs:element ref="TTONESTYLE"/>
      <xs:element ref="TVOICENARRATION"/>
    </xs:choice>
  </xs:complexType>
</xs:element>
[ top ]
Element RRECOGNITIONS
Namespace No namespace
Annotations
This element deals with the positive results and consequences of
writing. These awards might be described numerically (in terms of the value), descriptively, or in terms of the prize title.
Diagram
Diagram index.tmp#BIBCITS index.tmp#DATE index.tmp#DATERANGE index.tmp#DATESTRUCT index.tmp#EMPH index.tmp#FOREIGN index.tmp#KEYWORDCLASS index.tmp#NAME index.tmp#ORGNAME index.tmp#PADVERTISING index.tmp#PANTHOLOGIZATION index.tmp#PARCHIVALLOCATION index.tmp#PATTITUDES index.tmp#PAUTHORSHIP index.tmp#PCIRCULATION index.tmp#PDEDICATION index.tmp#PEARNINGS index.tmp#PEDITIONS index.tmp#PFIRSTLITERARYACTIVITY index.tmp#PINFLUENCESHER index.tmp#PLACE index.tmp#PLITERARYSCHOOLS index.tmp#PMATERIALCONDITIONS index.tmp#PMODEOFPUBLICATION index.tmp#PNONBOOKMEDIA index.tmp#PPERFORMANCE index.tmp#PPERIODICALPUBLICATION index.tmp#PPRICE index.tmp#PRARITIESFEATURESDECORATIONS index.tmp#PRELATIONSWITHPUBLISHER index.tmp#PSERIALIZATION index.tmp#PSUBMISSIONSREJECTIONS index.tmp#PTYPEOFPRESS index.tmp#QUOTE index.tmp#RBESTKNOWNWORK index.tmp#RESEARCHNOTE index.tmp#RFICTIONALIZATION index.tmp#RLANDMARKTEXT index.tmp#RPENALTIES index.tmp#RRECOGNITIONNAME index.tmp#RRECOGNITIONS index.tmp#RRECOGNITIONVALUE index.tmp#RRESPONSES index.tmp#RS index.tmp#RSELFDESCRIPTION index.tmp#RSHEINFLUENCED index.tmp#SCHOLARNOTE index.tmp#SIC index.tmp#SOCALLED index.tmp#TCHARACTERNAME index.tmp#TGENRE index.tmp#TINTERTEXTUALITY index.tmp#TITLE index.tmp#TOPIC index.tmp#TSETTINGDATE index.tmp#TSETTINGPLACE index.tmp#TTECHNIQUES index.tmp#TTHEMETOPIC index.tmp#TVOICENARRATION index.tmp#XREF
Properties
content complex
mixed true
Used by
Model
Children BIBCITS, DATE, DATERANGE, DATESTRUCT, EMPH, FOREIGN, KEYWORDCLASS, NAME, ORGNAME, PADVERTISING, PANTHOLOGIZATION, PARCHIVALLOCATION, PATTITUDES, PAUTHORSHIP, PCIRCULATION, PDEDICATION, PEARNINGS, PEDITIONS, PFIRSTLITERARYACTIVITY, PINFLUENCESHER, PLACE, PLITERARYSCHOOLS, PMATERIALCONDITIONS, PMODEOFPUBLICATION, PNONBOOKMEDIA, PPERFORMANCE, PPERIODICALPUBLICATION, PPRICE, PRARITIESFEATURESDECORATIONS, PRELATIONSWITHPUBLISHER, PSERIALIZATION, PSUBMISSIONSREJECTIONS, PTYPEOFPRESS, QUOTE, RBESTKNOWNWORK, RESEARCHNOTE, RFICTIONALIZATION, RLANDMARKTEXT, RPENALTIES, RRECOGNITIONNAME, RRECOGNITIONS, RRECOGNITIONVALUE, RRESPONSES, RS, RSELFDESCRIPTION, RSHEINFLUENCED, SCHOLARNOTE, SIC, SOCALLED, TCHARACTERNAME, TGENRE, TINTERTEXTUALITY, TITLE, TOPIC, TSETTINGDATE, TSETTINGPLACE, TTECHNIQUES, TTHEMETOPIC, TVOICENARRATION, XREF
Instance
<RRECOGNITIONS>
  <BIBCITS ID="">{1,1}</BIBCITS>
  <DATE CALENDAR="NEWSTYLE" CERTAINTY="CERT" ID="" VALUE="">{1,1}</DATE>
  <DATERANGE CALENDAR="NEWSTYLE" CERTAINTY="CERT" EXACT="" FROM="" ID="" TO="">{1,1}</DATERANGE>
  <DATESTRUCT CALENDAR="NEWSTYLE" CERTAINTY="CERT" VALUE="">{1,1}</DATESTRUCT>
  <EMPH>{1,1}</EMPH>
  <FOREIGN LANG="" REG="">{1,1}</FOREIGN>
  <KEYWORDCLASS KEYWORDTYPE="">{1,1}</KEYWORDCLASS>
  <NAME REF="" STANDARD="">{1,1}</NAME>
  <ORGNAME ORGTYPE="" REF="" REG="" STANDARD="">{1,1}</ORGNAME>
  <PADVERTISING>{1,1}</PADVERTISING>
  <PANTHOLOGIZATION>{1,1}</PANTHOLOGIZATION>
  <PARCHIVALLOCATION>{1,1}</PARCHIVALLOCATION>
  <PATTITUDES>{1,1}</PATTITUDES>
  <PAUTHORSHIP AUTHORNAMETYPE="" AUTHORSHIPCONTROVERSY="" COLLABORATION="" CONTROVERSYDATE="">{1,1}</PAUTHORSHIP>
  <PCIRCULATION>{1,1}</PCIRCULATION>
  <PDEDICATION>{1,1}</PDEDICATION>
  <PEARNINGS>{1,1}</PEARNINGS>
  <PEDITIONS>{1,1}</PEDITIONS>
  <PFIRSTLITERARYACTIVITY>{1,1}</PFIRSTLITERARYACTIVITY>
  <PINFLUENCESHER INFLUENCETYPE="">{1,1}</PINFLUENCESHER>
  <PLACE REF="">{1,1}</PLACE>
  <PLITERARYSCHOOLS INVOLVEMENT="INVOLVEMENTYES" REG="">{1,1}</PLITERARYSCHOOLS>
  <PMATERIALCONDITIONS DISPLACEMENT="">{1,1}</PMATERIALCONDITIONS>
  <PMODEOFPUBLICATION PUBLICATIONMODE="">{1,1}</PMODEOFPUBLICATION>
  <PNONBOOKMEDIA>{1,1}</PNONBOOKMEDIA>
  <PPERFORMANCE>{1,1}</PPERFORMANCE>
  <PPERIODICALPUBLICATION>{1,1}</PPERIODICALPUBLICATION>
  <PPRICE>{1,1}</PPRICE>
  <PRARITIESFEATURESDECORATIONS>{1,1}</PRARITIESFEATURESDECORATIONS>
  <PRELATIONSWITHPUBLISHER RELATIONSHIPTYPE="">{1,1}</PRELATIONSWITHPUBLISHER>
  <PSERIALIZATION FORMOFSERIALIZATION="">{1,1}</PSERIALIZATION>
  <PSUBMISSIONSREJECTIONS>{1,1}</PSUBMISSIONSREJECTIONS>
  <PTYPEOFPRESS>{1,1}</PTYPEOFPRESS>
  <QUOTE DIRECT="Y" ID="">{1,1}</QUOTE>
  <RBESTKNOWNWORK>{1,1}</RBESTKNOWNWORK>
  <RESEARCHNOTE>{1,1}</RESEARCHNOTE>
  <RFICTIONALIZATION>{1,1}</RFICTIONALIZATION>
  <RLANDMARKTEXT>{1,1}</RLANDMARKTEXT>
  <RPENALTIES CENSORSHIP="">{1,1}</RPENALTIES>
  <RRECOGNITIONNAME REG="">{1,1}</RRECOGNITIONNAME>
  <RRECOGNITIONS>{1,1}</RRECOGNITIONS>
  <RRECOGNITIONVALUE>{1,1}</RRECOGNITIONVALUE>
  <RRESPONSES FORMALITY="" GENDEREDRESPONSE="" RESPONSETYPE="">{1,1}</RRESPONSES>
  <RS REG="" TYPE="">{1,1}</RS>
  <RSELFDESCRIPTION>{1,1}</RSELFDESCRIPTION>
  <RSHEINFLUENCED>{1,1}</RSHEINFLUENCED>
  <SCHOLARNOTE>{1,1}</SCHOLARNOTE>
  <SIC CORR="">{1,1}</SIC>
  <SOCALLED>{1,1}</SOCALLED>
  <TCHARACTERNAME REG="">{1,1}</TCHARACTERNAME>
  <TGENRE GENRENAME="" PROPOSEDALTERNATIVENAME="">{1,1}</TGENRE>
  <TINTERTEXTUALITY GENDEROFAUTHOR="" INTERTEXTTYPE="">{1,1}</TINTERTEXTUALITY>
  <TITLE REF="" REG="" REND="" STANDARD="" TITLETYPE="">{1,1}</TITLE>
  <TOPIC STANDARD="">{1,1}</TOPIC>
  <TSETTINGDATE SETTINGDATETYPE="">{1,1}</TSETTINGDATE>
  <TSETTINGPLACE SETTINGCLASS="" SETTINGPLACETYPE="">{1,1}</TSETTINGPLACE>
  <TTECHNIQUES TECHNIQUETYPE="">{1,1}</TTECHNIQUES>
  <TTHEMETOPIC ID="">{1,1}</TTHEMETOPIC>
  <TVOICENARRATION>{1,1}</TVOICENARRATION>
  <XREF RESP="" URL="">{1,1}</XREF>
</RRECOGNITIONS>
Source
<xs:element name="RRECOGNITIONS">
  <xs:annotation>
    <xs:documentation>This element deals with the positive results and consequences of writing. These awards might be described numerically (in terms of the value), descriptively, or in terms of the prize title.</xs:documentation>
  </xs:annotation>
  <xs:complexType mixed="true">
    <xs:choice minOccurs="0" maxOccurs="unbounded">
      <xs:element ref="BIBCITS"/>
      <xs:element ref="DATE"/>
      <xs:element ref="DATERANGE"/>
      <xs:element ref="DATESTRUCT"/>
      <xs:element ref="EMPH"/>
      <xs:element ref="FOREIGN"/>
      <xs:element ref="KEYWORDCLASS"/>
      <xs:element ref="NAME"/>
      <xs:element ref="ORGNAME"/>
      <xs:element ref="PADVERTISING"/>
      <xs:element ref="PANTHOLOGIZATION"/>
      <xs:element ref="PARCHIVALLOCATION"/>
      <xs:element ref="PATTITUDES"/>
      <xs:element ref="PAUTHORSHIP"/>
      <xs:element ref="PCIRCULATION"/>
      <xs:element ref="PDEDICATION"/>
      <xs:element ref="PEARNINGS"/>
      <xs:element ref="PEDITIONS"/>
      <xs:element ref="PFIRSTLITERARYACTIVITY"/>
      <xs:element ref="PINFLUENCESHER"/>
      <xs:element ref="PLACE"/>
      <xs:element ref="PLITERARYSCHOOLS"/>
      <xs:element ref="PMATERIALCONDITIONS"/>
      <xs:element ref="PMODEOFPUBLICATION"/>
      <xs:element ref="PNONBOOKMEDIA"/>
      <xs:element ref="PPERFORMANCE"/>
      <xs:element ref="PPERIODICALPUBLICATION"/>
      <xs:element ref="PPRICE"/>
      <xs:element ref="PRARITIESFEATURESDECORATIONS"/>
      <xs:element ref="PRELATIONSWITHPUBLISHER"/>
      <xs:element ref="PSERIALIZATION"/>
      <xs:element ref="PSUBMISSIONSREJECTIONS"/>
      <xs:element ref="PTYPEOFPRESS"/>
      <xs:element ref="QUOTE"/>
      <xs:element ref="RBESTKNOWNWORK"/>
      <xs:element ref="RESEARCHNOTE"/>
      <xs:element ref="RFICTIONALIZATION"/>
      <xs:element ref="RLANDMARKTEXT"/>
      <xs:element ref="RPENALTIES"/>
      <xs:element ref="RRECOGNITIONNAME"/>
      <xs:element ref="RRECOGNITIONS"/>
      <xs:element ref="RRECOGNITIONVALUE"/>
      <xs:element ref="RRESPONSES"/>
      <xs:element ref="RS"/>
      <xs:element ref="RSELFDESCRIPTION"/>
      <xs:element ref="RSHEINFLUENCED"/>
      <xs:element ref="SCHOLARNOTE"/>
      <xs:element ref="SIC"/>
      <xs:element ref="SOCALLED"/>
      <xs:element ref="TCHARACTERNAME"/>
      <xs:element ref="TGENRE"/>
      <xs:element ref="TINTERTEXTUALITY"/>
      <xs:element ref="TITLE"/>
      <xs:element ref="TOPIC"/>
      <xs:element ref="TSETTINGDATE"/>
      <xs:element ref="TSETTINGPLACE"/>
      <xs:element ref="TTECHNIQUES"/>
      <xs:element ref="TTHEMETOPIC"/>
      <xs:element ref="TVOICENARRATION"/>
      <xs:element ref="XREF"/>
    </xs:choice>
  </xs:complexType>
</xs:element>
[ top ]
Element RFICTIONALIZATION
Namespace No namespace
Annotations
This element refers to fictionalized (written) responses to the woman
author or her work which indicate her literary influence. It is to be used when you encounter the fictionalized life of a woman writer, such as a one
woman show about Virginia Woolf's life.
Diagram
Diagram index.tmp#BIBCITS index.tmp#DATE index.tmp#DATERANGE index.tmp#EMPH index.tmp#NAME index.tmp#ORGNAME index.tmp#PADVERTISING index.tmp#PANTHOLOGIZATION index.tmp#PCIRCULATION index.tmp#PLACE index.tmp#PNONBOOKMEDIA index.tmp#PPERFORMANCE index.tmp#PRARITIESFEATURESDECORATIONS index.tmp#QUOTE index.tmp#RESEARCHNOTE index.tmp#RPENALTIES index.tmp#RRESPONSES index.tmp#RSHEINFLUENCED index.tmp#SCHOLARNOTE index.tmp#SOCALLED index.tmp#TCHARACTERNAME index.tmp#TCHARACTERTYPEROLE index.tmp#TGENRE index.tmp#TITLE index.tmp#TOPIC
Properties
content complex
mixed true
Used by
Model
Children BIBCITS, DATE, DATERANGE, EMPH, NAME, ORGNAME, PADVERTISING, PANTHOLOGIZATION, PCIRCULATION, PLACE, PNONBOOKMEDIA, PPERFORMANCE, PRARITIESFEATURESDECORATIONS, QUOTE, RESEARCHNOTE, RPENALTIES, RRESPONSES, RSHEINFLUENCED, SCHOLARNOTE, SOCALLED, TCHARACTERNAME, TCHARACTERTYPEROLE, TGENRE, TITLE, TOPIC
Instance
<RFICTIONALIZATION>
  <BIBCITS ID="">{1,1}</BIBCITS>
  <DATE CALENDAR="NEWSTYLE" CERTAINTY="CERT" ID="" VALUE="">{1,1}</DATE>
  <DATERANGE CALENDAR="NEWSTYLE" CERTAINTY="CERT" EXACT="" FROM="" ID="" TO="">{1,1}</DATERANGE>
  <EMPH>{1,1}</EMPH>
  <NAME REF="" STANDARD="">{1,1}</NAME>
  <ORGNAME ORGTYPE="" REF="" REG="" STANDARD="">{1,1}</ORGNAME>
  <PADVERTISING>{1,1}</PADVERTISING>
  <PANTHOLOGIZATION>{1,1}</PANTHOLOGIZATION>
  <PCIRCULATION>{1,1}</PCIRCULATION>
  <PLACE REF="">{1,1}</PLACE>
  <PNONBOOKMEDIA>{1,1}</PNONBOOKMEDIA>
  <PPERFORMANCE>{1,1}</PPERFORMANCE>
  <PRARITIESFEATURESDECORATIONS>{1,1}</PRARITIESFEATURESDECORATIONS>
  <QUOTE DIRECT="Y" ID="">{1,1}</QUOTE>
  <RESEARCHNOTE>{1,1}</RESEARCHNOTE>
  <RPENALTIES CENSORSHIP="">{1,1}</RPENALTIES>
  <RRESPONSES FORMALITY="" GENDEREDRESPONSE="" RESPONSETYPE="">{1,1}</RRESPONSES>
  <RSHEINFLUENCED>{1,1}</RSHEINFLUENCED>
  <SCHOLARNOTE>{1,1}</SCHOLARNOTE>
  <SOCALLED>{1,1}</SOCALLED>
  <TCHARACTERNAME REG="">{1,1}</TCHARACTERNAME>
  <TCHARACTERTYPEROLE PROTAGONIST="">{1,1}</TCHARACTERTYPEROLE>
  <TGENRE GENRENAME="" PROPOSEDALTERNATIVENAME="">{1,1}</TGENRE>
  <TITLE REF="" REG="" REND="" STANDARD="" TITLETYPE="">{1,1}</TITLE>
  <TOPIC STANDARD="">{1,1}</TOPIC>
</RFICTIONALIZATION>
Source
<xs:element name="RFICTIONALIZATION">
  <xs:annotation>
    <xs:documentation>This element refers to fictionalized (written) responses to the woman author or her work which indicate her literary influence. It is to be used when you encounter the fictionalized life of a woman writer, such as a one woman show about Virginia Woolf's life.</xs:documentation>
  </xs:annotation>
  <xs:complexType mixed="true">
    <xs:choice minOccurs="0" maxOccurs="unbounded">
      <xs:element ref="BIBCITS"/>
      <xs:element ref="DATE"/>
      <xs:element ref="DATERANGE"/>
      <xs:element ref="EMPH"/>
      <xs:element ref="NAME"/>
      <xs:element ref="ORGNAME"/>
      <xs:element ref="PADVERTISING"/>
      <xs:element ref="PANTHOLOGIZATION"/>
      <xs:element ref="PCIRCULATION"/>
      <xs:element ref="PLACE"/>
      <xs:element ref="PNONBOOKMEDIA"/>
      <xs:element ref="PPERFORMANCE"/>
      <xs:element ref="PRARITIESFEATURESDECORATIONS"/>
      <xs:element ref="QUOTE"/>
      <xs:element ref="RESEARCHNOTE"/>
      <xs:element ref="RPENALTIES"/>
      <xs:element ref="RRESPONSES"/>
      <xs:element ref="RSHEINFLUENCED"/>
      <xs:element ref="SCHOLARNOTE"/>
      <xs:element ref="SOCALLED"/>
      <xs:element ref="TCHARACTERNAME"/>
      <xs:element ref="TCHARACTERTYPEROLE"/>
      <xs:element ref="TGENRE"/>
      <xs:element ref="TITLE"/>
      <xs:element ref="TOPIC"/>
    </xs:choice>
  </xs:complexType>
</xs:element>
[ top ]
Element RPENALTIES
Namespace No namespace
Annotations
This element discusses the negative effects and consequences of
writing.
Diagram
Diagram index.tmp#RPENALTIES_CENSORSHIP index.tmp#BIBCITS index.tmp#DATE index.tmp#DATERANGE index.tmp#EMPH index.tmp#FOREIGN index.tmp#KEYWORDCLASS index.tmp#NAME index.tmp#ORGNAME index.tmp#PADVERTISING index.tmp#PANTHOLOGIZATION index.tmp#PARCHIVALLOCATION index.tmp#PATTITUDES index.tmp#PAUTHORSHIP index.tmp#PCIRCULATION index.tmp#PEARNINGS index.tmp#PEDITIONS index.tmp#PFIRSTLITERARYACTIVITY index.tmp#PINFLUENCESHER index.tmp#PLACE index.tmp#PMATERIALCONDITIONS index.tmp#PMODEOFPUBLICATION index.tmp#PNONBOOKMEDIA index.tmp#PPERFORMANCE index.tmp#PRELATIONSWITHPUBLISHER index.tmp#PSUBMISSIONSREJECTIONS index.tmp#QUOTE index.tmp#RDESTRUCTIONOFWORK index.tmp#RESEARCHNOTE index.tmp#RFICTIONALIZATION index.tmp#RPENALTIES index.tmp#RRECOGNITIONNAME index.tmp#RRECOGNITIONS index.tmp#RRESPONSES index.tmp#RSELFDESCRIPTION index.tmp#RSHEINFLUENCED index.tmp#SIC index.tmp#SOCALLED index.tmp#TCHARACTERIZATION index.tmp#TCHARACTERNAME index.tmp#TCHARACTERTYPEROLE index.tmp#TGENRE index.tmp#TGENREISSUE index.tmp#TINTERTEXTUALITY index.tmp#TITLE index.tmp#TMOTIF index.tmp#TOPIC index.tmp#TPLOT index.tmp#TTECHNIQUES index.tmp#TTHEMETOPIC index.tmp#TTONESTYLE index.tmp#XREF
Properties
content complex
mixed true
Used by
Model
Children BIBCITS, DATE, DATERANGE, EMPH, FOREIGN, KEYWORDCLASS, NAME, ORGNAME, PADVERTISING, PANTHOLOGIZATION, PARCHIVALLOCATION, PATTITUDES, PAUTHORSHIP, PCIRCULATION, PEARNINGS, PEDITIONS, PFIRSTLITERARYACTIVITY, PINFLUENCESHER, PLACE, PMATERIALCONDITIONS, PMODEOFPUBLICATION, PNONBOOKMEDIA, PPERFORMANCE, PRELATIONSWITHPUBLISHER, PSUBMISSIONSREJECTIONS, QUOTE, RDESTRUCTIONOFWORK, RESEARCHNOTE, RFICTIONALIZATION, RPENALTIES, RRECOGNITIONNAME, RRECOGNITIONS, RRESPONSES, RSELFDESCRIPTION, RSHEINFLUENCED, SIC, SOCALLED, TCHARACTERIZATION, TCHARACTERNAME, TCHARACTERTYPEROLE, TGENRE, TGENREISSUE, TINTERTEXTUALITY, TITLE, TMOTIF, TOPIC, TPLOT, TTECHNIQUES, TTHEMETOPIC, TTONESTYLE, XREF
Instance
<RPENALTIES CENSORSHIP="">
  <BIBCITS ID="">{1,1}</BIBCITS>
  <DATE CALENDAR="NEWSTYLE" CERTAINTY="CERT" ID="" VALUE="">{1,1}</DATE>
  <DATERANGE CALENDAR="NEWSTYLE" CERTAINTY="CERT" EXACT="" FROM="" ID="" TO="">{1,1}</DATERANGE>
  <EMPH>{1,1}</EMPH>
  <FOREIGN LANG="" REG="">{1,1}</FOREIGN>
  <KEYWORDCLASS KEYWORDTYPE="">{1,1}</KEYWORDCLASS>
  <NAME REF="" STANDARD="">{1,1}</NAME>
  <ORGNAME ORGTYPE="" REF="" REG="" STANDARD="">{1,1}</ORGNAME>
  <PADVERTISING>{1,1}</PADVERTISING>
  <PANTHOLOGIZATION>{1,1}</PANTHOLOGIZATION>
  <PARCHIVALLOCATION>{1,1}</PARCHIVALLOCATION>
  <PATTITUDES>{1,1}</PATTITUDES>
  <PAUTHORSHIP AUTHORNAMETYPE="" AUTHORSHIPCONTROVERSY="" COLLABORATION="" CONTROVERSYDATE="">{1,1}</PAUTHORSHIP>
  <PCIRCULATION>{1,1}</PCIRCULATION>
  <PEARNINGS>{1,1}</PEARNINGS>
  <PEDITIONS>{1,1}</PEDITIONS>
  <PFIRSTLITERARYACTIVITY>{1,1}</PFIRSTLITERARYACTIVITY>
  <PINFLUENCESHER INFLUENCETYPE="">{1,1}</PINFLUENCESHER>
  <PLACE REF="">{1,1}</PLACE>
  <PMATERIALCONDITIONS DISPLACEMENT="">{1,1}</PMATERIALCONDITIONS>
  <PMODEOFPUBLICATION PUBLICATIONMODE="">{1,1}</PMODEOFPUBLICATION>
  <PNONBOOKMEDIA>{1,1}</PNONBOOKMEDIA>
  <PPERFORMANCE>{1,1}</PPERFORMANCE>
  <PRELATIONSWITHPUBLISHER RELATIONSHIPTYPE="">{1,1}</PRELATIONSWITHPUBLISHER>
  <PSUBMISSIONSREJECTIONS>{1,1}</PSUBMISSIONSREJECTIONS>
  <QUOTE DIRECT="Y" ID="">{1,1}</QUOTE>
  <RDESTRUCTIONOFWORK DESTROYEDBY="">{1,1}</RDESTRUCTIONOFWORK>
  <RESEARCHNOTE>{1,1}</RESEARCHNOTE>
  <RFICTIONALIZATION>{1,1}</RFICTIONALIZATION>
  <RPENALTIES CENSORSHIP="">{1,1}</RPENALTIES>
  <RRECOGNITIONNAME REG="">{1,1}</RRECOGNITIONNAME>
  <RRECOGNITIONS>{1,1}</RRECOGNITIONS>
  <RRESPONSES FORMALITY="" GENDEREDRESPONSE="" RESPONSETYPE="">{1,1}</RRESPONSES>
  <RSELFDESCRIPTION>{1,1}</RSELFDESCRIPTION>
  <RSHEINFLUENCED>{1,1}</RSHEINFLUENCED>
  <SIC CORR="">{1,1}</SIC>
  <SOCALLED>{1,1}</SOCALLED>
  <TCHARACTERIZATION>{1,1}</TCHARACTERIZATION>
  <TCHARACTERNAME REG="">{1,1}</TCHARACTERNAME>
  <TCHARACTERTYPEROLE PROTAGONIST="">{1,1}</TCHARACTERTYPEROLE>
  <TGENRE GENRENAME="" PROPOSEDALTERNATIVENAME="">{1,1}</TGENRE>
  <TGENREISSUE>{1,1}</TGENREISSUE>
  <TINTERTEXTUALITY GENDEROFAUTHOR="" INTERTEXTTYPE="">{1,1}</TINTERTEXTUALITY>
  <TITLE REF="" REG="" REND="" STANDARD="" TITLETYPE="">{1,1}</TITLE>
  <TMOTIF MOTIFNAME="">{1,1}</TMOTIF>
  <TOPIC STANDARD="">{1,1}</TOPIC>
  <TPLOT>{1,1}</TPLOT>
  <TTECHNIQUES TECHNIQUETYPE="">{1,1}</TTECHNIQUES>
  <TTHEMETOPIC ID="">{1,1}</TTHEMETOPIC>
  <TTONESTYLE>{1,1}</TTONESTYLE>
  <XREF RESP="" URL="">{1,1}</XREF>
</RPENALTIES>
Attributes
QName Type Use Annotation
CENSORSHIP restriction of xs:token optional
If a book is censored, we consider that action a type of penalty.
This attribute flags when censorship has been one of the penalizing responses to a work.
Source
<xs:element name="RPENALTIES">
  <xs:annotation>
    <xs:documentation>This element discusses the negative effects and consequences of writing.</xs:documentation>
  </xs:annotation>
  <xs:complexType mixed="true">
    <xs:choice minOccurs="0" maxOccurs="unbounded">
      <xs:element ref="BIBCITS"/>
      <xs:element ref="DATE"/>
      <xs:element ref="DATERANGE"/>
      <xs:element ref="EMPH"/>
      <xs:element ref="FOREIGN"/>
      <xs:element ref="KEYWORDCLASS"/>
      <xs:element ref="NAME"/>
      <xs:element ref="ORGNAME"/>
      <xs:element ref="PADVERTISING"/>
      <xs:element ref="PANTHOLOGIZATION"/>
      <xs:element ref="PARCHIVALLOCATION"/>
      <xs:element ref="PATTITUDES"/>
      <xs:element ref="PAUTHORSHIP"/>
      <xs:element ref="PCIRCULATION"/>
      <xs:element ref="PEARNINGS"/>
      <xs:element ref="PEDITIONS"/>
      <xs:element ref="PFIRSTLITERARYACTIVITY"/>
      <xs:element ref="PINFLUENCESHER"/>
      <xs:element ref="PLACE"/>
      <xs:element ref="PMATERIALCONDITIONS"/>
      <xs:element ref="PMODEOFPUBLICATION"/>
      <xs:element ref="PNONBOOKMEDIA"/>
      <xs:element ref="PPERFORMANCE"/>
      <xs:element ref="PRELATIONSWITHPUBLISHER"/>
      <xs:element ref="PSUBMISSIONSREJECTIONS"/>
      <xs:element ref="QUOTE"/>
      <xs:element ref="RDESTRUCTIONOFWORK"/>
      <xs:element ref="RESEARCHNOTE"/>
      <xs:element ref="RFICTIONALIZATION"/>
      <xs:element ref="RPENALTIES"/>
      <xs:element ref="RRECOGNITIONNAME"/>
      <xs:element ref="RRECOGNITIONS"/>
      <xs:element ref="RRESPONSES"/>
      <xs:element ref="RSELFDESCRIPTION"/>
      <xs:element ref="RSHEINFLUENCED"/>
      <xs:element ref="SIC"/>
      <xs:element ref="SOCALLED"/>
      <xs:element ref="TCHARACTERIZATION"/>
      <xs:element ref="TCHARACTERNAME"/>
      <xs:element ref="TCHARACTERTYPEROLE"/>
      <xs:element ref="TGENRE"/>
      <xs:element ref="TGENREISSUE"/>
      <xs:element ref="TINTERTEXTUALITY"/>
      <xs:element ref="TITLE"/>
      <xs:element ref="TMOTIF"/>
      <xs:element ref="TOPIC"/>
      <xs:element ref="TPLOT"/>
      <xs:element ref="TTECHNIQUES"/>
      <xs:element ref="TTHEMETOPIC"/>
      <xs:element ref="TTONESTYLE"/>
      <xs:element ref="XREF"/>
    </xs:choice>
    <xs:attribute name="CENSORSHIP">
      <xs:annotation>
        <xs:documentation>If a book is censored, we consider that action a type of penalty. This attribute flags when censorship has been one of the penalizing responses to a work.</xs:documentation>
      </xs:annotation>
      <xs:simpleType>
        <xs:restriction base="xs:token">
          <xs:enumeration value="CENSORSHIPYES"/>
        </xs:restriction>
      </xs:simpleType>
    </xs:attribute>
  </xs:complexType>
</xs:element>
[ top ]
Element RDESTRUCTIONOFWORK
Namespace No namespace
Annotations
This element marks destruction of a work by the author herself, her
readers, or others. This category can include the conscious destruction or requests for destruction whether or not the destruction was carried
out.
Diagram
Diagram index.tmp#RDESTRUCTIONOFWORK_DESTROYEDBY index.tmp#BIBCITS index.tmp#DATE index.tmp#DATERANGE index.tmp#EMPH index.tmp#KEYWORDCLASS index.tmp#NAME index.tmp#ORGNAME index.tmp#PARCHIVALLOCATION index.tmp#PATTITUDES index.tmp#PAUTHORSHIP index.tmp#PCOPYRIGHT index.tmp#PINFLUENCESHER index.tmp#PLACE index.tmp#PMANUSCRIPTHISTORY index.tmp#PMATERIALCONDITIONS index.tmp#PMOTIVES index.tmp#PNONSURVIVAL index.tmp#PRELATIONSWITHPUBLISHER index.tmp#PSERIALIZATION index.tmp#PSUBMISSIONSREJECTIONS index.tmp#QUOTE index.tmp#RDESTRUCTIONOFWORK index.tmp#RPENALTIES index.tmp#RRESPONSES index.tmp#RSELFDESCRIPTION index.tmp#SCHOLARNOTE index.tmp#SOCALLED index.tmp#TGENRE index.tmp#TITLE index.tmp#TTECHNIQUES index.tmp#TTHEMETOPIC
Properties
content complex
mixed true
Used by
Model
Children BIBCITS, DATE, DATERANGE, EMPH, KEYWORDCLASS, NAME, ORGNAME, PARCHIVALLOCATION, PATTITUDES, PAUTHORSHIP, PCOPYRIGHT, PINFLUENCESHER, PLACE, PMANUSCRIPTHISTORY, PMATERIALCONDITIONS, PMOTIVES, PNONSURVIVAL, PRELATIONSWITHPUBLISHER, PSERIALIZATION, PSUBMISSIONSREJECTIONS, QUOTE, RDESTRUCTIONOFWORK, RPENALTIES, RRESPONSES, RSELFDESCRIPTION, SCHOLARNOTE, SOCALLED, TGENRE, TITLE, TTECHNIQUES, TTHEMETOPIC
Instance
<RDESTRUCTIONOFWORK DESTROYEDBY="">
  <BIBCITS ID="">{1,1}</BIBCITS>
  <DATE CALENDAR="NEWSTYLE" CERTAINTY="CERT" ID="" VALUE="">{1,1}</DATE>
  <DATERANGE CALENDAR="NEWSTYLE" CERTAINTY="CERT" EXACT="" FROM="" ID="" TO="">{1,1}</DATERANGE>
  <EMPH>{1,1}</EMPH>
  <KEYWORDCLASS KEYWORDTYPE="">{1,1}</KEYWORDCLASS>
  <NAME REF="" STANDARD="">{1,1}</NAME>
  <ORGNAME ORGTYPE="" REF="" REG="" STANDARD="">{1,1}</ORGNAME>
  <PARCHIVALLOCATION>{1,1}</PARCHIVALLOCATION>
  <PATTITUDES>{1,1}</PATTITUDES>
  <PAUTHORSHIP AUTHORNAMETYPE="" AUTHORSHIPCONTROVERSY="" COLLABORATION="" CONTROVERSYDATE="">{1,1}</PAUTHORSHIP>
  <PCOPYRIGHT>{1,1}</PCOPYRIGHT>
  <PINFLUENCESHER INFLUENCETYPE="">{1,1}</PINFLUENCESHER>
  <PLACE REF="">{1,1}</PLACE>
  <PMANUSCRIPTHISTORY>{1,1}</PMANUSCRIPTHISTORY>
  <PMATERIALCONDITIONS DISPLACEMENT="">{1,1}</PMATERIALCONDITIONS>
  <PMOTIVES ID="" MOTIVETYPE="">{1,1}</PMOTIVES>
  <PNONSURVIVAL TYPEOFNONSURVIVAL="">{1,1}</PNONSURVIVAL>
  <PRELATIONSWITHPUBLISHER RELATIONSHIPTYPE="">{1,1}</PRELATIONSWITHPUBLISHER>
  <PSERIALIZATION FORMOFSERIALIZATION="">{1,1}</PSERIALIZATION>
  <PSUBMISSIONSREJECTIONS>{1,1}</PSUBMISSIONSREJECTIONS>
  <QUOTE DIRECT="Y" ID="">{1,1}</QUOTE>
  <RDESTRUCTIONOFWORK DESTROYEDBY="">{1,1}</RDESTRUCTIONOFWORK>
  <RPENALTIES CENSORSHIP="">{1,1}</RPENALTIES>
  <RRESPONSES FORMALITY="" GENDEREDRESPONSE="" RESPONSETYPE="">{1,1}</RRESPONSES>
  <RSELFDESCRIPTION>{1,1}</RSELFDESCRIPTION>
  <SCHOLARNOTE>{1,1}</SCHOLARNOTE>
  <SOCALLED>{1,1}</SOCALLED>
  <TGENRE GENRENAME="" PROPOSEDALTERNATIVENAME="">{1,1}</TGENRE>
  <TITLE REF="" REG="" REND="" STANDARD="" TITLETYPE="">{1,1}</TITLE>
  <TTECHNIQUES TECHNIQUETYPE="">{1,1}</TTECHNIQUES>
  <TTHEMETOPIC ID="">{1,1}</TTHEMETOPIC>
</RDESTRUCTIONOFWORK>
Attributes
QName Type Use Annotation
DESTROYEDBY restriction of xs:token optional
This attribute, attached to rDestructionOfWork, allows you to
indicate who destroyed the work.
Source
<xs:element name="RDESTRUCTIONOFWORK">
  <xs:annotation>
    <xs:documentation>This element marks destruction of a work by the author herself, her readers, or others. This category can include the conscious destruction or requests for destruction whether or not the destruction was carried out.</xs:documentation>
  </xs:annotation>
  <xs:complexType mixed="true">
    <xs:choice minOccurs="0" maxOccurs="unbounded">
      <xs:element ref="BIBCITS"/>
      <xs:element ref="DATE"/>
      <xs:element ref="DATERANGE"/>
      <xs:element ref="EMPH"/>
      <xs:element ref="KEYWORDCLASS"/>
      <xs:element ref="NAME"/>
      <xs:element ref="ORGNAME"/>
      <xs:element ref="PARCHIVALLOCATION"/>
      <xs:element ref="PATTITUDES"/>
      <xs:element ref="PAUTHORSHIP"/>
      <xs:element ref="PCOPYRIGHT"/>
      <xs:element ref="PINFLUENCESHER"/>
      <xs:element ref="PLACE"/>
      <xs:element ref="PMANUSCRIPTHISTORY"/>
      <xs:element ref="PMATERIALCONDITIONS"/>
      <xs:element ref="PMOTIVES"/>
      <xs:element ref="PNONSURVIVAL"/>
      <xs:element ref="PRELATIONSWITHPUBLISHER"/>
      <xs:element ref="PSERIALIZATION"/>
      <xs:element ref="PSUBMISSIONSREJECTIONS"/>
      <xs:element ref="QUOTE"/>
      <xs:element ref="RDESTRUCTIONOFWORK"/>
      <xs:element ref="RPENALTIES"/>
      <xs:element ref="RRESPONSES"/>
      <xs:element ref="RSELFDESCRIPTION"/>
      <xs:element ref="SCHOLARNOTE"/>
      <xs:element ref="SOCALLED"/>
      <xs:element ref="TGENRE"/>
      <xs:element ref="TITLE"/>
      <xs:element ref="TTECHNIQUES"/>
      <xs:element ref="TTHEMETOPIC"/>
    </xs:choice>
    <xs:attribute name="DESTROYEDBY">
      <xs:annotation>
        <xs:documentation>This attribute, attached to rDestructionOfWork, allows you to indicate who destroyed the work.</xs:documentation>
      </xs:annotation>
      <xs:simpleType>
        <xs:restriction base="xs:token">
          <xs:enumeration value="SELF"/>
          <xs:enumeration value="OTHER"/>
        </xs:restriction>
      </xs:simpleType>
    </xs:attribute>
  </xs:complexType>
</xs:element>
[ top ]
Element RRESPONSES
Namespace No namespace
Annotations
This element addresses reactions to the literary work, the oeuvre in
general, or the writer's role as an author/artist which are either written or event centred.
Diagram
Diagram index.tmp#RRESPONSES_FORMALITY index.tmp#RRESPONSES_GENDEREDRESPONSE index.tmp#RRESPONSES_RESPONSETYPE index.tmp#BIBCITS index.tmp#DATE index.tmp#DATERANGE index.tmp#DATESTRUCT index.tmp#EMPH index.tmp#FOREIGN index.tmp#KEYWORDCLASS index.tmp#NAME index.tmp#ORGNAME index.tmp#PADVERTISING index.tmp#PANTHOLOGIZATION index.tmp#PARCHIVALLOCATION index.tmp#PATTITUDES index.tmp#PAUTHORSHIP index.tmp#PCIRCULATION index.tmp#PCOPYRIGHT index.tmp#PDEDICATION index.tmp#PEARNINGS index.tmp#PEDITIONS index.tmp#PFIRSTLITERARYACTIVITY index.tmp#PINFLUENCESHER index.tmp#PLACE index.tmp#PLASTLITERARYACTIVITY index.tmp#PLITERARYSCHOOLS index.tmp#PMANUSCRIPTHISTORY index.tmp#PMATERIALCONDITIONS index.tmp#PMODEOFPUBLICATION index.tmp#PMOTIVES index.tmp#PNONBOOKMEDIA index.tmp#PNONSURVIVAL index.tmp#PPERFORMANCE index.tmp#PPERIODICALPUBLICATION index.tmp#PPLACEOFPUBLICATION index.tmp#PPRESSRUN index.tmp#PPRICE index.tmp#PRARITIESFEATURESDECORATIONS index.tmp#PRELATIONSWITHPUBLISHER index.tmp#PSERIALIZATION index.tmp#PSUBMISSIONSREJECTIONS index.tmp#QUOTE index.tmp#RBESTKNOWNWORK index.tmp#RDESTRUCTIONOFWORK index.tmp#RESEARCHNOTE index.tmp#RFICTIONALIZATION index.tmp#RLANDMARKTEXT index.tmp#RPENALTIES index.tmp#RRECOGNITIONNAME index.tmp#RRECOGNITIONS index.tmp#RRESPONSES index.tmp#RSELFDESCRIPTION index.tmp#RSHEINFLUENCED index.tmp#SCHOLARNOTE index.tmp#SIC index.tmp#SOCALLED index.tmp#TCHARACTERIZATION index.tmp#TCHARACTERNAME index.tmp#TCHARACTERTYPEROLE index.tmp#TGENRE index.tmp#TGENREISSUE index.tmp#TINTERTEXTUALITY index.tmp#TITLE index.tmp#TMOTIF index.tmp#TOPIC index.tmp#TPLOT index.tmp#TSETTINGDATE index.tmp#TSETTINGPLACE index.tmp#TTECHNIQUES index.tmp#TTHEMETOPIC index.tmp#TTONESTYLE index.tmp#TVOICENARRATION index.tmp#XREF
Properties
content complex
mixed true
Used by
Model
Children BIBCITS, DATE, DATERANGE, DATESTRUCT, EMPH, FOREIGN, KEYWORDCLASS, NAME, ORGNAME, PADVERTISING, PANTHOLOGIZATION, PARCHIVALLOCATION, PATTITUDES, PAUTHORSHIP, PCIRCULATION, PCOPYRIGHT, PDEDICATION, PEARNINGS, PEDITIONS, PFIRSTLITERARYACTIVITY, PINFLUENCESHER, PLACE, PLASTLITERARYACTIVITY, PLITERARYSCHOOLS, PMANUSCRIPTHISTORY, PMATERIALCONDITIONS, PMODEOFPUBLICATION, PMOTIVES, PNONBOOKMEDIA, PNONSURVIVAL, PPERFORMANCE, PPERIODICALPUBLICATION, PPLACEOFPUBLICATION, PPRESSRUN, PPRICE, PRARITIESFEATURESDECORATIONS, PRELATIONSWITHPUBLISHER, PSERIALIZATION, PSUBMISSIONSREJECTIONS, QUOTE, RBESTKNOWNWORK, RDESTRUCTIONOFWORK, RESEARCHNOTE, RFICTIONALIZATION, RLANDMARKTEXT, RPENALTIES, RRECOGNITIONNAME, RRECOGNITIONS, RRESPONSES, RSELFDESCRIPTION, RSHEINFLUENCED, SCHOLARNOTE, SIC, SOCALLED, TCHARACTERIZATION, TCHARACTERNAME, TCHARACTERTYPEROLE, TGENRE, TGENREISSUE, TINTERTEXTUALITY, TITLE, TMOTIF, TOPIC, TPLOT, TSETTINGDATE, TSETTINGPLACE, TTECHNIQUES, TTHEMETOPIC, TTONESTYLE, TVOICENARRATION, XREF
Instance
<RRESPONSES FORMALITY="" GENDEREDRESPONSE="" RESPONSETYPE="">
  <BIBCITS ID="">{1,1}</BIBCITS>
  <DATE CALENDAR="NEWSTYLE" CERTAINTY="CERT" ID="" VALUE="">{1,1}</DATE>
  <DATERANGE CALENDAR="NEWSTYLE" CERTAINTY="CERT" EXACT="" FROM="" ID="" TO="">{1,1}</DATERANGE>
  <DATESTRUCT CALENDAR="NEWSTYLE" CERTAINTY="CERT" VALUE="">{1,1}</DATESTRUCT>
  <EMPH>{1,1}</EMPH>
  <FOREIGN LANG="" REG="">{1,1}</FOREIGN>
  <KEYWORDCLASS KEYWORDTYPE="">{1,1}</KEYWORDCLASS>
  <NAME REF="" STANDARD="">{1,1}</NAME>
  <ORGNAME ORGTYPE="" REF="" REG="" STANDARD="">{1,1}</ORGNAME>
  <PADVERTISING>{1,1}</PADVERTISING>
  <PANTHOLOGIZATION>{1,1}</PANTHOLOGIZATION>
  <PARCHIVALLOCATION>{1,1}</PARCHIVALLOCATION>
  <PATTITUDES>{1,1}</PATTITUDES>
  <PAUTHORSHIP AUTHORNAMETYPE="" AUTHORSHIPCONTROVERSY="" COLLABORATION="" CONTROVERSYDATE="">{1,1}</PAUTHORSHIP>
  <PCIRCULATION>{1,1}</PCIRCULATION>
  <PCOPYRIGHT>{1,1}</PCOPYRIGHT>
  <PDEDICATION>{1,1}</PDEDICATION>
  <PEARNINGS>{1,1}</PEARNINGS>
  <PEDITIONS>{1,1}</PEDITIONS>
  <PFIRSTLITERARYACTIVITY>{1,1}</PFIRSTLITERARYACTIVITY>
  <PINFLUENCESHER INFLUENCETYPE="">{1,1}</PINFLUENCESHER>
  <PLACE REF="">{1,1}</PLACE>
  <PLASTLITERARYACTIVITY>{1,1}</PLASTLITERARYACTIVITY>
  <PLITERARYSCHOOLS INVOLVEMENT="INVOLVEMENTYES" REG="">{1,1}</PLITERARYSCHOOLS>
  <PMANUSCRIPTHISTORY>{1,1}</PMANUSCRIPTHISTORY>
  <PMATERIALCONDITIONS DISPLACEMENT="">{1,1}</PMATERIALCONDITIONS>
  <PMODEOFPUBLICATION PUBLICATIONMODE="">{1,1}</PMODEOFPUBLICATION>
  <PMOTIVES ID="" MOTIVETYPE="">{1,1}</PMOTIVES>
  <PNONBOOKMEDIA>{1,1}</PNONBOOKMEDIA>
  <PNONSURVIVAL TYPEOFNONSURVIVAL="">{1,1}</PNONSURVIVAL>
  <PPERFORMANCE>{1,1}</PPERFORMANCE>
  <PPERIODICALPUBLICATION>{1,1}</PPERIODICALPUBLICATION>
  <PPLACEOFPUBLICATION>{1,1}</PPLACEOFPUBLICATION>
  <PPRESSRUN>{1,1}</PPRESSRUN>
  <PPRICE>{1,1}</PPRICE>
  <PRARITIESFEATURESDECORATIONS>{1,1}</PRARITIESFEATURESDECORATIONS>
  <PRELATIONSWITHPUBLISHER RELATIONSHIPTYPE="">{1,1}</PRELATIONSWITHPUBLISHER>
  <PSERIALIZATION FORMOFSERIALIZATION="">{1,1}</PSERIALIZATION>
  <PSUBMISSIONSREJECTIONS>{1,1}</PSUBMISSIONSREJECTIONS>
  <QUOTE DIRECT="Y" ID="">{1,1}</QUOTE>
  <RBESTKNOWNWORK>{1,1}</RBESTKNOWNWORK>
  <RDESTRUCTIONOFWORK DESTROYEDBY="">{1,1}</RDESTRUCTIONOFWORK>
  <RESEARCHNOTE>{1,1}</RESEARCHNOTE>
  <RFICTIONALIZATION>{1,1}</RFICTIONALIZATION>
  <RLANDMARKTEXT>{1,1}</RLANDMARKTEXT>
  <RPENALTIES CENSORSHIP="">{1,1}</RPENALTIES>
  <RRECOGNITIONNAME REG="">{1,1}</RRECOGNITIONNAME>
  <RRECOGNITIONS>{1,1}</RRECOGNITIONS>
  <RRESPONSES FORMALITY="" GENDEREDRESPONSE="" RESPONSETYPE="">{1,1}</RRESPONSES>
  <RSELFDESCRIPTION>{1,1}</RSELFDESCRIPTION>
  <RSHEINFLUENCED>{1,1}</RSHEINFLUENCED>
  <SCHOLARNOTE>{1,1}</SCHOLARNOTE>
  <SIC CORR="">{1,1}</SIC>
  <SOCALLED>{1,1}</SOCALLED>
  <TCHARACTERIZATION>{1,1}</TCHARACTERIZATION>
  <TCHARACTERNAME REG="">{1,1}</TCHARACTERNAME>
  <TCHARACTERTYPEROLE PROTAGONIST="">{1,1}</TCHARACTERTYPEROLE>
  <TGENRE GENRENAME="" PROPOSEDALTERNATIVENAME="">{1,1}</TGENRE>
  <TGENREISSUE>{1,1}</TGENREISSUE>
  <TINTERTEXTUALITY GENDEROFAUTHOR="" INTERTEXTTYPE="">{1,1}</TINTERTEXTUALITY>
  <TITLE REF="" REG="" REND="" STANDARD="" TITLETYPE="">{1,1}</TITLE>
  <TMOTIF MOTIFNAME="">{1,1}</TMOTIF>
  <TOPIC STANDARD="">{1,1}</TOPIC>
  <TPLOT>{1,1}</TPLOT>
  <TSETTINGDATE SETTINGDATETYPE="">{1,1}</TSETTINGDATE>
  <TSETTINGPLACE SETTINGCLASS="" SETTINGPLACETYPE="">{1,1}</TSETTINGPLACE>
  <TTECHNIQUES TECHNIQUETYPE="">{1,1}</TTECHNIQUES>
  <TTHEMETOPIC ID="">{1,1}</TTHEMETOPIC>
  <TTONESTYLE>{1,1}</TTONESTYLE>
  <TVOICENARRATION>{1,1}</TVOICENARRATION>
  <XREF RESP="" URL="">{1,1}</XREF>
</RRESPONSES>
Attributes
QName Type Use Annotation
FORMALITY restriction of xs:token optional
Formality is an attribute attached to rResponses which allows
you to indicate whether a response to a work was formal or informal. "Formal" means that the response was written or otherwise made public;
"informal" refers to those incidents more difficult to define: a hearty slap on the back, rude looks from strangers on buses, a snubbing by her
social set.
GENDEREDRESPONSE restriction of xs:token optional
This attribute attached to rResponses indicates whether or not
a response to a work was predicated on the writer's gender.
RESPONSETYPE restriction of xs:token optional
ResponseType is an optional attribute that specifies
the historical timing of a response to a written work through its values of "recent," "re-evaluation," or
"initial."
Source
<xs:element name="RRESPONSES">
  <xs:annotation>
    <xs:documentation>This element addresses reactions to the literary work, the oeuvre in general, or the writer's role as an author/artist which are either written or event centred.</xs:documentation>
  </xs:annotation>
  <xs:complexType mixed="true">
    <xs:choice minOccurs="0" maxOccurs="unbounded">
      <xs:element ref="BIBCITS"/>
      <xs:element ref="DATE"/>
      <xs:element ref="DATERANGE"/>
      <xs:element ref="DATESTRUCT"/>
      <xs:element ref="EMPH"/>
      <xs:element ref="FOREIGN"/>
      <xs:element ref="KEYWORDCLASS"/>
      <xs:element ref="NAME"/>
      <xs:element ref="ORGNAME"/>
      <xs:element ref="PADVERTISING"/>
      <xs:element ref="PANTHOLOGIZATION"/>
      <xs:element ref="PARCHIVALLOCATION"/>
      <xs:element ref="PATTITUDES"/>
      <xs:element ref="PAUTHORSHIP"/>
      <xs:element ref="PCIRCULATION"/>
      <xs:element ref="PCOPYRIGHT"/>
      <xs:element ref="PDEDICATION"/>
      <xs:element ref="PEARNINGS"/>
      <xs:element ref="PEDITIONS"/>
      <xs:element ref="PFIRSTLITERARYACTIVITY"/>
      <xs:element ref="PINFLUENCESHER"/>
      <xs:element ref="PLACE"/>
      <xs:element ref="PLASTLITERARYACTIVITY"/>
      <xs:element ref="PLITERARYSCHOOLS"/>
      <xs:element ref="PMANUSCRIPTHISTORY"/>
      <xs:element ref="PMATERIALCONDITIONS"/>
      <xs:element ref="PMODEOFPUBLICATION"/>
      <xs:element ref="PMOTIVES"/>
      <xs:element ref="PNONBOOKMEDIA"/>
      <xs:element ref="PNONSURVIVAL"/>
      <xs:element ref="PPERFORMANCE"/>
      <xs:element ref="PPERIODICALPUBLICATION"/>
      <xs:element ref="PPLACEOFPUBLICATION"/>
      <xs:element ref="PPRESSRUN"/>
      <xs:element ref="PPRICE"/>
      <xs:element ref="PRARITIESFEATURESDECORATIONS"/>
      <xs:element ref="PRELATIONSWITHPUBLISHER"/>
      <xs:element ref="PSERIALIZATION"/>
      <xs:element ref="PSUBMISSIONSREJECTIONS"/>
      <xs:element ref="QUOTE"/>
      <xs:element ref="RBESTKNOWNWORK"/>
      <xs:element ref="RDESTRUCTIONOFWORK"/>
      <xs:element ref="RESEARCHNOTE"/>
      <xs:element ref="RFICTIONALIZATION"/>
      <xs:element ref="RLANDMARKTEXT"/>
      <xs:element ref="RPENALTIES"/>
      <xs:element ref="RRECOGNITIONNAME"/>
      <xs:element ref="RRECOGNITIONS"/>
      <xs:element ref="RRESPONSES"/>
      <xs:element ref="RSELFDESCRIPTION"/>
      <xs:element ref="RSHEINFLUENCED"/>
      <xs:element ref="SCHOLARNOTE"/>
      <xs:element ref="SIC"/>
      <xs:element ref="SOCALLED"/>
      <xs:element ref="TCHARACTERIZATION"/>
      <xs:element ref="TCHARACTERNAME"/>
      <xs:element ref="TCHARACTERTYPEROLE"/>
      <xs:element ref="TGENRE"/>
      <xs:element ref="TGENREISSUE"/>
      <xs:element ref="TINTERTEXTUALITY"/>
      <xs:element ref="TITLE"/>
      <xs:element ref="TMOTIF"/>
      <xs:element ref="TOPIC"/>
      <xs:element ref="TPLOT"/>
      <xs:element ref="TSETTINGDATE"/>
      <xs:element ref="TSETTINGPLACE"/>
      <xs:element ref="TTECHNIQUES"/>
      <xs:element ref="TTHEMETOPIC"/>
      <xs:element ref="TTONESTYLE"/>
      <xs:element ref="TVOICENARRATION"/>
      <xs:element ref="XREF"/>
    </xs:choice>
    <xs:attribute name="FORMALITY">
      <xs:annotation>
        <xs:documentation>Formality is an attribute attached to rResponses which allows you to indicate whether a response to a work was formal or informal. "Formal" means that the response was written or otherwise made public; "informal" refers to those incidents more difficult to define: a hearty slap on the back, rude looks from strangers on buses, a snubbing by her social set.</xs:documentation>
      </xs:annotation>
      <xs:simpleType>
        <xs:restriction base="xs:token">
          <xs:enumeration value="FORMAL"/>
          <xs:enumeration value="INFORMAL"/>
        </xs:restriction>
      </xs:simpleType>
    </xs:attribute>
    <xs:attribute name="GENDEREDRESPONSE">
      <xs:annotation>
        <xs:documentation>This attribute attached to rResponses indicates whether or not a response to a work was predicated on the writer's gender.</xs:documentation>
      </xs:annotation>
      <xs:simpleType>
        <xs:restriction base="xs:token">
          <xs:enumeration value="ADFEMINAM"/>
          <xs:enumeration value="GENDEREDYES"/>
          <xs:enumeration value="GENDEREDNO"/>
        </xs:restriction>
      </xs:simpleType>
    </xs:attribute>
    <xs:attribute name="RESPONSETYPE">
      <xs:annotation>
        <xs:documentation>ResponseType is an optional attribute that specifies the historical timing of a response to a written work through its values of "recent," "re-evaluation," or "initial."</xs:documentation>
      </xs:annotation>
      <xs:simpleType>
        <xs:restriction base="xs:token">
          <xs:enumeration value="RE-EVALUATION"/>
          <xs:enumeration value="RECENT"/>
          <xs:enumeration value="INITIAL"/>
        </xs:restriction>
      </xs:simpleType>
    </xs:attribute>
  </xs:complexType>
</xs:element>
[ top ]
Element RRECOGNITIONNAME
Namespace No namespace
Annotations
Closely related to the Recognitions element, this element defines the
name of a particular award or prize given to an author.
Diagram
Diagram index.tmp#RRECOGNITIONNAME_REG index.tmp#BIBCITS index.tmp#DATE index.tmp#FOREIGN index.tmp#NAME index.tmp#ORGNAME index.tmp#PLACE index.tmp#QUOTE index.tmp#RRECOGNITIONNAME index.tmp#RRECOGNITIONS index.tmp#RRECOGNITIONVALUE index.tmp#SOCALLED index.tmp#TGENRE index.tmp#TITLE
Properties
content complex
mixed true
Used by
Model
Children BIBCITS, DATE, FOREIGN, NAME, ORGNAME, PLACE, QUOTE, RRECOGNITIONNAME, RRECOGNITIONS, RRECOGNITIONVALUE, SOCALLED, TGENRE, TITLE
Instance
<RRECOGNITIONNAME REG="">
  <BIBCITS ID="">{1,1}</BIBCITS>
  <DATE CALENDAR="NEWSTYLE" CERTAINTY="CERT" ID="" VALUE="">{1,1}</DATE>
  <FOREIGN LANG="" REG="">{1,1}</FOREIGN>
  <NAME REF="" STANDARD="">{1,1}</NAME>
  <ORGNAME ORGTYPE="" REF="" REG="" STANDARD="">{1,1}</ORGNAME>
  <PLACE REF="">{1,1}</PLACE>
  <QUOTE DIRECT="Y" ID="">{1,1}</QUOTE>
  <RRECOGNITIONNAME REG="">{1,1}</RRECOGNITIONNAME>
  <RRECOGNITIONS>{1,1}</RRECOGNITIONS>
  <RRECOGNITIONVALUE>{1,1}</RRECOGNITIONVALUE>
  <SOCALLED>{1,1}</SOCALLED>
  <TGENRE GENRENAME="" PROPOSEDALTERNATIVENAME="">{1,1}</TGENRE>
  <TITLE REF="" REG="" REND="" STANDARD="" TITLETYPE="">{1,1}</TITLE>
</RRECOGNITIONNAME>
Attributes
QName Type Use Annotation
REG optional
Reg (or
regularization) contains a reading which has been regularized or normalized in some
sense.
Source
<xs:element name="RRECOGNITIONNAME">
  <xs:annotation>
    <xs:documentation>Closely related to the Recognitions element, this element defines the name of a particular award or prize given to an author.</xs:documentation>
  </xs:annotation>
  <xs:complexType mixed="true">
    <xs:choice minOccurs="0" maxOccurs="unbounded">
      <xs:element ref="BIBCITS"/>
      <xs:element ref="DATE"/>
      <xs:element ref="FOREIGN"/>
      <xs:element ref="NAME"/>
      <xs:element ref="ORGNAME"/>
      <xs:element ref="PLACE"/>
      <xs:element ref="QUOTE"/>
      <xs:element ref="RRECOGNITIONNAME"/>
      <xs:element ref="RRECOGNITIONS"/>
      <xs:element ref="RRECOGNITIONVALUE"/>
      <xs:element ref="SOCALLED"/>
      <xs:element ref="TGENRE"/>
      <xs:element ref="TITLE"/>
    </xs:choice>
    <xs:attribute name="REG">
      <xs:annotation>
        <xs:documentation>Reg (or regularization) contains a reading which has been regularized or normalized in some sense.</xs:documentation>
      </xs:annotation>
    </xs:attribute>
  </xs:complexType>
</xs:element>
[ top ]
Element RRECOGNITIONVALUE
Namespace No namespace
Annotations
This element defines a numeric or descriptive (intangible) value of the
recognition given to her work.
Diagram
Diagram index.tmp#BIBCITS index.tmp#NAME index.tmp#ORGNAME index.tmp#RRECOGNITIONNAME index.tmp#TITLE
Properties
content complex
mixed true
Used by
Model
Children BIBCITS, NAME, ORGNAME, RRECOGNITIONNAME, TITLE
Instance
<RRECOGNITIONVALUE>
  <BIBCITS ID="">{1,1}</BIBCITS>
  <NAME REF="" STANDARD="">{1,1}</NAME>
  <ORGNAME ORGTYPE="" REF="" REG="" STANDARD="">{1,1}</ORGNAME>
  <RRECOGNITIONNAME REG="">{1,1}</RRECOGNITIONNAME>
  <TITLE REF="" REG="" REND="" STANDARD="" TITLETYPE="">{1,1}</TITLE>
</RRECOGNITIONVALUE>
Source
<xs:element name="RRECOGNITIONVALUE">
  <xs:annotation>
    <xs:documentation>This element defines a numeric or descriptive (intangible) value of the recognition given to her work.</xs:documentation>
  </xs:annotation>
  <xs:complexType mixed="true">
    <xs:choice minOccurs="0" maxOccurs="unbounded">
      <xs:element ref="BIBCITS"/>
      <xs:element ref="NAME"/>
      <xs:element ref="ORGNAME"/>
      <xs:element ref="RRECOGNITIONNAME"/>
      <xs:element ref="TITLE"/>
    </xs:choice>
  </xs:complexType>
</xs:element>
[ top ]
Element RSELFDESCRIPTION
Namespace No namespace
Annotations
This element captures an author's evaluations of her own work and
the responses to it.
Diagram
Diagram index.tmp#BIBCITS index.tmp#DATE index.tmp#DATERANGE index.tmp#DATESTRUCT index.tmp#KEYWORDCLASS index.tmp#L index.tmp#NAME index.tmp#ORGNAME index.tmp#PADVERTISING index.tmp#PARCHIVALLOCATION index.tmp#PATTITUDES index.tmp#PAUTHORSHIP index.tmp#PCIRCULATION index.tmp#PDEDICATION index.tmp#PEARNINGS index.tmp#PEDITIONS index.tmp#PFIRSTLITERARYACTIVITY index.tmp#PINFLUENCESHER index.tmp#PLACE index.tmp#PLITERARYSCHOOLS index.tmp#PMANUSCRIPTHISTORY index.tmp#PMATERIALCONDITIONS index.tmp#PMOTIVES index.tmp#PNONBOOKMEDIA index.tmp#PNONSURVIVAL index.tmp#PPERFORMANCE index.tmp#PPERIODICALPUBLICATION index.tmp#PPLACEOFPUBLICATION index.tmp#PPRESSRUN index.tmp#PRARITIESFEATURESDECORATIONS index.tmp#PRELATIONSWITHPUBLISHER index.tmp#QUOTE index.tmp#RESEARCHNOTE index.tmp#RPENALTIES index.tmp#RRECOGNITIONS index.tmp#RRESPONSES index.tmp#RSELFDESCRIPTION index.tmp#RSHEINFLUENCED index.tmp#SCHOLARNOTE index.tmp#SIC index.tmp#SOCALLED index.tmp#TCHARACTERIZATION index.tmp#TCHARACTERNAME index.tmp#TCHARACTERTYPEROLE index.tmp#TGENRE index.tmp#TGENREISSUE index.tmp#TINTERTEXTUALITY index.tmp#TITLE index.tmp#TMOTIF index.tmp#TPLOT index.tmp#TSETTINGDATE index.tmp#TSETTINGPLACE index.tmp#TTECHNIQUES index.tmp#TTHEMETOPIC index.tmp#TTONESTYLE index.tmp#TVOICENARRATION
Properties
content complex
mixed true
Used by
Model
Children BIBCITS, DATE, DATERANGE, DATESTRUCT, KEYWORDCLASS, L, NAME, ORGNAME, PADVERTISING, PARCHIVALLOCATION, PATTITUDES, PAUTHORSHIP, PCIRCULATION, PDEDICATION, PEARNINGS, PEDITIONS, PFIRSTLITERARYACTIVITY, PINFLUENCESHER, PLACE, PLITERARYSCHOOLS, PMANUSCRIPTHISTORY, PMATERIALCONDITIONS, PMOTIVES, PNONBOOKMEDIA, PNONSURVIVAL, PPERFORMANCE, PPERIODICALPUBLICATION, PPLACEOFPUBLICATION, PPRESSRUN, PRARITIESFEATURESDECORATIONS, PRELATIONSWITHPUBLISHER, QUOTE, RESEARCHNOTE, RPENALTIES, RRECOGNITIONS, RRESPONSES, RSELFDESCRIPTION, RSHEINFLUENCED, SCHOLARNOTE, SIC, SOCALLED, TCHARACTERIZATION, TCHARACTERNAME, TCHARACTERTYPEROLE, TGENRE, TGENREISSUE, TINTERTEXTUALITY, TITLE, TMOTIF, TPLOT, TSETTINGDATE, TSETTINGPLACE, TTECHNIQUES, TTHEMETOPIC, TTONESTYLE, TVOICENARRATION
Instance
<RSELFDESCRIPTION>
  <BIBCITS ID="">{1,1}</BIBCITS>
  <DATE CALENDAR="NEWSTYLE" CERTAINTY="CERT" ID="" VALUE="">{1,1}</DATE>
  <DATERANGE CALENDAR="NEWSTYLE" CERTAINTY="CERT" EXACT="" FROM="" ID="" TO="">{1,1}</DATERANGE>
  <DATESTRUCT CALENDAR="NEWSTYLE" CERTAINTY="CERT" VALUE="">{1,1}</DATESTRUCT>
  <KEYWORDCLASS KEYWORDTYPE="">{1,1}</KEYWORDCLASS>
  <L PART="N" RHYME="">{1,1}</L>
  <NAME REF="" STANDARD="">{1,1}</NAME>
  <ORGNAME ORGTYPE="" REF="" REG="" STANDARD="">{1,1}</ORGNAME>
  <PADVERTISING>{1,1}</PADVERTISING>
  <PARCHIVALLOCATION>{1,1}</PARCHIVALLOCATION>
  <PATTITUDES>{1,1}</PATTITUDES>
  <PAUTHORSHIP AUTHORNAMETYPE="" AUTHORSHIPCONTROVERSY="" COLLABORATION="" CONTROVERSYDATE="">{1,1}</PAUTHORSHIP>
  <PCIRCULATION>{1,1}</PCIRCULATION>
  <PDEDICATION>{1,1}</PDEDICATION>
  <PEARNINGS>{1,1}</PEARNINGS>
  <PEDITIONS>{1,1}</PEDITIONS>
  <PFIRSTLITERARYACTIVITY>{1,1}</PFIRSTLITERARYACTIVITY>
  <PINFLUENCESHER INFLUENCETYPE="">{1,1}</PINFLUENCESHER>
  <PLACE REF="">{1,1}</PLACE>
  <PLITERARYSCHOOLS INVOLVEMENT="INVOLVEMENTYES" REG="">{1,1}</PLITERARYSCHOOLS>
  <PMANUSCRIPTHISTORY>{1,1}</PMANUSCRIPTHISTORY>
  <PMATERIALCONDITIONS DISPLACEMENT="">{1,1}</PMATERIALCONDITIONS>
  <PMOTIVES ID="" MOTIVETYPE="">{1,1}</PMOTIVES>
  <PNONBOOKMEDIA>{1,1}</PNONBOOKMEDIA>
  <PNONSURVIVAL TYPEOFNONSURVIVAL="">{1,1}</PNONSURVIVAL>
  <PPERFORMANCE>{1,1}</PPERFORMANCE>
  <PPERIODICALPUBLICATION>{1,1}</PPERIODICALPUBLICATION>
  <PPLACEOFPUBLICATION>{1,1}</PPLACEOFPUBLICATION>
  <PPRESSRUN>{1,1}</PPRESSRUN>
  <PRARITIESFEATURESDECORATIONS>{1,1}</PRARITIESFEATURESDECORATIONS>
  <PRELATIONSWITHPUBLISHER RELATIONSHIPTYPE="">{1,1}</PRELATIONSWITHPUBLISHER>
  <QUOTE DIRECT="Y" ID="">{1,1}</QUOTE>
  <RESEARCHNOTE>{1,1}</RESEARCHNOTE>
  <RPENALTIES CENSORSHIP="">{1,1}</RPENALTIES>
  <RRECOGNITIONS>{1,1}</RRECOGNITIONS>
  <RRESPONSES FORMALITY="" GENDEREDRESPONSE="" RESPONSETYPE="">{1,1}</RRESPONSES>
  <RSELFDESCRIPTION>{1,1}</RSELFDESCRIPTION>
  <RSHEINFLUENCED>{1,1}</RSHEINFLUENCED>
  <SCHOLARNOTE>{1,1}</SCHOLARNOTE>
  <SIC CORR="">{1,1}</SIC>
  <SOCALLED>{1,1}</SOCALLED>
  <TCHARACTERIZATION>{1,1}</TCHARACTERIZATION>
  <TCHARACTERNAME REG="">{1,1}</TCHARACTERNAME>
  <TCHARACTERTYPEROLE PROTAGONIST="">{1,1}</TCHARACTERTYPEROLE>
  <TGENRE GENRENAME="" PROPOSEDALTERNATIVENAME="">{1,1}</TGENRE>
  <TGENREISSUE>{1,1}</TGENREISSUE>
  <TINTERTEXTUALITY GENDEROFAUTHOR="" INTERTEXTTYPE="">{1,1}</TINTERTEXTUALITY>
  <TITLE REF="" REG="" REND="" STANDARD="" TITLETYPE="">{1,1}</TITLE>
  <TMOTIF MOTIFNAME="">{1,1}</TMOTIF>
  <TPLOT>{1,1}</TPLOT>
  <TSETTINGDATE SETTINGDATETYPE="">{1,1}</TSETTINGDATE>
  <TSETTINGPLACE SETTINGCLASS="" SETTINGPLACETYPE="">{1,1}</TSETTINGPLACE>
  <TTECHNIQUES TECHNIQUETYPE="">{1,1}</TTECHNIQUES>
  <TTHEMETOPIC ID="">{1,1}</TTHEMETOPIC>
  <TTONESTYLE>{1,1}</TTONESTYLE>
  <TVOICENARRATION>{1,1}</TVOICENARRATION>
</RSELFDESCRIPTION>
Source
<xs:element name="RSELFDESCRIPTION">
  <xs:annotation>
    <xs:documentation>This element captures an author's evaluations of her own work and the responses to it.</xs:documentation>
  </xs:annotation>
  <xs:complexType mixed="true">
    <xs:choice minOccurs="0" maxOccurs="unbounded">
      <xs:element ref="BIBCITS"/>
      <xs:element ref="DATE"/>
      <xs:element ref="DATERANGE"/>
      <xs:element ref="DATESTRUCT"/>
      <xs:element ref="KEYWORDCLASS"/>
      <xs:element ref="L"/>
      <xs:element ref="NAME"/>
      <xs:element ref="ORGNAME"/>
      <xs:element ref="PADVERTISING"/>
      <xs:element ref="PARCHIVALLOCATION"/>
      <xs:element ref="PATTITUDES"/>
      <xs:element ref="PAUTHORSHIP"/>
      <xs:element ref="PCIRCULATION"/>
      <xs:element ref="PDEDICATION"/>
      <xs:element ref="PEARNINGS"/>
      <xs:element ref="PEDITIONS"/>
      <xs:element ref="PFIRSTLITERARYACTIVITY"/>
      <xs:element ref="PINFLUENCESHER"/>
      <xs:element ref="PLACE"/>
      <xs:element ref="PLITERARYSCHOOLS"/>
      <xs:element ref="PMANUSCRIPTHISTORY"/>
      <xs:element ref="PMATERIALCONDITIONS"/>
      <xs:element ref="PMOTIVES"/>
      <xs:element ref="PNONBOOKMEDIA"/>
      <xs:element ref="PNONSURVIVAL"/>
      <xs:element ref="PPERFORMANCE"/>
      <xs:element ref="PPERIODICALPUBLICATION"/>
      <xs:element ref="PPLACEOFPUBLICATION"/>
      <xs:element ref="PPRESSRUN"/>
      <xs:element ref="PRARITIESFEATURESDECORATIONS"/>
      <xs:element ref="PRELATIONSWITHPUBLISHER"/>
      <xs:element ref="QUOTE"/>
      <xs:element ref="RESEARCHNOTE"/>
      <xs:element ref="RPENALTIES"/>
      <xs:element ref="RRECOGNITIONS"/>
      <xs:element ref="RRESPONSES"/>
      <xs:element ref="RSELFDESCRIPTION"/>
      <xs:element ref="RSHEINFLUENCED"/>
      <xs:element ref="SCHOLARNOTE"/>
      <xs:element ref="SIC"/>
      <xs:element ref="SOCALLED"/>
      <xs:element ref="TCHARACTERIZATION"/>
      <xs:element ref="TCHARACTERNAME"/>
      <xs:element ref="TCHARACTERTYPEROLE"/>
      <xs:element ref="TGENRE"/>
      <xs:element ref="TGENREISSUE"/>
      <xs:element ref="TINTERTEXTUALITY"/>
      <xs:element ref="TITLE"/>
      <xs:element ref="TMOTIF"/>
      <xs:element ref="TPLOT"/>
      <xs:element ref="TSETTINGDATE"/>
      <xs:element ref="TSETTINGPLACE"/>
      <xs:element ref="TTECHNIQUES"/>
      <xs:element ref="TTHEMETOPIC"/>
      <xs:element ref="TTONESTYLE"/>
      <xs:element ref="TVOICENARRATION"/>
    </xs:choice>
  </xs:complexType>
</xs:element>
[ top ]
Element RSHEINFLUENCED
Namespace No namespace
Annotations
This element has to do with the author's influence on other writers,
other women writers, other women, the literary tradition, and society as a whole. When discussing her influence, please provide evidence of her
legacy, not just opinion.
Diagram
Diagram index.tmp#BIBCITS index.tmp#DATE index.tmp#DATERANGE index.tmp#EMPH index.tmp#FOREIGN index.tmp#KEYWORDCLASS index.tmp#NAME index.tmp#ORGNAME index.tmp#PADVERTISING index.tmp#PANTHOLOGIZATION index.tmp#PARCHIVALLOCATION index.tmp#PAUTHORSHIP index.tmp#PCIRCULATION index.tmp#PCOPYRIGHT index.tmp#PEARNINGS index.tmp#PEDITIONS index.tmp#PINFLUENCESHER index.tmp#PLACE index.tmp#PLITERARYSCHOOLS index.tmp#PMATERIALCONDITIONS index.tmp#PNONBOOKMEDIA index.tmp#PPERFORMANCE index.tmp#PPERIODICALPUBLICATION index.tmp#PPLACEOFPUBLICATION index.tmp#PSUBMISSIONSREJECTIONS index.tmp#QUOTE index.tmp#RBESTKNOWNWORK index.tmp#RESEARCHNOTE index.tmp#RFICTIONALIZATION index.tmp#RLANDMARKTEXT index.tmp#RPENALTIES index.tmp#RRECOGNITIONNAME index.tmp#RRECOGNITIONS index.tmp#RRESPONSES index.tmp#RSELFDESCRIPTION index.tmp#RSHEINFLUENCED index.tmp#SCHOLARNOTE index.tmp#SOCALLED index.tmp#TCHARACTERIZATION index.tmp#TCHARACTERNAME index.tmp#TCHARACTERTYPEROLE index.tmp#TGENRE index.tmp#TGENREISSUE index.tmp#TINTERTEXTUALITY index.tmp#TITLE index.tmp#TMOTIF index.tmp#TOPIC index.tmp#TPLOT index.tmp#TTECHNIQUES index.tmp#TTHEMETOPIC index.tmp#TTONESTYLE
Properties
content complex
mixed true
Used by
Model
Children BIBCITS, DATE, DATERANGE, EMPH, FOREIGN, KEYWORDCLASS, NAME, ORGNAME, PADVERTISING, PANTHOLOGIZATION, PARCHIVALLOCATION, PAUTHORSHIP, PCIRCULATION, PCOPYRIGHT, PEARNINGS, PEDITIONS, PINFLUENCESHER, PLACE, PLITERARYSCHOOLS, PMATERIALCONDITIONS, PNONBOOKMEDIA, PPERFORMANCE, PPERIODICALPUBLICATION, PPLACEOFPUBLICATION, PSUBMISSIONSREJECTIONS, QUOTE, RBESTKNOWNWORK, RESEARCHNOTE, RFICTIONALIZATION, RLANDMARKTEXT, RPENALTIES, RRECOGNITIONNAME, RRECOGNITIONS, RRESPONSES, RSELFDESCRIPTION, RSHEINFLUENCED, SCHOLARNOTE, SOCALLED, TCHARACTERIZATION, TCHARACTERNAME, TCHARACTERTYPEROLE, TGENRE, TGENREISSUE, TINTERTEXTUALITY, TITLE, TMOTIF, TOPIC, TPLOT, TTECHNIQUES, TTHEMETOPIC, TTONESTYLE
Instance
<RSHEINFLUENCED>
  <BIBCITS ID="">{1,1}</BIBCITS>
  <DATE CALENDAR="NEWSTYLE" CERTAINTY="CERT" ID="" VALUE="">{1,1}</DATE>
  <DATERANGE CALENDAR="NEWSTYLE" CERTAINTY="CERT" EXACT="" FROM="" ID="" TO="">{1,1}</DATERANGE>
  <EMPH>{1,1}</EMPH>
  <FOREIGN LANG="" REG="">{1,1}</FOREIGN>
  <KEYWORDCLASS KEYWORDTYPE="">{1,1}</KEYWORDCLASS>
  <NAME REF="" STANDARD="">{1,1}</NAME>
  <ORGNAME ORGTYPE="" REF="" REG="" STANDARD="">{1,1}</ORGNAME>
  <PADVERTISING>{1,1}</PADVERTISING>
  <PANTHOLOGIZATION>{1,1}</PANTHOLOGIZATION>
  <PARCHIVALLOCATION>{1,1}</PARCHIVALLOCATION>
  <PAUTHORSHIP AUTHORNAMETYPE="" AUTHORSHIPCONTROVERSY="" COLLABORATION="" CONTROVERSYDATE="">{1,1}</PAUTHORSHIP>
  <PCIRCULATION>{1,1}</PCIRCULATION>
  <PCOPYRIGHT>{1,1}</PCOPYRIGHT>
  <PEARNINGS>{1,1}</PEARNINGS>
  <PEDITIONS>{1,1}</PEDITIONS>
  <PINFLUENCESHER INFLUENCETYPE="">{1,1}</PINFLUENCESHER>
  <PLACE REF="">{1,1}</PLACE>
  <PLITERARYSCHOOLS INVOLVEMENT="INVOLVEMENTYES" REG="">{1,1}</PLITERARYSCHOOLS>
  <PMATERIALCONDITIONS DISPLACEMENT="">{1,1}</PMATERIALCONDITIONS>
  <PNONBOOKMEDIA>{1,1}</PNONBOOKMEDIA>
  <PPERFORMANCE>{1,1}</PPERFORMANCE>
  <PPERIODICALPUBLICATION>{1,1}</PPERIODICALPUBLICATION>
  <PPLACEOFPUBLICATION>{1,1}</PPLACEOFPUBLICATION>
  <PSUBMISSIONSREJECTIONS>{1,1}</PSUBMISSIONSREJECTIONS>
  <QUOTE DIRECT="Y" ID="">{1,1}</QUOTE>
  <RBESTKNOWNWORK>{1,1}</RBESTKNOWNWORK>
  <RESEARCHNOTE>{1,1}</RESEARCHNOTE>
  <RFICTIONALIZATION>{1,1}</RFICTIONALIZATION>
  <RLANDMARKTEXT>{1,1}</RLANDMARKTEXT>
  <RPENALTIES CENSORSHIP="">{1,1}</RPENALTIES>
  <RRECOGNITIONNAME REG="">{1,1}</RRECOGNITIONNAME>
  <RRECOGNITIONS>{1,1}</RRECOGNITIONS>
  <RRESPONSES FORMALITY="" GENDEREDRESPONSE="" RESPONSETYPE="">{1,1}</RRESPONSES>
  <RSELFDESCRIPTION>{1,1}</RSELFDESCRIPTION>
  <RSHEINFLUENCED>{1,1}</RSHEINFLUENCED>
  <SCHOLARNOTE>{1,1}</SCHOLARNOTE>
  <SOCALLED>{1,1}</SOCALLED>
  <TCHARACTERIZATION>{1,1}</TCHARACTERIZATION>
  <TCHARACTERNAME REG="">{1,1}</TCHARACTERNAME>
  <TCHARACTERTYPEROLE PROTAGONIST="">{1,1}</TCHARACTERTYPEROLE>
  <TGENRE GENRENAME="" PROPOSEDALTERNATIVENAME="">{1,1}</TGENRE>
  <TGENREISSUE>{1,1}</TGENREISSUE>
  <TINTERTEXTUALITY GENDEROFAUTHOR="" INTERTEXTTYPE="">{1,1}</TINTERTEXTUALITY>
  <TITLE REF="" REG="" REND="" STANDARD="" TITLETYPE="">{1,1}</TITLE>
  <TMOTIF MOTIFNAME="">{1,1}</TMOTIF>
  <TOPIC STANDARD="">{1,1}</TOPIC>
  <TPLOT>{1,1}</TPLOT>
  <TTECHNIQUES TECHNIQUETYPE="">{1,1}</TTECHNIQUES>
  <TTHEMETOPIC ID="">{1,1}</TTHEMETOPIC>
  <TTONESTYLE>{1,1}</TTONESTYLE>
</RSHEINFLUENCED>
Source
<xs:element name="RSHEINFLUENCED">
  <xs:annotation>
    <xs:documentation>This element has to do with the author's influence on other writers, other women writers, other women, the literary tradition, and society as a whole. When discussing her influence, please provide evidence of her legacy, not just opinion.</xs:documentation>
  </xs:annotation>
  <xs:complexType mixed="true">
    <xs:choice minOccurs="0" maxOccurs="unbounded">
      <xs:element ref="BIBCITS"/>
      <xs:element ref="DATE"/>
      <xs:element ref="DATERANGE"/>
      <xs:element ref="EMPH"/>
      <xs:element ref="FOREIGN"/>
      <xs:element ref="KEYWORDCLASS"/>
      <xs:element ref="NAME"/>
      <xs:element ref="ORGNAME"/>
      <xs:element ref="PADVERTISING"/>
      <xs:element ref="PANTHOLOGIZATION"/>
      <xs:element ref="PARCHIVALLOCATION"/>
      <xs:element ref="PAUTHORSHIP"/>
      <xs:element ref="PCIRCULATION"/>
      <xs:element ref="PCOPYRIGHT"/>
      <xs:element ref="PEARNINGS"/>
      <xs:element ref="PEDITIONS"/>
      <xs:element ref="PINFLUENCESHER"/>
      <xs:element ref="PLACE"/>
      <xs:element ref="PLITERARYSCHOOLS"/>
      <xs:element ref="PMATERIALCONDITIONS"/>
      <xs:element ref="PNONBOOKMEDIA"/>
      <xs:element ref="PPERFORMANCE"/>
      <xs:element ref="PPERIODICALPUBLICATION"/>
      <xs:element ref="PPLACEOFPUBLICATION"/>
      <xs:element ref="PSUBMISSIONSREJECTIONS"/>
      <xs:element ref="QUOTE"/>
      <xs:element ref="RBESTKNOWNWORK"/>
      <xs:element ref="RESEARCHNOTE"/>
      <xs:element ref="RFICTIONALIZATION"/>
      <xs:element ref="RLANDMARKTEXT"/>
      <xs:element ref="RPENALTIES"/>
      <xs:element ref="RRECOGNITIONNAME"/>
      <xs:element ref="RRECOGNITIONS"/>
      <xs:element ref="RRESPONSES"/>
      <xs:element ref="RSELFDESCRIPTION"/>
      <xs:element ref="RSHEINFLUENCED"/>
      <xs:element ref="SCHOLARNOTE"/>
      <xs:element ref="SOCALLED"/>
      <xs:element ref="TCHARACTERIZATION"/>
      <xs:element ref="TCHARACTERNAME"/>
      <xs:element ref="TCHARACTERTYPEROLE"/>
      <xs:element ref="TGENRE"/>
      <xs:element ref="TGENREISSUE"/>
      <xs:element ref="TINTERTEXTUALITY"/>
      <xs:element ref="TITLE"/>
      <xs:element ref="TMOTIF"/>
      <xs:element ref="TOPIC"/>
      <xs:element ref="TPLOT"/>
      <xs:element ref="TTECHNIQUES"/>
      <xs:element ref="TTHEMETOPIC"/>
      <xs:element ref="TTONESTYLE"/>
    </xs:choice>
  </xs:complexType>
</xs:element>
[ top ]
Element TGENREISSUE
Namespace No namespace
Annotations
This element allows you to talk generally about the genre issues
raised by a specific text. It may also be used in situations where there is an unusual mixture of genre forms.
Diagram
Diagram index.tmp#BIBCITS index.tmp#DATE index.tmp#DATERANGE index.tmp#EMPH index.tmp#FOREIGN index.tmp#KEYWORDCLASS index.tmp#NAME index.tmp#ORGNAME index.tmp#PADVERTISING index.tmp#PANTHOLOGIZATION index.tmp#PATTITUDES index.tmp#PAUTHORSHIP index.tmp#PCIRCULATION index.tmp#PCONTRACT index.tmp#PDEDICATION index.tmp#PEARNINGS index.tmp#PEDITIONS index.tmp#PFIRSTLITERARYACTIVITY index.tmp#PINFLUENCESHER index.tmp#PLACE index.tmp#PLASTLITERARYACTIVITY index.tmp#PLITERARYSCHOOLS index.tmp#PMATERIALCONDITIONS index.tmp#PMODEOFPUBLICATION index.tmp#PMOTIVES index.tmp#PPERFORMANCE index.tmp#PPERIODICALPUBLICATION index.tmp#PPLACEOFPUBLICATION index.tmp#PRARITIESFEATURESDECORATIONS index.tmp#PRELATIONSWITHPUBLISHER index.tmp#PSERIALIZATION index.tmp#PSUBMISSIONSREJECTIONS index.tmp#QUOTE index.tmp#RBESTKNOWNWORK index.tmp#RESEARCHNOTE index.tmp#RLANDMARKTEXT index.tmp#RRESPONSES index.tmp#RSELFDESCRIPTION index.tmp#RSHEINFLUENCED index.tmp#SCHOLARNOTE index.tmp#SOCALLED index.tmp#TCHARACTERIZATION index.tmp#TCHARACTERNAME index.tmp#TCHARACTERTYPEROLE index.tmp#TGENRE index.tmp#TGENREISSUE index.tmp#TINTERTEXTUALITY index.tmp#TITLE index.tmp#TMOTIF index.tmp#TPLOT index.tmp#TSETTINGDATE index.tmp#TSETTINGPLACE index.tmp#TTECHNIQUES index.tmp#TTHEMETOPIC index.tmp#TTONESTYLE index.tmp#TVOICENARRATION
Properties
content complex
mixed true
Used by
Model
Children BIBCITS, DATE, DATERANGE, EMPH, FOREIGN, KEYWORDCLASS, NAME, ORGNAME, PADVERTISING, PANTHOLOGIZATION, PATTITUDES, PAUTHORSHIP, PCIRCULATION, PCONTRACT, PDEDICATION, PEARNINGS, PEDITIONS, PFIRSTLITERARYACTIVITY, PINFLUENCESHER, PLACE, PLASTLITERARYACTIVITY, PLITERARYSCHOOLS, PMATERIALCONDITIONS, PMODEOFPUBLICATION, PMOTIVES, PPERFORMANCE, PPERIODICALPUBLICATION, PPLACEOFPUBLICATION, PRARITIESFEATURESDECORATIONS, PRELATIONSWITHPUBLISHER, PSERIALIZATION, PSUBMISSIONSREJECTIONS, QUOTE, RBESTKNOWNWORK, RESEARCHNOTE, RLANDMARKTEXT, RRESPONSES, RSELFDESCRIPTION, RSHEINFLUENCED, SCHOLARNOTE, SOCALLED, TCHARACTERIZATION, TCHARACTERNAME, TCHARACTERTYPEROLE, TGENRE, TGENREISSUE, TINTERTEXTUALITY, TITLE, TMOTIF, TPLOT, TSETTINGDATE, TSETTINGPLACE, TTECHNIQUES, TTHEMETOPIC, TTONESTYLE, TVOICENARRATION
Instance
<TGENREISSUE>
  <BIBCITS ID="">{1,1}</BIBCITS>
  <DATE CALENDAR="NEWSTYLE" CERTAINTY="CERT" ID="" VALUE="">{1,1}</DATE>
  <DATERANGE CALENDAR="NEWSTYLE" CERTAINTY="CERT" EXACT="" FROM="" ID="" TO="">{1,1}</DATERANGE>
  <EMPH>{1,1}</EMPH>
  <FOREIGN LANG="" REG="">{1,1}</FOREIGN>
  <KEYWORDCLASS KEYWORDTYPE="">{1,1}</KEYWORDCLASS>
  <NAME REF="" STANDARD="">{1,1}</NAME>
  <ORGNAME ORGTYPE="" REF="" REG="" STANDARD="">{1,1}</ORGNAME>
  <PADVERTISING>{1,1}</PADVERTISING>
  <PANTHOLOGIZATION>{1,1}</PANTHOLOGIZATION>
  <PATTITUDES>{1,1}</PATTITUDES>
  <PAUTHORSHIP AUTHORNAMETYPE="" AUTHORSHIPCONTROVERSY="" COLLABORATION="" CONTROVERSYDATE="">{1,1}</PAUTHORSHIP>
  <PCIRCULATION>{1,1}</PCIRCULATION>
  <PCONTRACT ID="">{1,1}</PCONTRACT>
  <PDEDICATION>{1,1}</PDEDICATION>
  <PEARNINGS>{1,1}</PEARNINGS>
  <PEDITIONS>{1,1}</PEDITIONS>
  <PFIRSTLITERARYACTIVITY>{1,1}</PFIRSTLITERARYACTIVITY>
  <PINFLUENCESHER INFLUENCETYPE="">{1,1}</PINFLUENCESHER>
  <PLACE REF="">{1,1}</PLACE>
  <PLASTLITERARYACTIVITY>{1,1}</PLASTLITERARYACTIVITY>
  <PLITERARYSCHOOLS INVOLVEMENT="INVOLVEMENTYES" REG="">{1,1}</PLITERARYSCHOOLS>
  <PMATERIALCONDITIONS DISPLACEMENT="">{1,1}</PMATERIALCONDITIONS>
  <PMODEOFPUBLICATION PUBLICATIONMODE="">{1,1}</PMODEOFPUBLICATION>
  <PMOTIVES ID="" MOTIVETYPE="">{1,1}</PMOTIVES>
  <PPERFORMANCE>{1,1}</PPERFORMANCE>
  <PPERIODICALPUBLICATION>{1,1}</PPERIODICALPUBLICATION>
  <PPLACEOFPUBLICATION>{1,1}</PPLACEOFPUBLICATION>
  <PRARITIESFEATURESDECORATIONS>{1,1}</PRARITIESFEATURESDECORATIONS>
  <PRELATIONSWITHPUBLISHER RELATIONSHIPTYPE="">{1,1}</PRELATIONSWITHPUBLISHER>
  <PSERIALIZATION FORMOFSERIALIZATION="">{1,1}</PSERIALIZATION>
  <PSUBMISSIONSREJECTIONS>{1,1}</PSUBMISSIONSREJECTIONS>
  <QUOTE DIRECT="Y" ID="">{1,1}</QUOTE>
  <RBESTKNOWNWORK>{1,1}</RBESTKNOWNWORK>
  <RESEARCHNOTE>{1,1}</RESEARCHNOTE>
  <RLANDMARKTEXT>{1,1}</RLANDMARKTEXT>
  <RRESPONSES FORMALITY="" GENDEREDRESPONSE="" RESPONSETYPE="">{1,1}</RRESPONSES>
  <RSELFDESCRIPTION>{1,1}</RSELFDESCRIPTION>
  <RSHEINFLUENCED>{1,1}</RSHEINFLUENCED>
  <SCHOLARNOTE>{1,1}</SCHOLARNOTE>
  <SOCALLED>{1,1}</SOCALLED>
  <TCHARACTERIZATION>{1,1}</TCHARACTERIZATION>
  <TCHARACTERNAME REG="">{1,1}</TCHARACTERNAME>
  <TCHARACTERTYPEROLE PROTAGONIST="">{1,1}</TCHARACTERTYPEROLE>
  <TGENRE GENRENAME="" PROPOSEDALTERNATIVENAME="">{1,1}</TGENRE>
  <TGENREISSUE>{1,1}</TGENREISSUE>
  <TINTERTEXTUALITY GENDEROFAUTHOR="" INTERTEXTTYPE="">{1,1}</TINTERTEXTUALITY>
  <TITLE REF="" REG="" REND="" STANDARD="" TITLETYPE="">{1,1}</TITLE>
  <TMOTIF MOTIFNAME="">{1,1}</TMOTIF>
  <TPLOT>{1,1}</TPLOT>
  <TSETTINGDATE SETTINGDATETYPE="">{1,1}</TSETTINGDATE>
  <TSETTINGPLACE SETTINGCLASS="" SETTINGPLACETYPE="">{1,1}</TSETTINGPLACE>
  <TTECHNIQUES TECHNIQUETYPE="">{1,1}</TTECHNIQUES>
  <TTHEMETOPIC ID="">{1,1}</TTHEMETOPIC>
  <TTONESTYLE>{1,1}</TTONESTYLE>
  <TVOICENARRATION>{1,1}</TVOICENARRATION>
</TGENREISSUE>
Source
<xs:element name="TGENREISSUE">
  <xs:annotation>
    <xs:documentation>This element allows you to talk generally about the genre issues raised by a specific text. It may also be used in situations where there is an unusual mixture of genre forms.</xs:documentation>
  </xs:annotation>
  <xs:complexType mixed="true">
    <xs:choice minOccurs="0" maxOccurs="unbounded">
      <xs:element ref="BIBCITS"/>
      <xs:element ref="DATE"/>
      <xs:element ref="DATERANGE"/>
      <xs:element ref="EMPH"/>
      <xs:element ref="FOREIGN"/>
      <xs:element ref="KEYWORDCLASS"/>
      <xs:element ref="NAME"/>
      <xs:element ref="ORGNAME"/>
      <xs:element ref="PADVERTISING"/>
      <xs:element ref="PANTHOLOGIZATION"/>
      <xs:element ref="PATTITUDES"/>
      <xs:element ref="PAUTHORSHIP"/>
      <xs:element ref="PCIRCULATION"/>
      <xs:element ref="PCONTRACT"/>
      <xs:element ref="PDEDICATION"/>
      <xs:element ref="PEARNINGS"/>
      <xs:element ref="PEDITIONS"/>
      <xs:element ref="PFIRSTLITERARYACTIVITY"/>
      <xs:element ref="PINFLUENCESHER"/>
      <xs:element ref="PLACE"/>
      <xs:element ref="PLASTLITERARYACTIVITY"/>
      <xs:element ref="PLITERARYSCHOOLS"/>
      <xs:element ref="PMATERIALCONDITIONS"/>
      <xs:element ref="PMODEOFPUBLICATION"/>
      <xs:element ref="PMOTIVES"/>
      <xs:element ref="PPERFORMANCE"/>
      <xs:element ref="PPERIODICALPUBLICATION"/>
      <xs:element ref="PPLACEOFPUBLICATION"/>
      <xs:element ref="PRARITIESFEATURESDECORATIONS"/>
      <xs:element ref="PRELATIONSWITHPUBLISHER"/>
      <xs:element ref="PSERIALIZATION"/>
      <xs:element ref="PSUBMISSIONSREJECTIONS"/>
      <xs:element ref="QUOTE"/>
      <xs:element ref="RBESTKNOWNWORK"/>
      <xs:element ref="RESEARCHNOTE"/>
      <xs:element ref="RLANDMARKTEXT"/>
      <xs:element ref="RRESPONSES"/>
      <xs:element ref="RSELFDESCRIPTION"/>
      <xs:element ref="RSHEINFLUENCED"/>
      <xs:element ref="SCHOLARNOTE"/>
      <xs:element ref="SOCALLED"/>
      <xs:element ref="TCHARACTERIZATION"/>
      <xs:element ref="TCHARACTERNAME"/>
      <xs:element ref="TCHARACTERTYPEROLE"/>
      <xs:element ref="TGENRE"/>
      <xs:element ref="TGENREISSUE"/>
      <xs:element ref="TINTERTEXTUALITY"/>
      <xs:element ref="TITLE"/>
      <xs:element ref="TMOTIF"/>
      <xs:element ref="TPLOT"/>
      <xs:element ref="TSETTINGDATE"/>
      <xs:element ref="TSETTINGPLACE"/>
      <xs:element ref="TTECHNIQUES"/>
      <xs:element ref="TTHEMETOPIC"/>
      <xs:element ref="TTONESTYLE"/>
      <xs:element ref="TVOICENARRATION"/>
    </xs:choice>
  </xs:complexType>
</xs:element>
[ top ]
Element TINTERTEXTUALITY
Namespace No namespace
Annotations
This element provides a place to talk about all those textual markers
that acknowledge the existence of other texts.
Diagram
Diagram index.tmp#TINTERTEXTUALITY_GENDEROFAUTHOR index.tmp#TINTERTEXTUALITY_INTERTEXTTYPE index.tmp#BIBCITS index.tmp#DATE index.tmp#DATERANGE index.tmp#DATESTRUCT index.tmp#EMPH index.tmp#FOREIGN index.tmp#KEYWORDCLASS index.tmp#NAME index.tmp#ORGNAME index.tmp#PADVERTISING index.tmp#PARCHIVALLOCATION index.tmp#PATTITUDES index.tmp#PAUTHORSHIP index.tmp#PCIRCULATION index.tmp#PCOPYRIGHT index.tmp#PDEDICATION index.tmp#PEARNINGS index.tmp#PEDITIONS index.tmp#PINFLUENCESHER index.tmp#PLACE index.tmp#PLASTLITERARYACTIVITY index.tmp#PLITERARYSCHOOLS index.tmp#PMANUSCRIPTHISTORY index.tmp#PMATERIALCONDITIONS index.tmp#PMODEOFPUBLICATION index.tmp#PMOTIVES index.tmp#PNONBOOKMEDIA index.tmp#PNONSURVIVAL index.tmp#PPERFORMANCE index.tmp#PPERIODICALPUBLICATION index.tmp#PPLACEOFPUBLICATION index.tmp#PPRESSRUN index.tmp#PPRICE index.tmp#PRARITIESFEATURESDECORATIONS index.tmp#PRELATIONSWITHPUBLISHER index.tmp#PSERIALIZATION index.tmp#PSUBMISSIONSREJECTIONS index.tmp#QUOTE index.tmp#RBESTKNOWNWORK index.tmp#RDESTRUCTIONOFWORK index.tmp#RESEARCHNOTE index.tmp#RFICTIONALIZATION index.tmp#RLANDMARKTEXT index.tmp#RPENALTIES index.tmp#RRECOGNITIONNAME index.tmp#RRECOGNITIONS index.tmp#RRESPONSES index.tmp#RS index.tmp#RSELFDESCRIPTION index.tmp#RSHEINFLUENCED index.tmp#SCHOLARNOTE index.tmp#SIC index.tmp#SOCALLED index.tmp#TCHARACTERIZATION index.tmp#TCHARACTERNAME index.tmp#TCHARACTERTYPEROLE index.tmp#TGENRE index.tmp#TGENREISSUE index.tmp#TINTERTEXTUALITY index.tmp#TITLE index.tmp#TMOTIF index.tmp#TOPIC index.tmp#TPLOT index.tmp#TSETTINGDATE index.tmp#TSETTINGPLACE index.tmp#TTECHNIQUES index.tmp#TTHEMETOPIC index.tmp#TTONESTYLE index.tmp#TVOICENARRATION
Properties
content complex
mixed true
Used by
Model
Children BIBCITS, DATE, DATERANGE, DATESTRUCT, EMPH, FOREIGN, KEYWORDCLASS, NAME, ORGNAME, PADVERTISING, PARCHIVALLOCATION, PATTITUDES, PAUTHORSHIP, PCIRCULATION, PCOPYRIGHT, PDEDICATION, PEARNINGS, PEDITIONS, PINFLUENCESHER, PLACE, PLASTLITERARYACTIVITY, PLITERARYSCHOOLS, PMANUSCRIPTHISTORY, PMATERIALCONDITIONS, PMODEOFPUBLICATION, PMOTIVES, PNONBOOKMEDIA, PNONSURVIVAL, PPERFORMANCE, PPERIODICALPUBLICATION, PPLACEOFPUBLICATION, PPRESSRUN, PPRICE, PRARITIESFEATURESDECORATIONS, PRELATIONSWITHPUBLISHER, PSERIALIZATION, PSUBMISSIONSREJECTIONS, QUOTE, RBESTKNOWNWORK, RDESTRUCTIONOFWORK, RESEARCHNOTE, RFICTIONALIZATION, RLANDMARKTEXT, RPENALTIES, RRECOGNITIONNAME, RRECOGNITIONS, RRESPONSES, RS, RSELFDESCRIPTION, RSHEINFLUENCED, SCHOLARNOTE, SIC, SOCALLED, TCHARACTERIZATION, TCHARACTERNAME, TCHARACTERTYPEROLE, TGENRE, TGENREISSUE, TINTERTEXTUALITY, TITLE, TMOTIF, TOPIC, TPLOT, TSETTINGDATE, TSETTINGPLACE, TTECHNIQUES, TTHEMETOPIC, TTONESTYLE, TVOICENARRATION
Instance
<TINTERTEXTUALITY GENDEROFAUTHOR="" INTERTEXTTYPE="">
  <BIBCITS ID="">{1,1}</BIBCITS>
  <DATE CALENDAR="NEWSTYLE" CERTAINTY="CERT" ID="" VALUE="">{1,1}</DATE>
  <DATERANGE CALENDAR="NEWSTYLE" CERTAINTY="CERT" EXACT="" FROM="" ID="" TO="">{1,1}</DATERANGE>
  <DATESTRUCT CALENDAR="NEWSTYLE" CERTAINTY="CERT" VALUE="">{1,1}</DATESTRUCT>
  <EMPH>{1,1}</EMPH>
  <FOREIGN LANG="" REG="">{1,1}</FOREIGN>
  <KEYWORDCLASS KEYWORDTYPE="">{1,1}</KEYWORDCLASS>
  <NAME REF="" STANDARD="">{1,1}</NAME>
  <ORGNAME ORGTYPE="" REF="" REG="" STANDARD="">{1,1}</ORGNAME>
  <PADVERTISING>{1,1}</PADVERTISING>
  <PARCHIVALLOCATION>{1,1}</PARCHIVALLOCATION>
  <PATTITUDES>{1,1}</PATTITUDES>
  <PAUTHORSHIP AUTHORNAMETYPE="" AUTHORSHIPCONTROVERSY="" COLLABORATION="" CONTROVERSYDATE="">{1,1}</PAUTHORSHIP>
  <PCIRCULATION>{1,1}</PCIRCULATION>
  <PCOPYRIGHT>{1,1}</PCOPYRIGHT>
  <PDEDICATION>{1,1}</PDEDICATION>
  <PEARNINGS>{1,1}</PEARNINGS>
  <PEDITIONS>{1,1}</PEDITIONS>
  <PINFLUENCESHER INFLUENCETYPE="">{1,1}</PINFLUENCESHER>
  <PLACE REF="">{1,1}</PLACE>
  <PLASTLITERARYACTIVITY>{1,1}</PLASTLITERARYACTIVITY>
  <PLITERARYSCHOOLS INVOLVEMENT="INVOLVEMENTYES" REG="">{1,1}</PLITERARYSCHOOLS>
  <PMANUSCRIPTHISTORY>{1,1}</PMANUSCRIPTHISTORY>
  <PMATERIALCONDITIONS DISPLACEMENT="">{1,1}</PMATERIALCONDITIONS>
  <PMODEOFPUBLICATION PUBLICATIONMODE="">{1,1}</PMODEOFPUBLICATION>
  <PMOTIVES ID="" MOTIVETYPE="">{1,1}</PMOTIVES>
  <PNONBOOKMEDIA>{1,1}</PNONBOOKMEDIA>
  <PNONSURVIVAL TYPEOFNONSURVIVAL="">{1,1}</PNONSURVIVAL>
  <PPERFORMANCE>{1,1}</PPERFORMANCE>
  <PPERIODICALPUBLICATION>{1,1}</PPERIODICALPUBLICATION>
  <PPLACEOFPUBLICATION>{1,1}</PPLACEOFPUBLICATION>
  <PPRESSRUN>{1,1}</PPRESSRUN>
  <PPRICE>{1,1}</PPRICE>
  <PRARITIESFEATURESDECORATIONS>{1,1}</PRARITIESFEATURESDECORATIONS>
  <PRELATIONSWITHPUBLISHER RELATIONSHIPTYPE="">{1,1}</PRELATIONSWITHPUBLISHER>
  <PSERIALIZATION FORMOFSERIALIZATION="">{1,1}</PSERIALIZATION>
  <PSUBMISSIONSREJECTIONS>{1,1}</PSUBMISSIONSREJECTIONS>
  <QUOTE DIRECT="Y" ID="">{1,1}</QUOTE>
  <RBESTKNOWNWORK>{1,1}</RBESTKNOWNWORK>
  <RDESTRUCTIONOFWORK DESTROYEDBY="">{1,1}</RDESTRUCTIONOFWORK>
  <RESEARCHNOTE>{1,1}</RESEARCHNOTE>
  <RFICTIONALIZATION>{1,1}</RFICTIONALIZATION>
  <RLANDMARKTEXT>{1,1}</RLANDMARKTEXT>
  <RPENALTIES CENSORSHIP="">{1,1}</RPENALTIES>
  <RRECOGNITIONNAME REG="">{1,1}</RRECOGNITIONNAME>
  <RRECOGNITIONS>{1,1}</RRECOGNITIONS>
  <RRESPONSES FORMALITY="" GENDEREDRESPONSE="" RESPONSETYPE="">{1,1}</RRESPONSES>
  <RS REG="" TYPE="">{1,1}</RS>
  <RSELFDESCRIPTION>{1,1}</RSELFDESCRIPTION>
  <RSHEINFLUENCED>{1,1}</RSHEINFLUENCED>
  <SCHOLARNOTE>{1,1}</SCHOLARNOTE>
  <SIC CORR="">{1,1}</SIC>
  <SOCALLED>{1,1}</SOCALLED>
  <TCHARACTERIZATION>{1,1}</TCHARACTERIZATION>
  <TCHARACTERNAME REG="">{1,1}</TCHARACTERNAME>
  <TCHARACTERTYPEROLE PROTAGONIST="">{1,1}</TCHARACTERTYPEROLE>
  <TGENRE GENRENAME="" PROPOSEDALTERNATIVENAME="">{1,1}</TGENRE>
  <TGENREISSUE>{1,1}</TGENREISSUE>
  <TINTERTEXTUALITY GENDEROFAUTHOR="" INTERTEXTTYPE="">{1,1}</TINTERTEXTUALITY>
  <TITLE REF="" REG="" REND="" STANDARD="" TITLETYPE="">{1,1}</TITLE>
  <TMOTIF MOTIFNAME="">{1,1}</TMOTIF>
  <TOPIC STANDARD="">{1,1}</TOPIC>
  <TPLOT>{1,1}</TPLOT>
  <TSETTINGDATE SETTINGDATETYPE="">{1,1}</TSETTINGDATE>
  <TSETTINGPLACE SETTINGCLASS="" SETTINGPLACETYPE="">{1,1}</TSETTINGPLACE>
  <TTECHNIQUES TECHNIQUETYPE="">{1,1}</TTECHNIQUES>
  <TTHEMETOPIC ID="">{1,1}</TTHEMETOPIC>
  <TTONESTYLE>{1,1}</TTONESTYLE>
  <TVOICENARRATION>{1,1}</TVOICENARRATION>
</TINTERTEXTUALITY>
Attributes
QName Type Use Annotation
GENDEROFAUTHOR restriction of xs:token optional
genderOfAuthor is an optional attribute modifying the element
tIntertextuality; therefore, it allows you to identify the sex of the author who wrote the intertext. It will prove useful for researching how
women responded to other texts written by male or female authors.
INTERTEXTTYPE restriction of xs:token optional
IntertextType is an attribute used to modify the element
tIntertextuality. It allows greater specificity to indicate how an intertext has been used in connection with any one text.
Source
<xs:element name="TINTERTEXTUALITY">
  <xs:annotation>
    <xs:documentation>This element provides a place to talk about all those textual markers that acknowledge the existence of other texts.</xs:documentation>
  </xs:annotation>
  <xs:complexType mixed="true">
    <xs:choice minOccurs="0" maxOccurs="unbounded">
      <xs:element ref="BIBCITS"/>
      <xs:element ref="DATE"/>
      <xs:element ref="DATERANGE"/>
      <xs:element ref="DATESTRUCT"/>
      <xs:element ref="EMPH"/>
      <xs:element ref="FOREIGN"/>
      <xs:element ref="KEYWORDCLASS"/>
      <xs:element ref="NAME"/>
      <xs:element ref="ORGNAME"/>
      <xs:element ref="PADVERTISING"/>
      <xs:element ref="PARCHIVALLOCATION"/>
      <xs:element ref="PATTITUDES"/>
      <xs:element ref="PAUTHORSHIP"/>
      <xs:element ref="PCIRCULATION"/>
      <xs:element ref="PCOPYRIGHT"/>
      <xs:element ref="PDEDICATION"/>
      <xs:element ref="PEARNINGS"/>
      <xs:element ref="PEDITIONS"/>
      <xs:element ref="PINFLUENCESHER"/>
      <xs:element ref="PLACE"/>
      <xs:element ref="PLASTLITERARYACTIVITY"/>
      <xs:element ref="PLITERARYSCHOOLS"/>
      <xs:element ref="PMANUSCRIPTHISTORY"/>
      <xs:element ref="PMATERIALCONDITIONS"/>
      <xs:element ref="PMODEOFPUBLICATION"/>
      <xs:element ref="PMOTIVES"/>
      <xs:element ref="PNONBOOKMEDIA"/>
      <xs:element ref="PNONSURVIVAL"/>
      <xs:element ref="PPERFORMANCE"/>
      <xs:element ref="PPERIODICALPUBLICATION"/>
      <xs:element ref="PPLACEOFPUBLICATION"/>
      <xs:element ref="PPRESSRUN"/>
      <xs:element ref="PPRICE"/>
      <xs:element ref="PRARITIESFEATURESDECORATIONS"/>
      <xs:element ref="PRELATIONSWITHPUBLISHER"/>
      <xs:element ref="PSERIALIZATION"/>
      <xs:element ref="PSUBMISSIONSREJECTIONS"/>
      <xs:element ref="QUOTE"/>
      <xs:element ref="RBESTKNOWNWORK"/>
      <xs:element ref="RDESTRUCTIONOFWORK"/>
      <xs:element ref="RESEARCHNOTE"/>
      <xs:element ref="RFICTIONALIZATION"/>
      <xs:element ref="RLANDMARKTEXT"/>
      <xs:element ref="RPENALTIES"/>
      <xs:element ref="RRECOGNITIONNAME"/>
      <xs:element ref="RRECOGNITIONS"/>
      <xs:element ref="RRESPONSES"/>
      <xs:element ref="RS"/>
      <xs:element ref="RSELFDESCRIPTION"/>
      <xs:element ref="RSHEINFLUENCED"/>
      <xs:element ref="SCHOLARNOTE"/>
      <xs:element ref="SIC"/>
      <xs:element ref="SOCALLED"/>
      <xs:element ref="TCHARACTERIZATION"/>
      <xs:element ref="TCHARACTERNAME"/>
      <xs:element ref="TCHARACTERTYPEROLE"/>
      <xs:element ref="TGENRE"/>
      <xs:element ref="TGENREISSUE"/>
      <xs:element ref="TINTERTEXTUALITY"/>
      <xs:element ref="TITLE"/>
      <xs:element ref="TMOTIF"/>
      <xs:element ref="TOPIC"/>
      <xs:element ref="TPLOT"/>
      <xs:element ref="TSETTINGDATE"/>
      <xs:element ref="TSETTINGPLACE"/>
      <xs:element ref="TTECHNIQUES"/>
      <xs:element ref="TTHEMETOPIC"/>
      <xs:element ref="TTONESTYLE"/>
      <xs:element ref="TVOICENARRATION"/>
    </xs:choice>
    <xs:attribute name="GENDEROFAUTHOR">
      <xs:annotation>
        <xs:documentation>genderOfAuthor is an optional attribute modifying the element tIntertextuality; therefore, it allows you to identify the sex of the author who wrote the intertext. It will prove useful for researching how women responded to other texts written by male or female authors.</xs:documentation>
      </xs:annotation>
      <xs:simpleType>
        <xs:restriction base="xs:token">
          <xs:enumeration value="FEMALE"/>
          <xs:enumeration value="MALE"/>
        </xs:restriction>
      </xs:simpleType>
    </xs:attribute>
    <xs:attribute name="INTERTEXTTYPE">
      <xs:annotation>
        <xs:documentation>IntertextType is an attribute used to modify the element tIntertextuality. It allows greater specificity to indicate how an intertext has been used in connection with any one text.</xs:documentation>
      </xs:annotation>
      <xs:simpleType>
        <xs:restriction base="xs:token">
          <xs:enumeration value="ALLUSIONACKNOWLEDGED"/>
          <xs:enumeration value="ALLUSIONUNACKNOWLEDGED"/>
          <xs:enumeration value="QUOTATION"/>
          <xs:enumeration value="MISQUOTATION"/>
          <xs:enumeration value="PARODY"/>
          <xs:enumeration value="SATIRE"/>
          <xs:enumeration value="IMITATION"/>
          <xs:enumeration value="ADAPTATION-UPDATE"/>
          <xs:enumeration value="PREQUEL"/>
          <xs:enumeration value="CONTINUATION"/>
          <xs:enumeration value="ANSWER"/>
        </xs:restriction>
      </xs:simpleType>
    </xs:attribute>
  </xs:complexType>
</xs:element>
[ top ]
Element TPLOT
Namespace No namespace
Annotations
The plot element should address overview summaries of narrative
actions. Plot is described as "the plan, design, scheme, or pattern in a text."
Diagram
Diagram index.tmp#BIBCITS index.tmp#DATE index.tmp#DATERANGE index.tmp#DATESTRUCT index.tmp#EMPH index.tmp#FOREIGN index.tmp#KEYWORDCLASS index.tmp#NAME index.tmp#ORGNAME index.tmp#PANTHOLOGIZATION index.tmp#PATTITUDES index.tmp#PAUTHORSHIP index.tmp#PCOPYRIGHT index.tmp#PEDITIONS index.tmp#PINFLUENCESHER index.tmp#PLACE index.tmp#PLASTLITERARYACTIVITY index.tmp#PLITERARYSCHOOLS index.tmp#PMODEOFPUBLICATION index.tmp#PMOTIVES index.tmp#PPERFORMANCE index.tmp#PRARITIESFEATURESDECORATIONS index.tmp#PRELATIONSWITHPUBLISHER index.tmp#QUOTE index.tmp#RESEARCHNOTE index.tmp#RLANDMARKTEXT index.tmp#RRESPONSES index.tmp#RS index.tmp#RSELFDESCRIPTION index.tmp#RSHEINFLUENCED index.tmp#SCHOLARNOTE index.tmp#SOCALLED index.tmp#TCHARACTERIZATION index.tmp#TCHARACTERNAME index.tmp#TCHARACTERTYPEROLE index.tmp#TGENRE index.tmp#TGENREISSUE index.tmp#TINTERTEXTUALITY index.tmp#TITLE index.tmp#TMOTIF index.tmp#TOPIC index.tmp#TPLOT index.tmp#TSETTINGDATE index.tmp#TSETTINGPLACE index.tmp#TTECHNIQUES index.tmp#TTHEMETOPIC index.tmp#TTONESTYLE index.tmp#TVOICENARRATION
Properties
content complex
mixed true
Used by
Model
Children BIBCITS, DATE, DATERANGE, DATESTRUCT, EMPH, FOREIGN, KEYWORDCLASS, NAME, ORGNAME, PANTHOLOGIZATION, PATTITUDES, PAUTHORSHIP, PCOPYRIGHT, PEDITIONS, PINFLUENCESHER, PLACE, PLASTLITERARYACTIVITY, PLITERARYSCHOOLS, PMODEOFPUBLICATION, PMOTIVES, PPERFORMANCE, PRARITIESFEATURESDECORATIONS, PRELATIONSWITHPUBLISHER, QUOTE, RESEARCHNOTE, RLANDMARKTEXT, RRESPONSES, RS, RSELFDESCRIPTION, RSHEINFLUENCED, SCHOLARNOTE, SOCALLED, TCHARACTERIZATION, TCHARACTERNAME, TCHARACTERTYPEROLE, TGENRE, TGENREISSUE, TINTERTEXTUALITY, TITLE, TMOTIF, TOPIC, TPLOT, TSETTINGDATE, TSETTINGPLACE, TTECHNIQUES, TTHEMETOPIC, TTONESTYLE, TVOICENARRATION
Instance
<TPLOT>
  <BIBCITS ID="">{1,1}</BIBCITS>
  <DATE CALENDAR="NEWSTYLE" CERTAINTY="CERT" ID="" VALUE="">{1,1}</DATE>
  <DATERANGE CALENDAR="NEWSTYLE" CERTAINTY="CERT" EXACT="" FROM="" ID="" TO="">{1,1}</DATERANGE>
  <DATESTRUCT CALENDAR="NEWSTYLE" CERTAINTY="CERT" VALUE="">{1,1}</DATESTRUCT>
  <EMPH>{1,1}</EMPH>
  <FOREIGN LANG="" REG="">{1,1}</FOREIGN>
  <KEYWORDCLASS KEYWORDTYPE="">{1,1}</KEYWORDCLASS>
  <NAME REF="" STANDARD="">{1,1}</NAME>
  <ORGNAME ORGTYPE="" REF="" REG="" STANDARD="">{1,1}</ORGNAME>
  <PANTHOLOGIZATION>{1,1}</PANTHOLOGIZATION>
  <PATTITUDES>{1,1}</PATTITUDES>
  <PAUTHORSHIP AUTHORNAMETYPE="" AUTHORSHIPCONTROVERSY="" COLLABORATION="" CONTROVERSYDATE="">{1,1}</PAUTHORSHIP>
  <PCOPYRIGHT>{1,1}</PCOPYRIGHT>
  <PEDITIONS>{1,1}</PEDITIONS>
  <PINFLUENCESHER INFLUENCETYPE="">{1,1}</PINFLUENCESHER>
  <PLACE REF="">{1,1}</PLACE>
  <PLASTLITERARYACTIVITY>{1,1}</PLASTLITERARYACTIVITY>
  <PLITERARYSCHOOLS INVOLVEMENT="INVOLVEMENTYES" REG="">{1,1}</PLITERARYSCHOOLS>
  <PMODEOFPUBLICATION PUBLICATIONMODE="">{1,1}</PMODEOFPUBLICATION>
  <PMOTIVES ID="" MOTIVETYPE="">{1,1}</PMOTIVES>
  <PPERFORMANCE>{1,1}</PPERFORMANCE>
  <PRARITIESFEATURESDECORATIONS>{1,1}</PRARITIESFEATURESDECORATIONS>
  <PRELATIONSWITHPUBLISHER RELATIONSHIPTYPE="">{1,1}</PRELATIONSWITHPUBLISHER>
  <QUOTE DIRECT="Y" ID="">{1,1}</QUOTE>
  <RESEARCHNOTE>{1,1}</RESEARCHNOTE>
  <RLANDMARKTEXT>{1,1}</RLANDMARKTEXT>
  <RRESPONSES FORMALITY="" GENDEREDRESPONSE="" RESPONSETYPE="">{1,1}</RRESPONSES>
  <RS REG="" TYPE="">{1,1}</RS>
  <RSELFDESCRIPTION>{1,1}</RSELFDESCRIPTION>
  <RSHEINFLUENCED>{1,1}</RSHEINFLUENCED>
  <SCHOLARNOTE>{1,1}</SCHOLARNOTE>
  <SOCALLED>{1,1}</SOCALLED>
  <TCHARACTERIZATION>{1,1}</TCHARACTERIZATION>
  <TCHARACTERNAME REG="">{1,1}</TCHARACTERNAME>
  <TCHARACTERTYPEROLE PROTAGONIST="">{1,1}</TCHARACTERTYPEROLE>
  <TGENRE GENRENAME="" PROPOSEDALTERNATIVENAME="">{1,1}</TGENRE>
  <TGENREISSUE>{1,1}</TGENREISSUE>
  <TINTERTEXTUALITY GENDEROFAUTHOR="" INTERTEXTTYPE="">{1,1}</TINTERTEXTUALITY>
  <TITLE REF="" REG="" REND="" STANDARD="" TITLETYPE="">{1,1}</TITLE>
  <TMOTIF MOTIFNAME="">{1,1}</TMOTIF>
  <TOPIC STANDARD="">{1,1}</TOPIC>
  <TPLOT>{1,1}</TPLOT>
  <TSETTINGDATE SETTINGDATETYPE="">{1,1}</TSETTINGDATE>
  <TSETTINGPLACE SETTINGCLASS="" SETTINGPLACETYPE="">{1,1}</TSETTINGPLACE>
  <TTECHNIQUES TECHNIQUETYPE="">{1,1}</TTECHNIQUES>
  <TTHEMETOPIC ID="">{1,1}</TTHEMETOPIC>
  <TTONESTYLE>{1,1}</TTONESTYLE>
  <TVOICENARRATION>{1,1}</TVOICENARRATION>
</TPLOT>
Source
<xs:element name="TPLOT">
  <xs:annotation>
    <xs:documentation>The plot element should address overview summaries of narrative actions. Plot is described as "the plan, design, scheme, or pattern in a text."</xs:documentation>
  </xs:annotation>
  <xs:complexType mixed="true">
    <xs:choice minOccurs="0" maxOccurs="unbounded">
      <xs:element ref="BIBCITS"/>
      <xs:element ref="DATE"/>
      <xs:element ref="DATERANGE"/>
      <xs:element ref="DATESTRUCT"/>
      <xs:element ref="EMPH"/>
      <xs:element ref="FOREIGN"/>
      <xs:element ref="KEYWORDCLASS"/>
      <xs:element ref="NAME"/>
      <xs:element ref="ORGNAME"/>
      <xs:element ref="PANTHOLOGIZATION"/>
      <xs:element ref="PATTITUDES"/>
      <xs:element ref="PAUTHORSHIP"/>
      <xs:element ref="PCOPYRIGHT"/>
      <xs:element ref="PEDITIONS"/>
      <xs:element ref="PINFLUENCESHER"/>
      <xs:element ref="PLACE"/>
      <xs:element ref="PLASTLITERARYACTIVITY"/>
      <xs:element ref="PLITERARYSCHOOLS"/>
      <xs:element ref="PMODEOFPUBLICATION"/>
      <xs:element ref="PMOTIVES"/>
      <xs:element ref="PPERFORMANCE"/>
      <xs:element ref="PRARITIESFEATURESDECORATIONS"/>
      <xs:element ref="PRELATIONSWITHPUBLISHER"/>
      <xs:element ref="QUOTE"/>
      <xs:element ref="RESEARCHNOTE"/>
      <xs:element ref="RLANDMARKTEXT"/>
      <xs:element ref="RRESPONSES"/>
      <xs:element ref="RS"/>
      <xs:element ref="RSELFDESCRIPTION"/>
      <xs:element ref="RSHEINFLUENCED"/>
      <xs:element ref="SCHOLARNOTE"/>
      <xs:element ref="SOCALLED"/>
      <xs:element ref="TCHARACTERIZATION"/>
      <xs:element ref="TCHARACTERNAME"/>
      <xs:element ref="TCHARACTERTYPEROLE"/>
      <xs:element ref="TGENRE"/>
      <xs:element ref="TGENREISSUE"/>
      <xs:element ref="TINTERTEXTUALITY"/>
      <xs:element ref="TITLE"/>
      <xs:element ref="TMOTIF"/>
      <xs:element ref="TOPIC"/>
      <xs:element ref="TPLOT"/>
      <xs:element ref="TSETTINGDATE"/>
      <xs:element ref="TSETTINGPLACE"/>
      <xs:element ref="TTECHNIQUES"/>
      <xs:element ref="TTHEMETOPIC"/>
      <xs:element ref="TTONESTYLE"/>
      <xs:element ref="TVOICENARRATION"/>
    </xs:choice>
  </xs:complexType>
</xs:element>
[ top ]
Element TSETTINGDATE
Namespace No namespace
Annotations
This element pertains to the real or fictive time in which a text is set
relative to the writer's time, not the reader's. It can be specific, "1789," or general "in the future," or relative to a non-dateable event "after the
war."
Diagram
Diagram index.tmp#TSETTINGDATE_SETTINGDATETYPE index.tmp#BIBCITS index.tmp#DATE index.tmp#DATERANGE index.tmp#DATESTRUCT index.tmp#EMPH index.tmp#FOREIGN index.tmp#KEYWORDCLASS index.tmp#NAME index.tmp#ORGNAME index.tmp#PAUTHORSHIP index.tmp#PDEDICATION index.tmp#PINFLUENCESHER index.tmp#PLACE index.tmp#PLASTLITERARYACTIVITY index.tmp#PMANUSCRIPTHISTORY index.tmp#PMATERIALCONDITIONS index.tmp#PMOTIVES index.tmp#PPERFORMANCE index.tmp#PPLACEOFPUBLICATION index.tmp#QUOTE index.tmp#RBESTKNOWNWORK index.tmp#RESEARCHNOTE index.tmp#RRECOGNITIONS index.tmp#RSELFDESCRIPTION index.tmp#SCHOLARNOTE index.tmp#SOCALLED index.tmp#TCHARACTERIZATION index.tmp#TCHARACTERNAME index.tmp#TCHARACTERTYPEROLE index.tmp#TGENRE index.tmp#TGENREISSUE index.tmp#TINTERTEXTUALITY index.tmp#TITLE index.tmp#TMOTIF index.tmp#TOPIC index.tmp#TPLOT index.tmp#TSETTINGDATE index.tmp#TSETTINGPLACE index.tmp#TTECHNIQUES index.tmp#TTHEMETOPIC index.tmp#TTONESTYLE index.tmp#TVOICENARRATION
Properties
content complex
mixed true
Used by
Model
Children BIBCITS, DATE, DATERANGE, DATESTRUCT, EMPH, FOREIGN, KEYWORDCLASS, NAME, ORGNAME, PAUTHORSHIP, PDEDICATION, PINFLUENCESHER, PLACE, PLASTLITERARYACTIVITY, PMANUSCRIPTHISTORY, PMATERIALCONDITIONS, PMOTIVES, PPERFORMANCE, PPLACEOFPUBLICATION, QUOTE, RBESTKNOWNWORK, RESEARCHNOTE, RRECOGNITIONS, RSELFDESCRIPTION, SCHOLARNOTE, SOCALLED, TCHARACTERIZATION, TCHARACTERNAME, TCHARACTERTYPEROLE, TGENRE, TGENREISSUE, TINTERTEXTUALITY, TITLE, TMOTIF, TOPIC, TPLOT, TSETTINGDATE, TSETTINGPLACE, TTECHNIQUES, TTHEMETOPIC, TTONESTYLE, TVOICENARRATION
Instance
<TSETTINGDATE SETTINGDATETYPE="">
  <BIBCITS ID="">{1,1}</BIBCITS>
  <DATE CALENDAR="NEWSTYLE" CERTAINTY="CERT" ID="" VALUE="">{1,1}</DATE>
  <DATERANGE CALENDAR="NEWSTYLE" CERTAINTY="CERT" EXACT="" FROM="" ID="" TO="">{1,1}</DATERANGE>
  <DATESTRUCT CALENDAR="NEWSTYLE" CERTAINTY="CERT" VALUE="">{1,1}</DATESTRUCT>
  <EMPH>{1,1}</EMPH>
  <FOREIGN LANG="" REG="">{1,1}</FOREIGN>
  <KEYWORDCLASS KEYWORDTYPE="">{1,1}</KEYWORDCLASS>
  <NAME REF="" STANDARD="">{1,1}</NAME>
  <ORGNAME ORGTYPE="" REF="" REG="" STANDARD="">{1,1}</ORGNAME>
  <PAUTHORSHIP AUTHORNAMETYPE="" AUTHORSHIPCONTROVERSY="" COLLABORATION="" CONTROVERSYDATE="">{1,1}</PAUTHORSHIP>
  <PDEDICATION>{1,1}</PDEDICATION>
  <PINFLUENCESHER INFLUENCETYPE="">{1,1}</PINFLUENCESHER>
  <PLACE REF="">{1,1}</PLACE>
  <PLASTLITERARYACTIVITY>{1,1}</PLASTLITERARYACTIVITY>
  <PMANUSCRIPTHISTORY>{1,1}</PMANUSCRIPTHISTORY>
  <PMATERIALCONDITIONS DISPLACEMENT="">{1,1}</PMATERIALCONDITIONS>
  <PMOTIVES ID="" MOTIVETYPE="">{1,1}</PMOTIVES>
  <PPERFORMANCE>{1,1}</PPERFORMANCE>
  <PPLACEOFPUBLICATION>{1,1}</PPLACEOFPUBLICATION>
  <QUOTE DIRECT="Y" ID="">{1,1}</QUOTE>
  <RBESTKNOWNWORK>{1,1}</RBESTKNOWNWORK>
  <RESEARCHNOTE>{1,1}</RESEARCHNOTE>
  <RRECOGNITIONS>{1,1}</RRECOGNITIONS>
  <RSELFDESCRIPTION>{1,1}</RSELFDESCRIPTION>
  <SCHOLARNOTE>{1,1}</SCHOLARNOTE>
  <SOCALLED>{1,1}</SOCALLED>
  <TCHARACTERIZATION>{1,1}</TCHARACTERIZATION>
  <TCHARACTERNAME REG="">{1,1}</TCHARACTERNAME>
  <TCHARACTERTYPEROLE PROTAGONIST="">{1,1}</TCHARACTERTYPEROLE>
  <TGENRE GENRENAME="" PROPOSEDALTERNATIVENAME="">{1,1}</TGENRE>
  <TGENREISSUE>{1,1}</TGENREISSUE>
  <TINTERTEXTUALITY GENDEROFAUTHOR="" INTERTEXTTYPE="">{1,1}</TINTERTEXTUALITY>
  <TITLE REF="" REG="" REND="" STANDARD="" TITLETYPE="">{1,1}</TITLE>
  <TMOTIF MOTIFNAME="">{1,1}</TMOTIF>
  <TOPIC STANDARD="">{1,1}</TOPIC>
  <TPLOT>{1,1}</TPLOT>
  <TSETTINGDATE SETTINGDATETYPE="">{1,1}</TSETTINGDATE>
  <TSETTINGPLACE SETTINGCLASS="" SETTINGPLACETYPE="">{1,1}</TSETTINGPLACE>
  <TTECHNIQUES TECHNIQUETYPE="">{1,1}</TTECHNIQUES>
  <TTHEMETOPIC ID="">{1,1}</TTHEMETOPIC>
  <TTONESTYLE>{1,1}</TTONESTYLE>
  <TVOICENARRATION>{1,1}</TVOICENARRATION>
</TSETTINGDATE>
Attributes
QName Type Use Annotation
SETTINGDATETYPE restriction of xs:token optional
SettingDateType is an optional attribute that specifies the
historical era of a setting.
Source
<xs:element name="TSETTINGDATE">
  <xs:annotation>
    <xs:documentation>This element pertains to the real or fictive time in which a text is set relative to the writer's time, not the reader's. It can be specific, "1789," or general "in the future," or relative to a non-dateable event "after the war."</xs:documentation>
  </xs:annotation>
  <xs:complexType mixed="true">
    <xs:choice minOccurs="0" maxOccurs="unbounded">
      <xs:element ref="BIBCITS"/>
      <xs:element ref="DATE"/>
      <xs:element ref="DATERANGE"/>
      <xs:element ref="DATESTRUCT"/>
      <xs:element ref="EMPH"/>
      <xs:element ref="FOREIGN"/>
      <xs:element ref="KEYWORDCLASS"/>
      <xs:element ref="NAME"/>
      <xs:element ref="ORGNAME"/>
      <xs:element ref="PAUTHORSHIP"/>
      <xs:element ref="PDEDICATION"/>
      <xs:element ref="PINFLUENCESHER"/>
      <xs:element ref="PLACE"/>
      <xs:element ref="PLASTLITERARYACTIVITY"/>
      <xs:element ref="PMANUSCRIPTHISTORY"/>
      <xs:element ref="PMATERIALCONDITIONS"/>
      <xs:element ref="PMOTIVES"/>
      <xs:element ref="PPERFORMANCE"/>
      <xs:element ref="PPLACEOFPUBLICATION"/>
      <xs:element ref="QUOTE"/>
      <xs:element ref="RBESTKNOWNWORK"/>
      <xs:element ref="RESEARCHNOTE"/>
      <xs:element ref="RRECOGNITIONS"/>
      <xs:element ref="RSELFDESCRIPTION"/>
      <xs:element ref="SCHOLARNOTE"/>
      <xs:element ref="SOCALLED"/>
      <xs:element ref="TCHARACTERIZATION"/>
      <xs:element ref="TCHARACTERNAME"/>
      <xs:element ref="TCHARACTERTYPEROLE"/>
      <xs:element ref="TGENRE"/>
      <xs:element ref="TGENREISSUE"/>
      <xs:element ref="TINTERTEXTUALITY"/>
      <xs:element ref="TITLE"/>
      <xs:element ref="TMOTIF"/>
      <xs:element ref="TOPIC"/>
      <xs:element ref="TPLOT"/>
      <xs:element ref="TSETTINGDATE"/>
      <xs:element ref="TSETTINGPLACE"/>
      <xs:element ref="TTECHNIQUES"/>
      <xs:element ref="TTHEMETOPIC"/>
      <xs:element ref="TTONESTYLE"/>
      <xs:element ref="TVOICENARRATION"/>
    </xs:choice>
    <xs:attribute name="SETTINGDATETYPE">
      <xs:annotation>
        <xs:documentation>SettingDateType is an optional attribute that specifies the historical era of a setting.</xs:documentation>
      </xs:annotation>
      <xs:simpleType>
        <xs:restriction base="xs:token">
          <xs:enumeration value="PAST"/>
          <xs:enumeration value="PRESENT"/>
          <xs:enumeration value="FUTURE"/>
          <xs:enumeration value="AMBIGUOUS"/>
        </xs:restriction>
      </xs:simpleType>
    </xs:attribute>
  </xs:complexType>
</xs:element>
[ top ]
Element TSETTINGPLACE
Namespace No namespace
Annotations
This element addresses the real or fictive place in which a text is
set.
Diagram
Diagram index.tmp#TSETTINGPLACE_SETTINGCLASS index.tmp#TSETTINGPLACE_SETTINGPLACETYPE index.tmp#BIBCITS index.tmp#DATE index.tmp#DATERANGE index.tmp#DATESTRUCT index.tmp#EMPH index.tmp#FOREIGN index.tmp#KEYWORDCLASS index.tmp#NAME index.tmp#ORGNAME index.tmp#PATTITUDES index.tmp#PAUTHORSHIP index.tmp#PCIRCULATION index.tmp#PDEDICATION index.tmp#PEARNINGS index.tmp#PEDITIONS index.tmp#PFIRSTLITERARYACTIVITY index.tmp#PINFLUENCESHER index.tmp#PLACE index.tmp#PLASTLITERARYACTIVITY index.tmp#PLITERARYSCHOOLS index.tmp#PMANUSCRIPTHISTORY index.tmp#PMATERIALCONDITIONS index.tmp#PMOTIVES index.tmp#PNONBOOKMEDIA index.tmp#PNONSURVIVAL index.tmp#PPERFORMANCE index.tmp#PPERIODICALPUBLICATION index.tmp#PPLACEOFPUBLICATION index.tmp#PPRICE index.tmp#PRARITIESFEATURESDECORATIONS index.tmp#PRELATIONSWITHPUBLISHER index.tmp#PSERIALIZATION index.tmp#PSUBMISSIONSREJECTIONS index.tmp#QUOTE index.tmp#RBESTKNOWNWORK index.tmp#RESEARCHNOTE index.tmp#RLANDMARKTEXT index.tmp#RRECOGNITIONNAME index.tmp#RRECOGNITIONS index.tmp#RRESPONSES index.tmp#RS index.tmp#RSELFDESCRIPTION index.tmp#RSHEINFLUENCED index.tmp#SCHOLARNOTE index.tmp#SOCALLED index.tmp#TCHARACTERIZATION index.tmp#TCHARACTERNAME index.tmp#TCHARACTERTYPEROLE index.tmp#TGENRE index.tmp#TGENREISSUE index.tmp#TINTERTEXTUALITY index.tmp#TITLE index.tmp#TMOTIF index.tmp#TOPIC index.tmp#TPLOT index.tmp#TSETTINGDATE index.tmp#TSETTINGPLACE index.tmp#TTECHNIQUES index.tmp#TTHEMETOPIC index.tmp#TTONESTYLE index.tmp#TVOICENARRATION
Properties
content complex
mixed true
Used by
Model
Children BIBCITS, DATE, DATERANGE, DATESTRUCT, EMPH, FOREIGN, KEYWORDCLASS, NAME, ORGNAME, PATTITUDES, PAUTHORSHIP, PCIRCULATION, PDEDICATION, PEARNINGS, PEDITIONS, PFIRSTLITERARYACTIVITY, PINFLUENCESHER, PLACE, PLASTLITERARYACTIVITY, PLITERARYSCHOOLS, PMANUSCRIPTHISTORY, PMATERIALCONDITIONS, PMOTIVES, PNONBOOKMEDIA, PNONSURVIVAL, PPERFORMANCE, PPERIODICALPUBLICATION, PPLACEOFPUBLICATION, PPRICE, PRARITIESFEATURESDECORATIONS, PRELATIONSWITHPUBLISHER, PSERIALIZATION, PSUBMISSIONSREJECTIONS, QUOTE, RBESTKNOWNWORK, RESEARCHNOTE, RLANDMARKTEXT, RRECOGNITIONNAME, RRECOGNITIONS, RRESPONSES, RS, RSELFDESCRIPTION, RSHEINFLUENCED, SCHOLARNOTE, SOCALLED, TCHARACTERIZATION, TCHARACTERNAME, TCHARACTERTYPEROLE, TGENRE, TGENREISSUE, TINTERTEXTUALITY, TITLE, TMOTIF, TOPIC, TPLOT, TSETTINGDATE, TSETTINGPLACE, TTECHNIQUES, TTHEMETOPIC, TTONESTYLE, TVOICENARRATION
Instance
<TSETTINGPLACE SETTINGCLASS="" SETTINGPLACETYPE="">
  <BIBCITS ID="">{1,1}</BIBCITS>
  <DATE CALENDAR="NEWSTYLE" CERTAINTY="CERT" ID="" VALUE="">{1,1}</DATE>
  <DATERANGE CALENDAR="NEWSTYLE" CERTAINTY="CERT" EXACT="" FROM="" ID="" TO="">{1,1}</DATERANGE>
  <DATESTRUCT CALENDAR="NEWSTYLE" CERTAINTY="CERT" VALUE="">{1,1}</DATESTRUCT>
  <EMPH>{1,1}</EMPH>
  <FOREIGN LANG="" REG="">{1,1}</FOREIGN>
  <KEYWORDCLASS KEYWORDTYPE="">{1,1}</KEYWORDCLASS>
  <NAME REF="" STANDARD="">{1,1}</NAME>
  <ORGNAME ORGTYPE="" REF="" REG="" STANDARD="">{1,1}</ORGNAME>
  <PATTITUDES>{1,1}</PATTITUDES>
  <PAUTHORSHIP AUTHORNAMETYPE="" AUTHORSHIPCONTROVERSY="" COLLABORATION="" CONTROVERSYDATE="">{1,1}</PAUTHORSHIP>
  <PCIRCULATION>{1,1}</PCIRCULATION>
  <PDEDICATION>{1,1}</PDEDICATION>
  <PEARNINGS>{1,1}</PEARNINGS>
  <PEDITIONS>{1,1}</PEDITIONS>
  <PFIRSTLITERARYACTIVITY>{1,1}</PFIRSTLITERARYACTIVITY>
  <PINFLUENCESHER INFLUENCETYPE="">{1,1}</PINFLUENCESHER>
  <PLACE REF="">{1,1}</PLACE>
  <PLASTLITERARYACTIVITY>{1,1}</PLASTLITERARYACTIVITY>
  <PLITERARYSCHOOLS INVOLVEMENT="INVOLVEMENTYES" REG="">{1,1}</PLITERARYSCHOOLS>
  <PMANUSCRIPTHISTORY>{1,1}</PMANUSCRIPTHISTORY>
  <PMATERIALCONDITIONS DISPLACEMENT="">{1,1}</PMATERIALCONDITIONS>
  <PMOTIVES ID="" MOTIVETYPE="">{1,1}</PMOTIVES>
  <PNONBOOKMEDIA>{1,1}</PNONBOOKMEDIA>
  <PNONSURVIVAL TYPEOFNONSURVIVAL="">{1,1}</PNONSURVIVAL>
  <PPERFORMANCE>{1,1}</PPERFORMANCE>
  <PPERIODICALPUBLICATION>{1,1}</PPERIODICALPUBLICATION>
  <PPLACEOFPUBLICATION>{1,1}</PPLACEOFPUBLICATION>
  <PPRICE>{1,1}</PPRICE>
  <PRARITIESFEATURESDECORATIONS>{1,1}</PRARITIESFEATURESDECORATIONS>
  <PRELATIONSWITHPUBLISHER RELATIONSHIPTYPE="">{1,1}</PRELATIONSWITHPUBLISHER>
  <PSERIALIZATION FORMOFSERIALIZATION="">{1,1}</PSERIALIZATION>
  <PSUBMISSIONSREJECTIONS>{1,1}</PSUBMISSIONSREJECTIONS>
  <QUOTE DIRECT="Y" ID="">{1,1}</QUOTE>
  <RBESTKNOWNWORK>{1,1}</RBESTKNOWNWORK>
  <RESEARCHNOTE>{1,1}</RESEARCHNOTE>
  <RLANDMARKTEXT>{1,1}</RLANDMARKTEXT>
  <RRECOGNITIONNAME REG="">{1,1}</RRECOGNITIONNAME>
  <RRECOGNITIONS>{1,1}</RRECOGNITIONS>
  <RRESPONSES FORMALITY="" GENDEREDRESPONSE="" RESPONSETYPE="">{1,1}</RRESPONSES>
  <RS REG="" TYPE="">{1,1}</RS>
  <RSELFDESCRIPTION>{1,1}</RSELFDESCRIPTION>
  <RSHEINFLUENCED>{1,1}</RSHEINFLUENCED>
  <SCHOLARNOTE>{1,1}</SCHOLARNOTE>
  <SOCALLED>{1,1}</SOCALLED>
  <TCHARACTERIZATION>{1,1}</TCHARACTERIZATION>
  <TCHARACTERNAME REG="">{1,1}</TCHARACTERNAME>
  <TCHARACTERTYPEROLE PROTAGONIST="">{1,1}</TCHARACTERTYPEROLE>
  <TGENRE GENRENAME="" PROPOSEDALTERNATIVENAME="">{1,1}</TGENRE>
  <TGENREISSUE>{1,1}</TGENREISSUE>
  <TINTERTEXTUALITY GENDEROFAUTHOR="" INTERTEXTTYPE="">{1,1}</TINTERTEXTUALITY>
  <TITLE REF="" REG="" REND="" STANDARD="" TITLETYPE="">{1,1}</TITLE>
  <TMOTIF MOTIFNAME="">{1,1}</TMOTIF>
  <TOPIC STANDARD="">{1,1}</TOPIC>
  <TPLOT>{1,1}</TPLOT>
  <TSETTINGDATE SETTINGDATETYPE="">{1,1}</TSETTINGDATE>
  <TSETTINGPLACE SETTINGCLASS="" SETTINGPLACETYPE="">{1,1}</TSETTINGPLACE>
  <TTECHNIQUES TECHNIQUETYPE="">{1,1}</TTECHNIQUES>
  <TTHEMETOPIC ID="">{1,1}</TTHEMETOPIC>
  <TTONESTYLE>{1,1}</TTONESTYLE>
  <TVOICENARRATION>{1,1}</TVOICENARRATION>
</TSETTINGPLACE>
Attributes
QName Type Use Annotation
SETTINGCLASS restriction of xs:token optional
SettingClass is an optional attribute that specifies the
socio-economic status of a settingPlace.
SETTINGPLACETYPE restriction of xs:token optional
SettingPlaceType is an optional attribute that specifies the real
or imaginary location of textual events.
Source
<xs:element name="TSETTINGPLACE">
  <xs:annotation>
    <xs:documentation>This element addresses the real or fictive place in which a text is set.</xs:documentation>
  </xs:annotation>
  <xs:complexType mixed="true">
    <xs:choice minOccurs="0" maxOccurs="unbounded">
      <xs:element ref="BIBCITS"/>
      <xs:element ref="DATE"/>
      <xs:element ref="DATERANGE"/>
      <xs:element ref="DATESTRUCT"/>
      <xs:element ref="EMPH"/>
      <xs:element ref="FOREIGN"/>
      <xs:element ref="KEYWORDCLASS"/>
      <xs:element ref="NAME"/>
      <xs:element ref="ORGNAME"/>
      <xs:element ref="PATTITUDES"/>
      <xs:element ref="PAUTHORSHIP"/>
      <xs:element ref="PCIRCULATION"/>
      <xs:element ref="PDEDICATION"/>
      <xs:element ref="PEARNINGS"/>
      <xs:element ref="PEDITIONS"/>
      <xs:element ref="PFIRSTLITERARYACTIVITY"/>
      <xs:element ref="PINFLUENCESHER"/>
      <xs:element ref="PLACE"/>
      <xs:element ref="PLASTLITERARYACTIVITY"/>
      <xs:element ref="PLITERARYSCHOOLS"/>
      <xs:element ref="PMANUSCRIPTHISTORY"/>
      <xs:element ref="PMATERIALCONDITIONS"/>
      <xs:element ref="PMOTIVES"/>
      <xs:element ref="PNONBOOKMEDIA"/>
      <xs:element ref="PNONSURVIVAL"/>
      <xs:element ref="PPERFORMANCE"/>
      <xs:element ref="PPERIODICALPUBLICATION"/>
      <xs:element ref="PPLACEOFPUBLICATION"/>
      <xs:element ref="PPRICE"/>
      <xs:element ref="PRARITIESFEATURESDECORATIONS"/>
      <xs:element ref="PRELATIONSWITHPUBLISHER"/>
      <xs:element ref="PSERIALIZATION"/>
      <xs:element ref="PSUBMISSIONSREJECTIONS"/>
      <xs:element ref="QUOTE"/>
      <xs:element ref="RBESTKNOWNWORK"/>
      <xs:element ref="RESEARCHNOTE"/>
      <xs:element ref="RLANDMARKTEXT"/>
      <xs:element ref="RRECOGNITIONNAME"/>
      <xs:element ref="RRECOGNITIONS"/>
      <xs:element ref="RRESPONSES"/>
      <xs:element ref="RS"/>
      <xs:element ref="RSELFDESCRIPTION"/>
      <xs:element ref="RSHEINFLUENCED"/>
      <xs:element ref="SCHOLARNOTE"/>
      <xs:element ref="SOCALLED"/>
      <xs:element ref="TCHARACTERIZATION"/>
      <xs:element ref="TCHARACTERNAME"/>
      <xs:element ref="TCHARACTERTYPEROLE"/>
      <xs:element ref="TGENRE"/>
      <xs:element ref="TGENREISSUE"/>
      <xs:element ref="TINTERTEXTUALITY"/>
      <xs:element ref="TITLE"/>
      <xs:element ref="TMOTIF"/>
      <xs:element ref="TOPIC"/>
      <xs:element ref="TPLOT"/>
      <xs:element ref="TSETTINGDATE"/>
      <xs:element ref="TSETTINGPLACE"/>
      <xs:element ref="TTECHNIQUES"/>
      <xs:element ref="TTHEMETOPIC"/>
      <xs:element ref="TTONESTYLE"/>
      <xs:element ref="TVOICENARRATION"/>
    </xs:choice>
    <xs:attribute name="SETTINGCLASS">
      <xs:annotation>
        <xs:documentation>SettingClass is an optional attribute that specifies the socio-economic status of a settingPlace.</xs:documentation>
      </xs:annotation>
      <xs:simpleType>
        <xs:restriction base="xs:token">
          <xs:enumeration value="UPPERCLASS"/>
          <xs:enumeration value="WORKINGCLASS"/>
          <xs:enumeration value="MIDDLECLASS"/>
          <xs:enumeration value="WIDERANGE"/>
        </xs:restriction>
      </xs:simpleType>
    </xs:attribute>
    <xs:attribute name="SETTINGPLACETYPE">
      <xs:annotation>
        <xs:documentation>SettingPlaceType is an optional attribute that specifies the real or imaginary location of textual events.</xs:documentation>
      </xs:annotation>
      <xs:simpleType>
        <xs:restriction base="xs:token">
          <xs:enumeration value="FICTIVE"/>
          <xs:enumeration value="REAL"/>
          <xs:enumeration value="IDENTIFIABLE"/>
        </xs:restriction>
      </xs:simpleType>
    </xs:attribute>
  </xs:complexType>
</xs:element>
[ top ]
Element TTECHNIQUES
Namespace No namespace
Annotations
This element applies to the structural components of language used
to create literary effects: these are devices such as assonance and metaphor.
Diagram
Diagram index.tmp#TTECHNIQUES_TECHNIQUETYPE index.tmp#BIBCITS index.tmp#DATE index.tmp#DATERANGE index.tmp#EMPH index.tmp#FOREIGN index.tmp#KEYWORDCLASS index.tmp#L index.tmp#NAME index.tmp#ORGNAME index.tmp#PATTITUDES index.tmp#PAUTHORSHIP index.tmp#PDEDICATION index.tmp#PINFLUENCESHER index.tmp#PLACE index.tmp#PLITERARYSCHOOLS index.tmp#PMATERIALCONDITIONS index.tmp#PMOTIVES index.tmp#PPERFORMANCE index.tmp#PPERIODICALPUBLICATION index.tmp#PPLACEOFPUBLICATION index.tmp#PRARITIESFEATURESDECORATIONS index.tmp#QUOTE index.tmp#RBESTKNOWNWORK index.tmp#RESEARCHNOTE index.tmp#RFICTIONALIZATION index.tmp#RLANDMARKTEXT index.tmp#RRECOGNITIONS index.tmp#RRECOGNITIONVALUE index.tmp#RRESPONSES index.tmp#RS index.tmp#RSELFDESCRIPTION index.tmp#SCHOLARNOTE index.tmp#SIC index.tmp#SOCALLED index.tmp#TCHARACTERIZATION index.tmp#TCHARACTERNAME index.tmp#TCHARACTERTYPEROLE index.tmp#TGENRE index.tmp#TGENREISSUE index.tmp#TINTERTEXTUALITY index.tmp#TITLE index.tmp#TMOTIF index.tmp#TOPIC index.tmp#TPLOT index.tmp#TSETTINGDATE index.tmp#TSETTINGPLACE index.tmp#TTECHNIQUES index.tmp#TTHEMETOPIC index.tmp#TTONESTYLE index.tmp#TVOICENARRATION
Properties
content complex
mixed true
Used by
Model
Children BIBCITS, DATE, DATERANGE, EMPH, FOREIGN, KEYWORDCLASS, L, NAME, ORGNAME, PATTITUDES, PAUTHORSHIP, PDEDICATION, PINFLUENCESHER, PLACE, PLITERARYSCHOOLS, PMATERIALCONDITIONS, PMOTIVES, PPERFORMANCE, PPERIODICALPUBLICATION, PPLACEOFPUBLICATION, PRARITIESFEATURESDECORATIONS, QUOTE, RBESTKNOWNWORK, RESEARCHNOTE, RFICTIONALIZATION, RLANDMARKTEXT, RRECOGNITIONS, RRECOGNITIONVALUE, RRESPONSES, RS, RSELFDESCRIPTION, SCHOLARNOTE, SIC, SOCALLED, TCHARACTERIZATION, TCHARACTERNAME, TCHARACTERTYPEROLE, TGENRE, TGENREISSUE, TINTERTEXTUALITY, TITLE, TMOTIF, TOPIC, TPLOT, TSETTINGDATE, TSETTINGPLACE, TTECHNIQUES, TTHEMETOPIC, TTONESTYLE, TVOICENARRATION
Instance
<TTECHNIQUES TECHNIQUETYPE="">
  <BIBCITS ID="">{1,1}</BIBCITS>
  <DATE CALENDAR="NEWSTYLE" CERTAINTY="CERT" ID="" VALUE="">{1,1}</DATE>
  <DATERANGE CALENDAR="NEWSTYLE" CERTAINTY="CERT" EXACT="" FROM="" ID="" TO="">{1,1}</DATERANGE>
  <EMPH>{1,1}</EMPH>
  <FOREIGN LANG="" REG="">{1,1}</FOREIGN>
  <KEYWORDCLASS KEYWORDTYPE="">{1,1}</KEYWORDCLASS>
  <L PART="N" RHYME="">{1,1}</L>
  <NAME REF="" STANDARD="">{1,1}</NAME>
  <ORGNAME ORGTYPE="" REF="" REG="" STANDARD="">{1,1}</ORGNAME>
  <PATTITUDES>{1,1}</PATTITUDES>
  <PAUTHORSHIP AUTHORNAMETYPE="" AUTHORSHIPCONTROVERSY="" COLLABORATION="" CONTROVERSYDATE="">{1,1}</PAUTHORSHIP>
  <PDEDICATION>{1,1}</PDEDICATION>
  <PINFLUENCESHER INFLUENCETYPE="">{1,1}</PINFLUENCESHER>
  <PLACE REF="">{1,1}</PLACE>
  <PLITERARYSCHOOLS INVOLVEMENT="INVOLVEMENTYES" REG="">{1,1}</PLITERARYSCHOOLS>
  <PMATERIALCONDITIONS DISPLACEMENT="">{1,1}</PMATERIALCONDITIONS>
  <PMOTIVES ID="" MOTIVETYPE="">{1,1}</PMOTIVES>
  <PPERFORMANCE>{1,1}</PPERFORMANCE>
  <PPERIODICALPUBLICATION>{1,1}</PPERIODICALPUBLICATION>
  <PPLACEOFPUBLICATION>{1,1}</PPLACEOFPUBLICATION>
  <PRARITIESFEATURESDECORATIONS>{1,1}</PRARITIESFEATURESDECORATIONS>
  <QUOTE DIRECT="Y" ID="">{1,1}</QUOTE>
  <RBESTKNOWNWORK>{1,1}</RBESTKNOWNWORK>
  <RESEARCHNOTE>{1,1}</RESEARCHNOTE>
  <RFICTIONALIZATION>{1,1}</RFICTIONALIZATION>
  <RLANDMARKTEXT>{1,1}</RLANDMARKTEXT>
  <RRECOGNITIONS>{1,1}</RRECOGNITIONS>
  <RRECOGNITIONVALUE>{1,1}</RRECOGNITIONVALUE>
  <RRESPONSES FORMALITY="" GENDEREDRESPONSE="" RESPONSETYPE="">{1,1}</RRESPONSES>
  <RS REG="" TYPE="">{1,1}</RS>
  <RSELFDESCRIPTION>{1,1}</RSELFDESCRIPTION>
  <SCHOLARNOTE>{1,1}</SCHOLARNOTE>
  <SIC CORR="">{1,1}</SIC>
  <SOCALLED>{1,1}</SOCALLED>
  <TCHARACTERIZATION>{1,1}</TCHARACTERIZATION>
  <TCHARACTERNAME REG="">{1,1}</TCHARACTERNAME>
  <TCHARACTERTYPEROLE PROTAGONIST="">{1,1}</TCHARACTERTYPEROLE>
  <TGENRE GENRENAME="" PROPOSEDALTERNATIVENAME="">{1,1}</TGENRE>
  <TGENREISSUE>{1,1}</TGENREISSUE>
  <TINTERTEXTUALITY GENDEROFAUTHOR="" INTERTEXTTYPE="">{1,1}</TINTERTEXTUALITY>
  <TITLE REF="" REG="" REND="" STANDARD="" TITLETYPE="">{1,1}</TITLE>
  <TMOTIF MOTIFNAME="">{1,1}</TMOTIF>
  <TOPIC STANDARD="">{1,1}</TOPIC>
  <TPLOT>{1,1}</TPLOT>
  <TSETTINGDATE SETTINGDATETYPE="">{1,1}</TSETTINGDATE>
  <TSETTINGPLACE SETTINGCLASS="" SETTINGPLACETYPE="">{1,1}</TSETTINGPLACE>
  <TTECHNIQUES TECHNIQUETYPE="">{1,1}</TTECHNIQUES>
  <TTHEMETOPIC ID="">{1,1}</TTHEMETOPIC>
  <TTONESTYLE>{1,1}</TTONESTYLE>
  <TVOICENARRATION>{1,1}</TVOICENARRATION>
</TTECHNIQUES>
Attributes
QName Type Use Annotation
TECHNIQUETYPE restriction of xs:token optional
TechniqueType is an optional attribute that addresses the
different kinds of literary techniques that an author might use in their work.
Source
<xs:element name="TTECHNIQUES">
  <xs:annotation>
    <xs:documentation>This element applies to the structural components of language used to create literary effects: these are devices such as assonance and metaphor.</xs:documentation>
  </xs:annotation>
  <xs:complexType mixed="true">
    <xs:choice minOccurs="0" maxOccurs="unbounded">
      <xs:element ref="BIBCITS"/>
      <xs:element ref="DATE"/>
      <xs:element ref="DATERANGE"/>
      <xs:element ref="EMPH"/>
      <xs:element ref="FOREIGN"/>
      <xs:element ref="KEYWORDCLASS"/>
      <xs:element ref="L"/>
      <xs:element ref="NAME"/>
      <xs:element ref="ORGNAME"/>
      <xs:element ref="PATTITUDES"/>
      <xs:element ref="PAUTHORSHIP"/>
      <xs:element ref="PDEDICATION"/>
      <xs:element ref="PINFLUENCESHER"/>
      <xs:element ref="PLACE"/>
      <xs:element ref="PLITERARYSCHOOLS"/>
      <xs:element ref="PMATERIALCONDITIONS"/>
      <xs:element ref="PMOTIVES"/>
      <xs:element ref="PPERFORMANCE"/>
      <xs:element ref="PPERIODICALPUBLICATION"/>
      <xs:element ref="PPLACEOFPUBLICATION"/>
      <xs:element ref="PRARITIESFEATURESDECORATIONS"/>
      <xs:element ref="QUOTE"/>
      <xs:element ref="RBESTKNOWNWORK"/>
      <xs:element ref="RESEARCHNOTE"/>
      <xs:element ref="RFICTIONALIZATION"/>
      <xs:element ref="RLANDMARKTEXT"/>
      <xs:element ref="RRECOGNITIONS"/>
      <xs:element ref="RRECOGNITIONVALUE"/>
      <xs:element ref="RRESPONSES"/>
      <xs:element ref="RS"/>
      <xs:element ref="RSELFDESCRIPTION"/>
      <xs:element ref="SCHOLARNOTE"/>
      <xs:element ref="SIC"/>
      <xs:element ref="SOCALLED"/>
      <xs:element ref="TCHARACTERIZATION"/>
      <xs:element ref="TCHARACTERNAME"/>
      <xs:element ref="TCHARACTERTYPEROLE"/>
      <xs:element ref="TGENRE"/>
      <xs:element ref="TGENREISSUE"/>
      <xs:element ref="TINTERTEXTUALITY"/>
      <xs:element ref="TITLE"/>
      <xs:element ref="TMOTIF"/>
      <xs:element ref="TOPIC"/>
      <xs:element ref="TPLOT"/>
      <xs:element ref="TSETTINGDATE"/>
      <xs:element ref="TSETTINGPLACE"/>
      <xs:element ref="TTECHNIQUES"/>
      <xs:element ref="TTHEMETOPIC"/>
      <xs:element ref="TTONESTYLE"/>
      <xs:element ref="TVOICENARRATION"/>
    </xs:choice>
    <xs:attribute name="TECHNIQUETYPE">
      <xs:annotation>
        <xs:documentation>TechniqueType is an optional attribute that addresses the different kinds of literary techniques that an author might use in their work.</xs:documentation>
      </xs:annotation>
      <xs:simpleType>
        <xs:restriction base="xs:token">
          <xs:enumeration value="DICTION"/>
          <xs:enumeration value="VERSIFICATION"/>
          <xs:enumeration value="NONSTANDARDENGLISH"/>
          <xs:enumeration value="IMAGERY"/>
          <xs:enumeration value="AURALEFFECTS"/>
        </xs:restriction>
      </xs:simpleType>
    </xs:attribute>
  </xs:complexType>
</xs:element>
[ top ]
Element TTONESTYLE
Namespace No namespace
Annotations
This element applies to the "characteristic manner of expression; how
a particular writer says things; the reflection of a writer's attitude, manner, mood, and moral outlook" and the means of expressing that manner or
mood. (Penguin Dictionary of Literary Terms.)
Diagram
Diagram index.tmp#BIBCITS index.tmp#DATE index.tmp#DATERANGE index.tmp#EMPH index.tmp#FOREIGN index.tmp#KEYWORDCLASS index.tmp#L index.tmp#NAME index.tmp#ORGNAME index.tmp#PARCHIVALLOCATION index.tmp#PATTITUDES index.tmp#PAUTHORSHIP index.tmp#PFIRSTLITERARYACTIVITY index.tmp#PINFLUENCESHER index.tmp#PLACE index.tmp#PLITERARYSCHOOLS index.tmp#PMANUSCRIPTHISTORY index.tmp#PMATERIALCONDITIONS index.tmp#PMOTIVES index.tmp#PNONSURVIVAL index.tmp#PPERFORMANCE index.tmp#PPERIODICALPUBLICATION index.tmp#PPLACEOFPUBLICATION index.tmp#PRELATIONSWITHPUBLISHER index.tmp#QUOTE index.tmp#RBESTKNOWNWORK index.tmp#RDESTRUCTIONOFWORK index.tmp#RESEARCHNOTE index.tmp#RLANDMARKTEXT index.tmp#RRESPONSES index.tmp#RSELFDESCRIPTION index.tmp#RSHEINFLUENCED index.tmp#SCHOLARNOTE index.tmp#SOCALLED index.tmp#TCHARACTERIZATION index.tmp#TCHARACTERNAME index.tmp#TCHARACTERTYPEROLE index.tmp#TGENRE index.tmp#TGENREISSUE index.tmp#TINTERTEXTUALITY index.tmp#TITLE index.tmp#TMOTIF index.tmp#TOPIC index.tmp#TPLOT index.tmp#TSETTINGDATE index.tmp#TSETTINGPLACE index.tmp#TTECHNIQUES index.tmp#TTHEMETOPIC index.tmp#TTONESTYLE index.tmp#TVOICENARRATION
Properties
content complex
mixed true
Used by
Model
Children BIBCITS, DATE, DATERANGE, EMPH, FOREIGN, KEYWORDCLASS, L, NAME, ORGNAME, PARCHIVALLOCATION, PATTITUDES, PAUTHORSHIP, PFIRSTLITERARYACTIVITY, PINFLUENCESHER, PLACE, PLITERARYSCHOOLS, PMANUSCRIPTHISTORY, PMATERIALCONDITIONS, PMOTIVES, PNONSURVIVAL, PPERFORMANCE, PPERIODICALPUBLICATION, PPLACEOFPUBLICATION, PRELATIONSWITHPUBLISHER, QUOTE, RBESTKNOWNWORK, RDESTRUCTIONOFWORK, RESEARCHNOTE, RLANDMARKTEXT, RRESPONSES, RSELFDESCRIPTION, RSHEINFLUENCED, SCHOLARNOTE, SOCALLED, TCHARACTERIZATION, TCHARACTERNAME, TCHARACTERTYPEROLE, TGENRE, TGENREISSUE, TINTERTEXTUALITY, TITLE, TMOTIF, TOPIC, TPLOT, TSETTINGDATE, TSETTINGPLACE, TTECHNIQUES, TTHEMETOPIC, TTONESTYLE, TVOICENARRATION
Instance
<TTONESTYLE>
  <BIBCITS ID="">{1,1}</BIBCITS>
  <DATE CALENDAR="NEWSTYLE" CERTAINTY="CERT" ID="" VALUE="">{1,1}</DATE>
  <DATERANGE CALENDAR="NEWSTYLE" CERTAINTY="CERT" EXACT="" FROM="" ID="" TO="">{1,1}</DATERANGE>
  <EMPH>{1,1}</EMPH>
  <FOREIGN LANG="" REG="">{1,1}</FOREIGN>
  <KEYWORDCLASS KEYWORDTYPE="">{1,1}</KEYWORDCLASS>
  <L PART="N" RHYME="">{1,1}</L>
  <NAME REF="" STANDARD="">{1,1}</NAME>
  <ORGNAME ORGTYPE="" REF="" REG="" STANDARD="">{1,1}</ORGNAME>
  <PARCHIVALLOCATION>{1,1}</PARCHIVALLOCATION>
  <PATTITUDES>{1,1}</PATTITUDES>
  <PAUTHORSHIP AUTHORNAMETYPE="" AUTHORSHIPCONTROVERSY="" COLLABORATION="" CONTROVERSYDATE="">{1,1}</PAUTHORSHIP>
  <PFIRSTLITERARYACTIVITY>{1,1}</PFIRSTLITERARYACTIVITY>
  <PINFLUENCESHER INFLUENCETYPE="">{1,1}</PINFLUENCESHER>
  <PLACE REF="">{1,1}</PLACE>
  <PLITERARYSCHOOLS INVOLVEMENT="INVOLVEMENTYES" REG="">{1,1}</PLITERARYSCHOOLS>
  <PMANUSCRIPTHISTORY>{1,1}</PMANUSCRIPTHISTORY>
  <PMATERIALCONDITIONS DISPLACEMENT="">{1,1}</PMATERIALCONDITIONS>
  <PMOTIVES ID="" MOTIVETYPE="">{1,1}</PMOTIVES>
  <PNONSURVIVAL TYPEOFNONSURVIVAL="">{1,1}</PNONSURVIVAL>
  <PPERFORMANCE>{1,1}</PPERFORMANCE>
  <PPERIODICALPUBLICATION>{1,1}</PPERIODICALPUBLICATION>
  <PPLACEOFPUBLICATION>{1,1}</PPLACEOFPUBLICATION>
  <PRELATIONSWITHPUBLISHER RELATIONSHIPTYPE="">{1,1}</PRELATIONSWITHPUBLISHER>
  <QUOTE DIRECT="Y" ID="">{1,1}</QUOTE>
  <RBESTKNOWNWORK>{1,1}</RBESTKNOWNWORK>
  <RDESTRUCTIONOFWORK DESTROYEDBY="">{1,1}</RDESTRUCTIONOFWORK>
  <RESEARCHNOTE>{1,1}</RESEARCHNOTE>
  <RLANDMARKTEXT>{1,1}</RLANDMARKTEXT>
  <RRESPONSES FORMALITY="" GENDEREDRESPONSE="" RESPONSETYPE="">{1,1}</RRESPONSES>
  <RSELFDESCRIPTION>{1,1}</RSELFDESCRIPTION>
  <RSHEINFLUENCED>{1,1}</RSHEINFLUENCED>
  <SCHOLARNOTE>{1,1}</SCHOLARNOTE>
  <SOCALLED>{1,1}</SOCALLED>
  <TCHARACTERIZATION>{1,1}</TCHARACTERIZATION>
  <TCHARACTERNAME REG="">{1,1}</TCHARACTERNAME>
  <TCHARACTERTYPEROLE PROTAGONIST="">{1,1}</TCHARACTERTYPEROLE>
  <TGENRE GENRENAME="" PROPOSEDALTERNATIVENAME="">{1,1}</TGENRE>
  <TGENREISSUE>{1,1}</TGENREISSUE>
  <TINTERTEXTUALITY GENDEROFAUTHOR="" INTERTEXTTYPE="">{1,1}</TINTERTEXTUALITY>
  <TITLE REF="" REG="" REND="" STANDARD="" TITLETYPE="">{1,1}</TITLE>
  <TMOTIF MOTIFNAME="">{1,1}</TMOTIF>
  <TOPIC STANDARD="">{1,1}</TOPIC>
  <TPLOT>{1,1}</TPLOT>
  <TSETTINGDATE SETTINGDATETYPE="">{1,1}</TSETTINGDATE>
  <TSETTINGPLACE SETTINGCLASS="" SETTINGPLACETYPE="">{1,1}</TSETTINGPLACE>
  <TTECHNIQUES TECHNIQUETYPE="">{1,1}</TTECHNIQUES>
  <TTHEMETOPIC ID="">{1,1}</TTHEMETOPIC>
  <TTONESTYLE>{1,1}</TTONESTYLE>
  <TVOICENARRATION>{1,1}</TVOICENARRATION>
</TTONESTYLE>
Source
<xs:element name="TTONESTYLE">
  <xs:annotation>
    <xs:documentation>This element applies to the "characteristic manner of expression; how a particular writer says things; the reflection of a writer's attitude, manner, mood, and moral outlook" and the means of expressing that manner or mood. (Penguin Dictionary of Literary Terms.)</xs:documentation>
  </xs:annotation>
  <xs:complexType mixed="true">
    <xs:choice minOccurs="0" maxOccurs="unbounded">
      <xs:element ref="BIBCITS"/>
      <xs:element ref="DATE"/>
      <xs:element ref="DATERANGE"/>
      <xs:element ref="EMPH"/>
      <xs:element ref="FOREIGN"/>
      <xs:element ref="KEYWORDCLASS"/>
      <xs:element ref="L"/>
      <xs:element ref="NAME"/>
      <xs:element ref="ORGNAME"/>
      <xs:element ref="PARCHIVALLOCATION"/>
      <xs:element ref="PATTITUDES"/>
      <xs:element ref="PAUTHORSHIP"/>
      <xs:element ref="PFIRSTLITERARYACTIVITY"/>
      <xs:element ref="PINFLUENCESHER"/>
      <xs:element ref="PLACE"/>
      <xs:element ref="PLITERARYSCHOOLS"/>
      <xs:element ref="PMANUSCRIPTHISTORY"/>
      <xs:element ref="PMATERIALCONDITIONS"/>
      <xs:element ref="PMOTIVES"/>
      <xs:element ref="PNONSURVIVAL"/>
      <xs:element ref="PPERFORMANCE"/>
      <xs:element ref="PPERIODICALPUBLICATION"/>
      <xs:element ref="PPLACEOFPUBLICATION"/>
      <xs:element ref="PRELATIONSWITHPUBLISHER"/>
      <xs:element ref="QUOTE"/>
      <xs:element ref="RBESTKNOWNWORK"/>
      <xs:element ref="RDESTRUCTIONOFWORK"/>
      <xs:element ref="RESEARCHNOTE"/>
      <xs:element ref="RLANDMARKTEXT"/>
      <xs:element ref="RRESPONSES"/>
      <xs:element ref="RSELFDESCRIPTION"/>
      <xs:element ref="RSHEINFLUENCED"/>
      <xs:element ref="SCHOLARNOTE"/>
      <xs:element ref="SOCALLED"/>
      <xs:element ref="TCHARACTERIZATION"/>
      <xs:element ref="TCHARACTERNAME"/>
      <xs:element ref="TCHARACTERTYPEROLE"/>
      <xs:element ref="TGENRE"/>
      <xs:element ref="TGENREISSUE"/>
      <xs:element ref="TINTERTEXTUALITY"/>
      <xs:element ref="TITLE"/>
      <xs:element ref="TMOTIF"/>
      <xs:element ref="TOPIC"/>
      <xs:element ref="TPLOT"/>
      <xs:element ref="TSETTINGDATE"/>
      <xs:element ref="TSETTINGPLACE"/>
      <xs:element ref="TTECHNIQUES"/>
      <xs:element ref="TTHEMETOPIC"/>
      <xs:element ref="TTONESTYLE"/>
      <xs:element ref="TVOICENARRATION"/>
    </xs:choice>
  </xs:complexType>
</xs:element>
[ top ]
Element TVOICENARRATION
Namespace No namespace
Annotations
This element discusses how a story gets told and not what order the
story is told in. Addresses characteristics of the voice of the narrator in the work.
Diagram
Diagram index.tmp#BIBCITS index.tmp#DATE index.tmp#DATERANGE index.tmp#FOREIGN index.tmp#NAME index.tmp#ORGNAME index.tmp#PADVERTISING index.tmp#PANTHOLOGIZATION index.tmp#PATTITUDES index.tmp#PAUTHORSHIP index.tmp#PCIRCULATION index.tmp#PINFLUENCESHER index.tmp#PLACE index.tmp#PLITERARYSCHOOLS index.tmp#PMANUSCRIPTHISTORY index.tmp#PMATERIALCONDITIONS index.tmp#PMOTIVES index.tmp#PPERIODICALPUBLICATION index.tmp#PRARITIESFEATURESDECORATIONS index.tmp#QUOTE index.tmp#RBESTKNOWNWORK index.tmp#RRESPONSES index.tmp#RSELFDESCRIPTION index.tmp#SCHOLARNOTE index.tmp#SOCALLED index.tmp#TCHARACTERIZATION index.tmp#TCHARACTERNAME index.tmp#TCHARACTERTYPEROLE index.tmp#TGENRE index.tmp#TGENREISSUE index.tmp#TINTERTEXTUALITY index.tmp#TITLE index.tmp#TMOTIF index.tmp#TOPIC index.tmp#TPLOT index.tmp#TSETTINGDATE index.tmp#TSETTINGPLACE index.tmp#TTECHNIQUES index.tmp#TTHEMETOPIC index.tmp#TTONESTYLE index.tmp#TVOICENARRATION
Properties
content complex
mixed true
Used by
Model
Children BIBCITS, DATE, DATERANGE, FOREIGN, NAME, ORGNAME, PADVERTISING, PANTHOLOGIZATION, PATTITUDES, PAUTHORSHIP, PCIRCULATION, PINFLUENCESHER, PLACE, PLITERARYSCHOOLS, PMANUSCRIPTHISTORY, PMATERIALCONDITIONS, PMOTIVES, PPERIODICALPUBLICATION, PRARITIESFEATURESDECORATIONS, QUOTE, RBESTKNOWNWORK, RRESPONSES, RSELFDESCRIPTION, SCHOLARNOTE, SOCALLED, TCHARACTERIZATION, TCHARACTERNAME, TCHARACTERTYPEROLE, TGENRE, TGENREISSUE, TINTERTEXTUALITY, TITLE, TMOTIF, TOPIC, TPLOT, TSETTINGDATE, TSETTINGPLACE, TTECHNIQUES, TTHEMETOPIC, TTONESTYLE, TVOICENARRATION
Instance
<TVOICENARRATION>
  <BIBCITS ID="">{1,1}</BIBCITS>
  <DATE CALENDAR="NEWSTYLE" CERTAINTY="CERT" ID="" VALUE="">{1,1}</DATE>
  <DATERANGE CALENDAR="NEWSTYLE" CERTAINTY="CERT" EXACT="" FROM="" ID="" TO="">{1,1}</DATERANGE>
  <FOREIGN LANG="" REG="">{1,1}</FOREIGN>
  <NAME REF="" STANDARD="">{1,1}</NAME>
  <ORGNAME ORGTYPE="" REF="" REG="" STANDARD="">{1,1}</ORGNAME>
  <PADVERTISING>{1,1}</PADVERTISING>
  <PANTHOLOGIZATION>{1,1}</PANTHOLOGIZATION>
  <PATTITUDES>{1,1}</PATTITUDES>
  <PAUTHORSHIP AUTHORNAMETYPE="" AUTHORSHIPCONTROVERSY="" COLLABORATION="" CONTROVERSYDATE="">{1,1}</PAUTHORSHIP>
  <PCIRCULATION>{1,1}</PCIRCULATION>
  <PINFLUENCESHER INFLUENCETYPE="">{1,1}</PINFLUENCESHER>
  <PLACE REF="">{1,1}</PLACE>
  <PLITERARYSCHOOLS INVOLVEMENT="INVOLVEMENTYES" REG="">{1,1}</PLITERARYSCHOOLS>
  <PMANUSCRIPTHISTORY>{1,1}</PMANUSCRIPTHISTORY>
  <PMATERIALCONDITIONS DISPLACEMENT="">{1,1}</PMATERIALCONDITIONS>
  <PMOTIVES ID="" MOTIVETYPE="">{1,1}</PMOTIVES>
  <PPERIODICALPUBLICATION>{1,1}</PPERIODICALPUBLICATION>
  <PRARITIESFEATURESDECORATIONS>{1,1}</PRARITIESFEATURESDECORATIONS>
  <QUOTE DIRECT="Y" ID="">{1,1}</QUOTE>
  <RBESTKNOWNWORK>{1,1}</RBESTKNOWNWORK>
  <RRESPONSES FORMALITY="" GENDEREDRESPONSE="" RESPONSETYPE="">{1,1}</RRESPONSES>
  <RSELFDESCRIPTION>{1,1}</RSELFDESCRIPTION>
  <SCHOLARNOTE>{1,1}</SCHOLARNOTE>
  <SOCALLED>{1,1}</SOCALLED>
  <TCHARACTERIZATION>{1,1}</TCHARACTERIZATION>
  <TCHARACTERNAME REG="">{1,1}</TCHARACTERNAME>
  <TCHARACTERTYPEROLE PROTAGONIST="">{1,1}</TCHARACTERTYPEROLE>
  <TGENRE GENRENAME="" PROPOSEDALTERNATIVENAME="">{1,1}</TGENRE>
  <TGENREISSUE>{1,1}</TGENREISSUE>
  <TINTERTEXTUALITY GENDEROFAUTHOR="" INTERTEXTTYPE="">{1,1}</TINTERTEXTUALITY>
  <TITLE REF="" REG="" REND="" STANDARD="" TITLETYPE="">{1,1}</TITLE>
  <TMOTIF MOTIFNAME="">{1,1}</TMOTIF>
  <TOPIC STANDARD="">{1,1}</TOPIC>
  <TPLOT>{1,1}</TPLOT>
  <TSETTINGDATE SETTINGDATETYPE="">{1,1}</TSETTINGDATE>
  <TSETTINGPLACE SETTINGCLASS="" SETTINGPLACETYPE="">{1,1}</TSETTINGPLACE>
  <TTECHNIQUES TECHNIQUETYPE="">{1,1}</TTECHNIQUES>
  <TTHEMETOPIC ID="">{1,1}</TTHEMETOPIC>
  <TTONESTYLE>{1,1}</TTONESTYLE>
  <TVOICENARRATION>{1,1}</TVOICENARRATION>
</TVOICENARRATION>
Source
<xs:element name="TVOICENARRATION">
  <xs:annotation>
    <xs:documentation>This element discusses how a story gets told and not what order the story is told in. Addresses characteristics of the voice of the narrator in the work.</xs:documentation>
  </xs:annotation>
  <xs:complexType mixed="true">
    <xs:choice minOccurs="0" maxOccurs="unbounded">
      <xs:element ref="BIBCITS"/>
      <xs:element ref="DATE"/>
      <xs:element ref="DATERANGE"/>
      <xs:element ref="FOREIGN"/>
      <xs:element ref="NAME"/>
      <xs:element ref="ORGNAME"/>
      <xs:element ref="PADVERTISING"/>
      <xs:element ref="PANTHOLOGIZATION"/>
      <xs:element ref="PATTITUDES"/>
      <xs:element ref="PAUTHORSHIP"/>
      <xs:element ref="PCIRCULATION"/>
      <xs:element ref="PINFLUENCESHER"/>
      <xs:element ref="PLACE"/>
      <xs:element ref="PLITERARYSCHOOLS"/>
      <xs:element ref="PMANUSCRIPTHISTORY"/>
      <xs:element ref="PMATERIALCONDITIONS"/>
      <xs:element ref="PMOTIVES"/>
      <xs:element ref="PPERIODICALPUBLICATION"/>
      <xs:element ref="PRARITIESFEATURESDECORATIONS"/>
      <xs:element ref="QUOTE"/>
      <xs:element ref="RBESTKNOWNWORK"/>
      <xs:element ref="RRESPONSES"/>
      <xs:element ref="RSELFDESCRIPTION"/>
      <xs:element ref="SCHOLARNOTE"/>
      <xs:element ref="SOCALLED"/>
      <xs:element ref="TCHARACTERIZATION"/>
      <xs:element ref="TCHARACTERNAME"/>
      <xs:element ref="TCHARACTERTYPEROLE"/>
      <xs:element ref="TGENRE"/>
      <xs:element ref="TGENREISSUE"/>
      <xs:element ref="TINTERTEXTUALITY"/>
      <xs:element ref="TITLE"/>
      <xs:element ref="TMOTIF"/>
      <xs:element ref="TOPIC"/>
      <xs:element ref="TPLOT"/>
      <xs:element ref="TSETTINGDATE"/>
      <xs:element ref="TSETTINGPLACE"/>
      <xs:element ref="TTECHNIQUES"/>
      <xs:element ref="TTHEMETOPIC"/>
      <xs:element ref="TTONESTYLE"/>
      <xs:element ref="TVOICENARRATION"/>
    </xs:choice>
  </xs:complexType>
</xs:element>
[ top ]
Element XREF
Namespace No namespace
Annotations
The xref element surrounds a url which you wish to make into a
hyperlink.
Diagram
Diagram index.tmp#RESP-attribute index.tmp#XREF_URL index.tmp#ORGNAME index.tmp#TITLE
Properties
content complex
mixed true
Used by
Model
Children ORGNAME, TITLE
Instance
<XREF RESP="" URL="">
  <ORGNAME ORGTYPE="" REF="" REG="" STANDARD="">{1,1}</ORGNAME>
  <TITLE REF="" REG="" REND="" STANDARD="" TITLETYPE="">{1,1}</TITLE>
</XREF>
Attributes
QName Type Use Annotation
RESP restriction of xs:token required
Resp (or responsibility) contains a three-letter initialism
of an individual who contributed to the production or distribution of a document.
URL xs:anyURI required
URL (uniform resource locator) specifies the URL from
which the media concerned may be obtained.
Source
<xs:element name="XREF">
  <xs:annotation>
    <xs:documentation>The xref element surrounds a url which you wish to make into a hyperlink.</xs:documentation>
  </xs:annotation>
  <xs:complexType mixed="true">
    <xs:choice minOccurs="0" maxOccurs="unbounded">
      <xs:element ref="ORGNAME"/>
      <xs:element ref="TITLE"/>
    </xs:choice>
    <xs:attributeGroup ref="RESP-attribute"/>
    <xs:attribute name="URL" use="required" type="xs:anyURI">
      <xs:annotation>
        <xs:documentation>URL (uniform resource locator) specifies the URL from which the media concerned may be obtained.</xs:documentation>
      </xs:annotation>
    </xs:attribute>
  </xs:complexType>
</xs:element>
[ top ]
Element LB
Namespace No namespace
Annotations
lb marks the start of a new (typographic) line in some
edition or version of a text.
Diagram
Diagram index.tmp#L index.tmp#QUOTE index.tmp#RESEARCHNOTE
Properties
content complex
mixed true
Used by
Element QUOTE
Model
Children L, QUOTE, RESEARCHNOTE
Instance
<LB>
  <L PART="N" RHYME="">{1,1}</L>
  <QUOTE DIRECT="Y" ID="">{1,1}</QUOTE>
  <RESEARCHNOTE>{1,1}</RESEARCHNOTE>
</LB>
Source
<xs:element name="LB">
  <xs:annotation>
    <xs:documentation>lb marks the start of a new (typographic) line in some edition or version of a text.</xs:documentation>
  </xs:annotation>
  <xs:complexType mixed="true">
    <xs:choice minOccurs="0" maxOccurs="unbounded">
      <xs:element ref="L"/>
      <xs:element ref="QUOTE"/>
      <xs:element ref="RESEARCHNOTE"/>
    </xs:choice>
  </xs:complexType>
</xs:element>
[ top ]
Element LG
Namespace No namespace
Annotations
lg contains a group of verse lines functioning as a formal
unit, e.g. a stanza, refrain, verse paragraph, etc.
Diagram
Diagram index.tmp#LG_TYPE index.tmp#HEAD index.tmp#L
Properties
content complex
Used by
Element QUOTE
Model
Children HEAD, L
Instance
<LG TYPE="">
  <HEAD>{1,1}</HEAD>
  <L PART="N" RHYME="">{1,unbounded}</L>
</LG>
Attributes
QName Type Use Annotation
TYPE required
Type characterizes the element in some sense, using any
convenient classification scheme or typology.
Source
<xs:element name="LG">
  <xs:annotation>
    <xs:documentation>lg contains a group of verse lines functioning as a formal unit, e.g. a stanza, refrain, verse paragraph, etc.</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:sequence>
      <xs:element ref="HEAD"/>
      <xs:element maxOccurs="unbounded" ref="L"/>
    </xs:sequence>
    <xs:attribute name="TYPE" use="required">
      <xs:annotation>
        <xs:documentation>Type characterizes the element in some sense, using any convenient classification scheme or typology.</xs:documentation>
      </xs:annotation>
    </xs:attribute>
  </xs:complexType>
</xs:element>
[ top ]
Element HEAD
Namespace No namespace
Diagram
Diagram
Properties
content complex
Used by
Element LG
Source
<xs:element name="HEAD">
  <xs:complexType/>
</xs:element>
[ top ]
Element ADDRESS
Namespace No namespace
Annotations
Address, a sub-element within place, captures the
specific address where a person lived or where a specific and significant event occurred. Before tagging an address,
consider whether it is significant enough to capture in SGML (if a woman writer lived at the address, capture it; if she
visited a friend there, probably not). Often for recent writers many addresses are available. Don't include them all.
Include only those significant to the document you are writing.
Diagram
Diagram index.tmp#ADDRESS_CURRENT index.tmp#ADDRESS_REG index.tmp#ADDRLINE
Properties
content complex
Used by
Element PLACE
Model
Children ADDRLINE
Instance
<ADDRESS CURRENT="" REG="">
  <ADDRLINE>{1,1}</ADDRLINE>
</ADDRESS>
Attributes
QName Type Use Annotation
CURRENT optional
REG optional
Reg (or
regularization) contains a reading which has been regularized or normalized in some
sense.
Source
<xs:element name="ADDRESS">
  <xs:annotation>
    <xs:documentation>Address, a sub-element within place, captures the specific address where a person lived or where a specific and significant event occurred. Before tagging an address, consider whether it is significant enough to capture in SGML (if a woman writer lived at the address, capture it; if she visited a friend there, probably not). Often for recent writers many addresses are available. Don't include them all. Include only those significant to the document you are writing.</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:sequence>
      <xs:element ref="ADDRLINE"/>
    </xs:sequence>
    <xs:attribute name="CURRENT"/>
    <xs:attribute name="REG">
      <xs:annotation>
        <xs:documentation>Reg (or regularization) contains a reading which has been regularized or normalized in some sense.</xs:documentation>
      </xs:annotation>
    </xs:attribute>
  </xs:complexType>
</xs:element>
[ top ]
Element ADDRLINE
Namespace No namespace
Annotations
AddrLine is the required sub-element of
address. For definition of an address, see address.
Diagram
Diagram
Type xs:string
Properties
content simple
Used by
Element ADDRESS
Source
<xs:element name="ADDRLINE" type="xs:string">
  <xs:annotation>
    <xs:documentation>AddrLine is the required sub-element of address. For definition of an address, see address.</xs:documentation>
  </xs:annotation>
</xs:element>
[ top ]
Element AREA
Namespace No namespace
Diagram
Diagram index.tmp#AREA_CURRENT index.tmp#AREA_REG
Properties
content complex
mixed true
Used by
Element PLACE
Model
Attributes
QName Type Use Annotation
CURRENT optional
REG optional
Reg (or
regularization) contains a reading which has been regularized or normalized in some
sense.
Source
<xs:element name="AREA">
  <xs:complexType mixed="true">
    <xs:attribute name="CURRENT"/>
    <xs:attribute name="REG">
      <xs:annotation>
        <xs:documentation>Reg (or regularization) contains a reading which has been regularized or normalized in some sense.</xs:documentation>
      </xs:annotation>
    </xs:attribute>
  </xs:complexType>
</xs:element>
[ top ]
Element GEOG
Namespace No namespace
Annotations
Geog captures names of places which are nation states or
larger conceptual geographical entities. The following is a list of the types of places geog captures: Nation states: Italy, China, Canada;
Groups of Nation States: Low Countries, Baltic Countries; Continents: Europe, North America, South America, Africa, Asia; Colonies: French
Indo-China, British North America, British Protectorate of Bechuanaland [Note: use current attribute wherever possible.]; Conceptual
Geographical Groupings: Far East, Caribbean; Historical Geo-political units: Siam, Ceylon [Note: use "current" attribute to regularize to
"Thailand" and "Sri Lanka"].
Diagram
Diagram index.tmp#GEOG_CURRENT index.tmp#GEOG_REG
Properties
content complex
mixed true
Used by
Element PLACE
Model
Attributes
QName Type Use Annotation
CURRENT optional
REG optional
Reg (or
regularization) contains a reading which has been regularized or normalized in some
sense.
Source
<xs:element name="GEOG">
  <xs:annotation>
    <xs:documentation>Geog captures names of places which are nation states or larger conceptual geographical entities. The following is a list of the types of places geog captures: Nation states: Italy, China, Canada; Groups of Nation States: Low Countries, Baltic Countries; Continents: Europe, North America, South America, Africa, Asia; Colonies: French Indo-China, British North America, British Protectorate of Bechuanaland [Note: use current attribute wherever possible.]; Conceptual Geographical Groupings: Far East, Caribbean; Historical Geo-political units: Siam, Ceylon [Note: use "current" attribute to regularize to "Thailand" and "Sri Lanka"].</xs:documentation>
  </xs:annotation>
  <xs:complexType mixed="true">
    <xs:attribute name="CURRENT"/>
    <xs:attribute name="REG">
      <xs:annotation>
        <xs:documentation>Reg (or regularization) contains a reading which has been regularized or normalized in some sense.</xs:documentation>
      </xs:annotation>
    </xs:attribute>
  </xs:complexType>
</xs:element>
[ top ]
Element PLACENAME
Namespace No namespace
Annotations
Placename, a sub-element within place, captures specific and
easily identifiable places that are known by their name but are not places in the same way geographical or political entities are places. For
example, "Trafalgar Square" is a placename. We are only interested in capturing placenames for those places that are important to women's
literary history (i.e., those placenames that are likely to come up more than once in Orlando). For example, Sissinghurst, the estate of Vita
Sackville-West, is significant and should be given a placename. However, an obscure reference to an unknown estate should not be tagged.
The following are common types of placenames: Buildings and Estates: British Museum, Knole; Farms and Gardens: Kew Gardens; Squares:
Bedford Square, Trafalgar Square; Streets: Fleet Street, The Strand, Old Change; Specific Mountains: while ranges are considered regions,
the names of specific mountains are placenames, for example, Mount Everest; Cemeteries: Paddington Cemetery.
Diagram
Diagram index.tmp#PLACENAME_CURRENT index.tmp#PLACENAME_REG
Properties
content complex
mixed true
Used by
Element PLACE
Model
Attributes
QName Type Use Annotation
CURRENT optional
REG optional
Reg (or
regularization) contains a reading which has been regularized or normalized in some
sense.
Source
<xs:element name="PLACENAME">
  <xs:annotation>
    <xs:documentation>Placename, a sub-element within place, captures specific and easily identifiable places that are known by their name but are not places in the same way geographical or political entities are places. For example, "Trafalgar Square" is a placename. We are only interested in capturing placenames for those places that are important to women's literary history (i.e., those placenames that are likely to come up more than once in Orlando). For example, Sissinghurst, the estate of Vita Sackville-West, is significant and should be given a placename. However, an obscure reference to an unknown estate should not be tagged. The following are common types of placenames: Buildings and Estates: British Museum, Knole; Farms and Gardens: Kew Gardens; Squares: Bedford Square, Trafalgar Square; Streets: Fleet Street, The Strand, Old Change; Specific Mountains: while ranges are considered regions, the names of specific mountains are placenames, for example, Mount Everest; Cemeteries: Paddington Cemetery.</xs:documentation>
  </xs:annotation>
  <xs:complexType mixed="true">
    <xs:attribute name="CURRENT"/>
    <xs:attribute name="REG">
      <xs:annotation>
        <xs:documentation>Reg (or regularization) contains a reading which has been regularized or normalized in some sense.</xs:documentation>
      </xs:annotation>
    </xs:attribute>
  </xs:complexType>
</xs:element>
[ top ]
Element REGION
Namespace No namespace
Annotations
Region, a sub-element of place, captures the following
geographical and political units: Political regions of the British Isles: Cornwall, Durham, Hampshire; Political regions of other countries:
Alberta, Madras, California; Topographical features: all mountains ranges, islands (when not nation states), valleys, etc.; Bodies of Waters
(including oceans, rivers, lakes): Lake Simcoe, English Channel, Nile, Atlantic ocean; Geographical regions: Lake District, Scottish Highlands;
Greater Urban areas: Greater London, Greater Manchester; Borders: Welsh border, Tibetan border.
Diagram
Diagram index.tmp#REGION_CURRENT index.tmp#REGION_REG index.tmp#SIC
Properties
content complex
mixed true
Used by
Element PLACE
Model
Children SIC
Instance
<REGION CURRENT="" REG="">
  <SIC CORR="">{0,unbounded}</SIC>
</REGION>
Attributes
QName Type Use Annotation
CURRENT optional
REG optional
Reg (or
regularization) contains a reading which has been regularized or normalized in some
sense.
Source
<xs:element name="REGION">
  <xs:annotation>
    <xs:documentation>Region, a sub-element of place, captures the following geographical and political units: Political regions of the British Isles: Cornwall, Durham, Hampshire; Political regions of other countries: Alberta, Madras, California; Topographical features: all mountains ranges, islands (when not nation states), valleys, etc.; Bodies of Waters (including oceans, rivers, lakes): Lake Simcoe, English Channel, Nile, Atlantic ocean; Geographical regions: Lake District, Scottish Highlands; Greater Urban areas: Greater London, Greater Manchester; Borders: Welsh border, Tibetan border.</xs:documentation>
  </xs:annotation>
  <xs:complexType mixed="true">
    <xs:sequence>
      <xs:element minOccurs="0" maxOccurs="unbounded" ref="SIC"/>
    </xs:sequence>
    <xs:attribute name="CURRENT"/>
    <xs:attribute name="REG">
      <xs:annotation>
        <xs:documentation>Reg (or regularization) contains a reading which has been regularized or normalized in some sense.</xs:documentation>
      </xs:annotation>
    </xs:attribute>
  </xs:complexType>
</xs:element>
[ top ]
Element SETTLEMENT
Namespace No namespace
Annotations
Settlement, a sub-element of place, captures the names of
cities, towns, villages, hamlets and areas within larger settlements (for example, districts of London).
Diagram
Diagram index.tmp#SETTLEMENT_CURRENT index.tmp#SETTLEMENT_REG index.tmp#SIC index.tmp#SOCALLED
Properties
content complex
mixed true
Used by
Element PLACE
Model
Children SIC, SOCALLED
Instance
<SETTLEMENT CURRENT="" REG="">
  <SIC CORR="">{1,1}</SIC>
  <SOCALLED>{1,1}</SOCALLED>
</SETTLEMENT>
Attributes
QName Type Use Annotation
CURRENT optional
REG optional
Reg (or
regularization) contains a reading which has been regularized or normalized in some
sense.
Source
<xs:element name="SETTLEMENT">
  <xs:annotation>
    <xs:documentation>Settlement, a sub-element of place, captures the names of cities, towns, villages, hamlets and areas within larger settlements (for example, districts of London).</xs:documentation>
  </xs:annotation>
  <xs:complexType mixed="true">
    <xs:choice minOccurs="0" maxOccurs="unbounded">
      <xs:element ref="SIC"/>
      <xs:element ref="SOCALLED"/>
    </xs:choice>
    <xs:attribute name="CURRENT"/>
    <xs:attribute name="REG">
      <xs:annotation>
        <xs:documentation>Reg (or regularization) contains a reading which has been regularized or normalized in some sense.</xs:documentation>
      </xs:annotation>
    </xs:attribute>
  </xs:complexType>
</xs:element>
[ top ]
Element RWRITINGMILESTONE
Namespace No namespace
Diagram
Diagram index.tmp#BIBCITS index.tmp#PPERFORMANCE index.tmp#RESEARCHNOTE index.tmp#SOCALLED index.tmp#TTONESTYLE
Properties
content complex
mixed true
Used by
Elements CHRONPROSE, P
Model
Children BIBCITS, PPERFORMANCE, RESEARCHNOTE, SOCALLED, TTONESTYLE
Instance
<RWRITINGMILESTONE>
  <BIBCITS ID="">{1,1}</BIBCITS>
  <PPERFORMANCE>{1,1}</PPERFORMANCE>
  <RESEARCHNOTE>{1,1}</RESEARCHNOTE>
  <SOCALLED>{1,1}</SOCALLED>
  <TTONESTYLE>{1,1}</TTONESTYLE>
</RWRITINGMILESTONE>
Source
<xs:element name="RWRITINGMILESTONE">
  <xs:complexType mixed="true">
    <xs:choice minOccurs="0" maxOccurs="unbounded">
      <xs:element ref="BIBCITS"/>
      <xs:element ref="PPERFORMANCE"/>
      <xs:element ref="RESEARCHNOTE"/>
      <xs:element ref="SOCALLED"/>
      <xs:element ref="TTONESTYLE"/>
    </xs:choice>
  </xs:complexType>
</xs:element>
[ top ]
Element ITEM
Namespace No namespace
Annotations
item contains one component of a
list.
Diagram
Diagram
Type xs:string
Properties
content simple
Used by
Element RESPONSIBILITY
Source
<xs:element name="ITEM" type="xs:string">
  <xs:annotation>
    <xs:documentation>item contains one component of a list.</xs:documentation>
  </xs:annotation>
</xs:element>
[ top ]
Element DIV0
Namespace No namespace
Annotations
Div0 (i.e. level-0 text division) is the largest structural
element permitted in any document. XML works on the principle that all information in a document exists hierarchically, or, stated
otherwise, that all types of information can be contained in other types of information. For CWRC projects, Div0 is the element that
contains everything in a document except the cataloguing information that is contained in the CWRCHeader element.
Diagram
Diagram index.tmp#HEADING index.tmp#RESEARCHNOTE index.tmp#AUTHORSUMMARY index.tmp#DIV1 index.tmp#STANDARD index.tmp#WORKSCITED index.tmp#BIOGPROSE
Properties
content complex
Used by
Element WRITING
Model
Children AUTHORSUMMARY, BIOGPROSE, DIV1, HEADING, RESEARCHNOTE, STANDARD, WORKSCITED
Instance
<DIV0>
  <HEADING>{1,1}</HEADING>
  <RESEARCHNOTE>{1,1}</RESEARCHNOTE>
  <AUTHORSUMMARY>{1,1}</AUTHORSUMMARY>
  <DIV1>{1,1}</DIV1>
  <STANDARD>{1,1}</STANDARD>
  <WORKSCITED>{1,1}</WORKSCITED>
  <BIOGPROSE>{0,1}</BIOGPROSE>
</DIV0>
Source
<xs:element name="DIV0">
  <xs:annotation>
    <xs:documentation>Div0 (i.e. level-0 text division) is the largest structural element permitted in any document. XML works on the principle that all information in a document exists hierarchically, or, stated otherwise, that all types of information can be contained in other types of information. For CWRC projects, Div0 is the element that contains everything in a document except the cataloguing information that is contained in the CWRCHeader element.</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:sequence>
      <xs:choice maxOccurs="unbounded">
        <xs:element ref="HEADING"/>
        <xs:element ref="RESEARCHNOTE"/>
        <xs:element ref="AUTHORSUMMARY"/>
        <xs:element ref="DIV1"/>
        <xs:element ref="STANDARD"/>
        <xs:element ref="WORKSCITED"/>
      </xs:choice>
      <xs:element minOccurs="0" ref="BIOGPROSE"/>
    </xs:sequence>
  </xs:complexType>
</xs:element>
[ top ]
Element HEADING
Namespace No namespace
Annotations
head (or heading) contains any type of heading, for example
the title of a section, or the heading of a list, glossary, manuscript description, etc.
Diagram
Diagram index.tmp#FOREIGN index.tmp#QUOTE index.tmp#RESEARCHNOTE index.tmp#SOCALLED index.tmp#TITLE
Properties
content complex
mixed true
Used by
Elements DIV0, DIV1, DIV2
Model
Children FOREIGN, QUOTE, RESEARCHNOTE, SOCALLED, TITLE
Instance
<HEADING>
  <FOREIGN LANG="" REG="">{1,1}</FOREIGN>
  <QUOTE DIRECT="Y" ID="">{1,1}</QUOTE>
  <RESEARCHNOTE>{1,1}</RESEARCHNOTE>
  <SOCALLED>{1,1}</SOCALLED>
  <TITLE REF="" REG="" REND="" STANDARD="" TITLETYPE="">{1,1}</TITLE>
</HEADING>
Source
<xs:element name="HEADING">
  <xs:annotation>
    <xs:documentation>head (or heading) contains any type of heading, for example the title of a section, or the heading of a list, glossary, manuscript description, etc.</xs:documentation>
  </xs:annotation>
  <xs:complexType mixed="true">
    <xs:choice minOccurs="0" maxOccurs="unbounded">
      <xs:element ref="FOREIGN"/>
      <xs:element ref="QUOTE"/>
      <xs:element ref="RESEARCHNOTE"/>
      <xs:element ref="SOCALLED"/>
      <xs:element ref="TITLE"/>
    </xs:choice>
  </xs:complexType>
</xs:element>
[ top ]
Element AUTHORSUMMARY
Namespace No namespace
Annotations
The element authorSummary is specially devised for
researchers to make summary statements about an author before opening individual production, reception, or textual features elements.
You are encouraged to use this element to preface the writing document of each woman writer. It is useful both for minor writers about
whom little is known, and for major writers whose work needs to be sumarized before launching into the details.
Diagram
Diagram index.tmp#SHORTPROSE index.tmp#KEYWORDCLASS
Properties
content complex
Used by
Element DIV0
Model
Children KEYWORDCLASS, SHORTPROSE
Instance
<AUTHORSUMMARY>
  <SHORTPROSE>{1,1}</SHORTPROSE>
  <KEYWORDCLASS KEYWORDTYPE="">{0,1}</KEYWORDCLASS>
</AUTHORSUMMARY>
Source
<xs:element name="AUTHORSUMMARY">
  <xs:annotation>
    <xs:documentation>The element authorSummary is specially devised for researchers to make summary statements about an author before opening individual production, reception, or textual features elements. You are encouraged to use this element to preface the writing document of each woman writer. It is useful both for minor writers about whom little is known, and for major writers whose work needs to be sumarized before launching into the details.</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:sequence>
      <xs:element ref="SHORTPROSE"/>
      <xs:element minOccurs="0" ref="KEYWORDCLASS"/>
    </xs:sequence>
  </xs:complexType>
</xs:element>
[ top ]
Element SHORTPROSE
Namespace No namespace
Diagram
Diagram index.tmp#TPLOT index.tmp#TSETTINGDATE index.tmp#KEYWORDCLASS index.tmp#P index.tmp#RESEARCHNOTE index.tmp#PARCHIVALLOCATION index.tmp#RRESPONSES
Properties
content complex
Used by
Model
Children KEYWORDCLASS, P, PARCHIVALLOCATION, RESEARCHNOTE, RRESPONSES, TPLOT, TSETTINGDATE
Instance
<SHORTPROSE>
  <TPLOT>{1,1}</TPLOT>
  <TSETTINGDATE SETTINGDATETYPE="">{1,1}</TSETTINGDATE>
  <KEYWORDCLASS KEYWORDTYPE="">{1,1}</KEYWORDCLASS>
  <P>{1,1}</P>
  <RESEARCHNOTE>{1,1}</RESEARCHNOTE>
  <PARCHIVALLOCATION>{1,1}</PARCHIVALLOCATION>
  <RRESPONSES FORMALITY="" GENDEREDRESPONSE="" RESPONSETYPE="">{1,1}</RRESPONSES>
</SHORTPROSE>
Source
<xs:element name="SHORTPROSE">
  <xs:complexType>
    <xs:sequence>
      <xs:choice minOccurs="0">
        <xs:element ref="TPLOT"/>
        <xs:element ref="TSETTINGDATE"/>
      </xs:choice>
      <xs:choice maxOccurs="unbounded">
        <xs:element ref="KEYWORDCLASS"/>
        <xs:element ref="P"/>
        <xs:element ref="RESEARCHNOTE"/>
      </xs:choice>
      <xs:choice minOccurs="0">
        <xs:element ref="PARCHIVALLOCATION"/>
        <xs:element ref="RRESPONSES"/>
      </xs:choice>
    </xs:sequence>
  </xs:complexType>
</xs:element>
[ top ]
Element DIV1
Namespace No namespace
Annotations
Div1 (i.e. level-1 text division) is an element
that marks the second largest structural division in a document.
Diagram
Diagram index.tmp#HEADING index.tmp#RESEARCHNOTE index.tmp#TEXTSCOPE index.tmp#DIV2
Properties
content complex
Used by
Element DIV0
Model
Children DIV2, HEADING, RESEARCHNOTE, TEXTSCOPE
Instance
<DIV1>
  <HEADING>{0,1}</HEADING>
  <RESEARCHNOTE>{1,1}</RESEARCHNOTE>
  <TEXTSCOPE DBREF="" PLACEHOLDER="" REF="">{1,1}</TEXTSCOPE>
  <DIV2 ID="">{1,1}</DIV2>
</DIV1>
Source
<xs:element name="DIV1">
  <xs:annotation>
    <xs:documentation>Div1 (i.e. level-1 text division) is an element that marks the second largest structural division in a document.</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:sequence>
      <xs:element minOccurs="0" ref="HEADING"/>
      <xs:choice minOccurs="0" maxOccurs="unbounded">
        <xs:element ref="RESEARCHNOTE"/>
        <xs:element ref="TEXTSCOPE"/>
        <xs:element ref="DIV2"/>
      </xs:choice>
    </xs:sequence>
  </xs:complexType>
</xs:element>
[ top ]
Element TEXTSCOPE
Namespace No namespace
Diagram
Diagram index.tmp#TEXTSCOPE_DBREF index.tmp#TEXTSCOPE_PLACEHOLDER index.tmp#TEXTSCOPE_REF index.tmp#PRODUCTION index.tmp#RECEPTION index.tmp#RESEARCHNOTE index.tmp#TEXTUALFEATURES
Properties
content complex
mixed true
Used by
Elements DIV1, DIV2
Model
Children PRODUCTION, RECEPTION, RESEARCHNOTE, TEXTUALFEATURES
Instance
<TEXTSCOPE DBREF="" PLACEHOLDER="" REF="">
  <PRODUCTION>{1,1}</PRODUCTION>
  <RECEPTION>{1,1}</RECEPTION>
  <RESEARCHNOTE>{1,1}</RESEARCHNOTE>
  <TEXTUALFEATURES>{1,1}</TEXTUALFEATURES>
</TEXTSCOPE>
Attributes
QName Type Use
DBREF optional
PLACEHOLDER optional
REF xs:anyURI optional
Source
<xs:element name="TEXTSCOPE">
  <xs:complexType mixed="true">
    <xs:choice minOccurs="0" maxOccurs="unbounded">
      <xs:element ref="PRODUCTION"/>
      <xs:element ref="RECEPTION"/>
      <xs:element ref="RESEARCHNOTE"/>
      <xs:element ref="TEXTUALFEATURES"/>
    </xs:choice>
    <xs:attribute name="DBREF"/>
    <xs:attribute name="PLACEHOLDER"/>
    <xs:attribute name="REF" type="xs:anyURI"/>
  </xs:complexType>
</xs:element>
[ top ]
Element PRODUCTION
Namespace No namespace
Annotations
Production is one of the three major components
of the writing document (in combination with TextualFeatures and Reception). It should enclose discussions about the
conditions of a text's production whether they be material or cultural. All other influences on the writer's life will be
covered by the biography section. Production addresses the facts and factors of text creation and distribution, and the
description of the text as object (bibliographic description). This category can address a singular text or a group of texts
in cases where you want to make generalizations about oeuvre.
Diagram
Diagram index.tmp#CHRONSTRUCT index.tmp#KEYWORDCLASS index.tmp#RESEARCHNOTE index.tmp#SHORTPROSE index.tmp#P index.tmp#TEXTUALFEATURES
Properties
content complex
Used by
Elements DIV2, TEXTSCOPE
Model
Children CHRONSTRUCT, KEYWORDCLASS, P, RESEARCHNOTE, SHORTPROSE, TEXTUALFEATURES
Instance
<PRODUCTION>
  <CHRONSTRUCT CHRONCOLUMN="" CHRONCOLUMN1="" CHRONCOLUMN2="" CHRONCOLUMN3="" RELEVANCE="" RELEVANCE1="" RELEVANCE2="" RESP="">{1,1}</CHRONSTRUCT>
  <KEYWORDCLASS KEYWORDTYPE="">{1,1}</KEYWORDCLASS>
  <RESEARCHNOTE>{1,1}</RESEARCHNOTE>
  <SHORTPROSE>{1,1}</SHORTPROSE>
  <P>{1,1}</P>
  <TEXTUALFEATURES>{1,1}</TEXTUALFEATURES>
</PRODUCTION>
Source
<xs:element name="PRODUCTION">
  <xs:annotation>
    <xs:documentation>Production is one of the three major components of the writing document (in combination with TextualFeatures and Reception). It should enclose discussions about the conditions of a text's production whether they be material or cultural. All other influences on the writer's life will be covered by the biography section. Production addresses the facts and factors of text creation and distribution, and the description of the text as object (bibliographic description). This category can address a singular text or a group of texts in cases where you want to make generalizations about oeuvre.</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:sequence>
      <xs:choice minOccurs="0" maxOccurs="unbounded">
        <xs:element ref="CHRONSTRUCT"/>
        <xs:element ref="KEYWORDCLASS"/>
        <xs:element ref="RESEARCHNOTE"/>
        <xs:element ref="SHORTPROSE"/>
      </xs:choice>
      <xs:choice minOccurs="0">
        <xs:element ref="P"/>
        <xs:element ref="TEXTUALFEATURES"/>
      </xs:choice>
    </xs:sequence>
  </xs:complexType>
</xs:element>
[ top ]
Element CHRONSTRUCT
Namespace No namespace
Annotations
A chronStruct is an element that holds together and therefore
associates a date with the prose that describes an event.
Diagram
Diagram index.tmp#CHRONSTRUCT_CHRONCOLUMN index.tmp#CHRONSTRUCT_CHRONCOLUMN1 index.tmp#CHRONSTRUCT_CHRONCOLUMN2 index.tmp#CHRONSTRUCT_CHRONCOLUMN3 index.tmp#CHRONSTRUCT_RELEVANCE index.tmp#CHRONSTRUCT_RELEVANCE1 index.tmp#CHRONSTRUCT_RELEVANCE2 index.tmp#RESP-attribute index.tmp#DATE index.tmp#DATERANGE index.tmp#DATESTRUCT index.tmp#CHRONPROSE index.tmp#BIBCITS index.tmp#KEYWORDCLASS index.tmp#RESEARCHNOTE index.tmp#SCHOLARNOTE
Properties
content complex
Used by
Model
Children BIBCITS, CHRONPROSE, DATE, DATERANGE, DATESTRUCT, KEYWORDCLASS, RESEARCHNOTE, SCHOLARNOTE
Instance
<CHRONSTRUCT CHRONCOLUMN="" CHRONCOLUMN1="" CHRONCOLUMN2="" CHRONCOLUMN3="" RELEVANCE="" RELEVANCE1="" RELEVANCE2="" RESP="">
  <DATE CALENDAR="NEWSTYLE" CERTAINTY="CERT" ID="" VALUE="">{1,1}</DATE>
  <DATERANGE CALENDAR="NEWSTYLE" CERTAINTY="CERT" EXACT="" FROM="" ID="" TO="">{1,1}</DATERANGE>
  <DATESTRUCT CALENDAR="NEWSTYLE" CERTAINTY="CERT" VALUE="">{1,1}</DATESTRUCT>
  <CHRONPROSE>{1,1}</CHRONPROSE>
  <BIBCITS ID="">{1,1}</BIBCITS>
  <KEYWORDCLASS KEYWORDTYPE="">{1,1}</KEYWORDCLASS>
  <RESEARCHNOTE>{1,1}</RESEARCHNOTE>
  <SCHOLARNOTE>{1,1}</SCHOLARNOTE>
</CHRONSTRUCT>
Attributes
QName Type Use Annotation
CHRONCOLUMN restriction of xs:token required
ChronColumn is an attribute which designates a given
chronology item as belonging to a subject-specific column of the Orlando print (and possibly electronic)
chronology.
CHRONCOLUMN1 restriction of xs:token optional
CHRONCOLUMN2 restriction of xs:token optional
CHRONCOLUMN3 restriction of xs:token optional
RELEVANCE restriction of xs:token required
Relevance is a sister attribute to chronColumn, attached to
each and every chronStruct. This element assignes importance to the chronstruct you have just created with categories for comprehensive,
period, decade, and selective (in order of increasing importance).
RELEVANCE1 restriction of xs:token optional
RELEVANCE2 restriction of xs:token optional
RESP restriction of xs:token required
Resp (or responsibility) contains a three-letter initialism
of an individual who contributed to the production or distribution of a document.
Source
<xs:element name="CHRONSTRUCT">
  <xs:annotation>
    <xs:documentation>A chronStruct is an element that holds together and therefore associates a date with the prose that describes an event.</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:sequence>
      <xs:choice>
        <xs:element ref="DATE"/>
        <xs:element ref="DATERANGE"/>
        <xs:element ref="DATESTRUCT"/>
      </xs:choice>
      <xs:element ref="CHRONPROSE"/>
      <xs:choice minOccurs="0" maxOccurs="unbounded">
        <xs:element ref="BIBCITS"/>
        <xs:element ref="KEYWORDCLASS"/>
        <xs:element ref="RESEARCHNOTE"/>
        <xs:element ref="SCHOLARNOTE"/>
      </xs:choice>
    </xs:sequence>
    <xs:attribute name="CHRONCOLUMN" use="required">
      <xs:annotation>
        <xs:documentation>ChronColumn is an attribute which designates a given chronology item as belonging to a subject-specific column of the Orlando print (and possibly electronic) chronology.</xs:documentation>
      </xs:annotation>
      <xs:simpleType>
        <xs:restriction base="xs:token">
          <xs:enumeration value="NATIONALINTERNATIONAL"/>
          <xs:enumeration value="BRITISHWOMENWRITERS"/>
          <xs:enumeration value="WRITINGCLIMATE"/>
          <xs:enumeration value="SOCIALCLIMATE"/>
        </xs:restriction>
      </xs:simpleType>
    </xs:attribute>
    <xs:attribute name="CHRONCOLUMN1">
      <xs:simpleType>
        <xs:restriction base="xs:token">
          <xs:enumeration value="NATIONALINTERNATIONAL1"/>
          <xs:enumeration value="BRITISHWOMENWRITERS1"/>
          <xs:enumeration value="WRITINGCLIMATE1"/>
          <xs:enumeration value="SOCIALCLIMATE1"/>
        </xs:restriction>
      </xs:simpleType>
    </xs:attribute>
    <xs:attribute name="CHRONCOLUMN2">
      <xs:simpleType>
        <xs:restriction base="xs:token">
          <xs:enumeration value="NATIONALINTERNATIONAL2"/>
          <xs:enumeration value="BRITISHWOMENWRITERS2"/>
          <xs:enumeration value="WRITINGCLIMATE2"/>
          <xs:enumeration value="SOCIALCLIMATE2"/>
        </xs:restriction>
      </xs:simpleType>
    </xs:attribute>
    <xs:attribute name="CHRONCOLUMN3">
      <xs:simpleType>
        <xs:restriction base="xs:token">
          <xs:enumeration value="NATIONALINTERNATIONAL3"/>
          <xs:enumeration value="BRITISHWOMENWRITERS3"/>
          <xs:enumeration value="WRITINGCLIMATE3"/>
          <xs:enumeration value="SOCIALCLIMATE3"/>
        </xs:restriction>
      </xs:simpleType>
    </xs:attribute>
    <xs:attribute name="RELEVANCE" use="required">
      <xs:annotation>
        <xs:documentation>Relevance is a sister attribute to chronColumn, attached to each and every chronStruct. This element assignes importance to the chronstruct you have just created with categories for comprehensive, period, decade, and selective (in order of increasing importance).</xs:documentation>
      </xs:annotation>
      <xs:simpleType>
        <xs:restriction base="xs:token">
          <xs:enumeration value="SELECTIVE"/>
          <xs:enumeration value="PERIOD"/>
          <xs:enumeration value="DECADE"/>
          <xs:enumeration value="COMPREHENSIVE"/>
        </xs:restriction>
      </xs:simpleType>
    </xs:attribute>
    <xs:attribute name="RELEVANCE1">
      <xs:simpleType>
        <xs:restriction base="xs:token">
          <xs:enumeration value="SELECTIVE1"/>
          <xs:enumeration value="PERIOD1"/>
          <xs:enumeration value="DECADE1"/>
          <xs:enumeration value="COMPREHENSIVE1"/>
        </xs:restriction>
      </xs:simpleType>
    </xs:attribute>
    <xs:attribute name="RELEVANCE2">
      <xs:simpleType>
        <xs:restriction base="xs:token">
          <xs:enumeration value="SELECTIVE2"/>
          <xs:enumeration value="PERIOD2"/>
          <xs:enumeration value="DECADE2"/>
          <xs:enumeration value="COMPREHENSIVE2"/>
        </xs:restriction>
      </xs:simpleType>
    </xs:attribute>
    <xs:attributeGroup ref="RESP-attribute"/>
  </xs:complexType>
</xs:element>
[ top ]
Element CHRONPROSE
Namespace No namespace
Annotations
ChronProse is an element that briefly describes
the essential facts of a chronology event.
Diagram
Diagram index.tmp#BIBCITS index.tmp#DATE index.tmp#DATERANGE index.tmp#DATESTRUCT index.tmp#EMPH index.tmp#FOREIGN index.tmp#KEYWORDCLASS index.tmp#NAME index.tmp#ORGNAME index.tmp#PADVERTISING index.tmp#PANTHOLOGIZATION index.tmp#PARCHIVALLOCATION index.tmp#PATTITUDES index.tmp#PAUTHORSHIP index.tmp#PCIRCULATION index.tmp#PCONTRACT index.tmp#PCOPYRIGHT index.tmp#PDEDICATION index.tmp#PEARNINGS index.tmp#PEDITIONS index.tmp#PFIRSTLITERARYACTIVITY index.tmp#PINFLUENCESHER index.tmp#PLACE index.tmp#PLASTLITERARYACTIVITY index.tmp#PLITERARYSCHOOLS index.tmp#PMANUSCRIPTHISTORY index.tmp#PMATERIALCONDITIONS index.tmp#PMODEOFPUBLICATION index.tmp#PMOTIVES index.tmp#PNONBOOKMEDIA index.tmp#PNONSURVIVAL index.tmp#PPERFORMANCE index.tmp#PPERIODICALPUBLICATION index.tmp#PPLACEOFPUBLICATION index.tmp#PPRESSRUN index.tmp#PPRICE index.tmp#PRARITIESFEATURESDECORATIONS index.tmp#PRELATIONSWITHPUBLISHER index.tmp#PSERIALIZATION index.tmp#PSUBMISSIONSREJECTIONS index.tmp#PTYPEOFPRESS index.tmp#QUOTE index.tmp#RBESTKNOWNWORK index.tmp#RDESTRUCTIONOFWORK index.tmp#RESEARCHNOTE index.tmp#RFICTIONALIZATION index.tmp#RLANDMARKTEXT index.tmp#RPENALTIES index.tmp#RRECOGNITIONNAME index.tmp#RRECOGNITIONS index.tmp#RRECOGNITIONVALUE index.tmp#RRESPONSES index.tmp#RSELFDESCRIPTION index.tmp#RSHEINFLUENCED index.tmp#RWRITINGMILESTONE index.tmp#SCHOLARNOTE index.tmp#SIC index.tmp#SOCALLED index.tmp#TCHARACTERIZATION index.tmp#TCHARACTERNAME index.tmp#TCHARACTERTYPEROLE index.tmp#TGENRE index.tmp#TGENREISSUE index.tmp#TIME index.tmp#TINTERTEXTUALITY index.tmp#TITLE index.tmp#TMOTIF index.tmp#TOPIC index.tmp#TPLOT index.tmp#TSETTINGDATE index.tmp#TSETTINGPLACE index.tmp#TTECHNIQUES index.tmp#TTHEMETOPIC index.tmp#TTONESTYLE index.tmp#TVOICENARRATION
Properties
content complex
mixed true
Used by
Element CHRONSTRUCT
Model
Children BIBCITS, DATE, DATERANGE, DATESTRUCT, EMPH, FOREIGN, KEYWORDCLASS, NAME, ORGNAME, PADVERTISING, PANTHOLOGIZATION, PARCHIVALLOCATION, PATTITUDES, PAUTHORSHIP, PCIRCULATION, PCONTRACT, PCOPYRIGHT, PDEDICATION, PEARNINGS, PEDITIONS, PFIRSTLITERARYACTIVITY, PINFLUENCESHER, PLACE, PLASTLITERARYACTIVITY, PLITERARYSCHOOLS, PMANUSCRIPTHISTORY, PMATERIALCONDITIONS, PMODEOFPUBLICATION, PMOTIVES, PNONBOOKMEDIA, PNONSURVIVAL, PPERFORMANCE, PPERIODICALPUBLICATION, PPLACEOFPUBLICATION, PPRESSRUN, PPRICE, PRARITIESFEATURESDECORATIONS, PRELATIONSWITHPUBLISHER, PSERIALIZATION, PSUBMISSIONSREJECTIONS, PTYPEOFPRESS, QUOTE, RBESTKNOWNWORK, RDESTRUCTIONOFWORK, RESEARCHNOTE, RFICTIONALIZATION, RLANDMARKTEXT, RPENALTIES, RRECOGNITIONNAME, RRECOGNITIONS, RRECOGNITIONVALUE, RRESPONSES, RSELFDESCRIPTION, RSHEINFLUENCED, RWRITINGMILESTONE, SCHOLARNOTE, SIC, SOCALLED, TCHARACTERIZATION, TCHARACTERNAME, TCHARACTERTYPEROLE, TGENRE, TGENREISSUE, TIME, TINTERTEXTUALITY, TITLE, TMOTIF, TOPIC, TPLOT, TSETTINGDATE, TSETTINGPLACE, TTECHNIQUES, TTHEMETOPIC, TTONESTYLE, TVOICENARRATION
Instance
<CHRONPROSE>
  <BIBCITS ID="">{1,1}</BIBCITS>
  <DATE CALENDAR="NEWSTYLE" CERTAINTY="CERT" ID="" VALUE="">{1,1}</DATE>
  <DATERANGE CALENDAR="NEWSTYLE" CERTAINTY="CERT" EXACT="" FROM="" ID="" TO="">{1,1}</DATERANGE>
  <DATESTRUCT CALENDAR="NEWSTYLE" CERTAINTY="CERT" VALUE="">{1,1}</DATESTRUCT>
  <EMPH>{1,1}</EMPH>
  <FOREIGN LANG="" REG="">{1,1}</FOREIGN>
  <KEYWORDCLASS KEYWORDTYPE="">{1,1}</KEYWORDCLASS>
  <NAME REF="" STANDARD="">{1,1}</NAME>
  <ORGNAME ORGTYPE="" REF="" REG="" STANDARD="">{1,1}</ORGNAME>
  <PADVERTISING>{1,1}</PADVERTISING>
  <PANTHOLOGIZATION>{1,1}</PANTHOLOGIZATION>
  <PARCHIVALLOCATION>{1,1}</PARCHIVALLOCATION>
  <PATTITUDES>{1,1}</PATTITUDES>
  <PAUTHORSHIP AUTHORNAMETYPE="" AUTHORSHIPCONTROVERSY="" COLLABORATION="" CONTROVERSYDATE="">{1,1}</PAUTHORSHIP>
  <PCIRCULATION>{1,1}</PCIRCULATION>
  <PCONTRACT ID="">{1,1}</PCONTRACT>
  <PCOPYRIGHT>{1,1}</PCOPYRIGHT>
  <PDEDICATION>{1,1}</PDEDICATION>
  <PEARNINGS>{1,1}</PEARNINGS>
  <PEDITIONS>{1,1}</PEDITIONS>
  <PFIRSTLITERARYACTIVITY>{1,1}</PFIRSTLITERARYACTIVITY>
  <PINFLUENCESHER INFLUENCETYPE="">{1,1}</PINFLUENCESHER>
  <PLACE REF="">{1,1}</PLACE>
  <PLASTLITERARYACTIVITY>{1,1}</PLASTLITERARYACTIVITY>
  <PLITERARYSCHOOLS INVOLVEMENT="INVOLVEMENTYES" REG="">{1,1}</PLITERARYSCHOOLS>
  <PMANUSCRIPTHISTORY>{1,1}</PMANUSCRIPTHISTORY>
  <PMATERIALCONDITIONS DISPLACEMENT="">{1,1}</PMATERIALCONDITIONS>
  <PMODEOFPUBLICATION PUBLICATIONMODE="">{1,1}</PMODEOFPUBLICATION>
  <PMOTIVES ID="" MOTIVETYPE="">{1,1}</PMOTIVES>
  <PNONBOOKMEDIA>{1,1}</PNONBOOKMEDIA>
  <PNONSURVIVAL TYPEOFNONSURVIVAL="">{1,1}</PNONSURVIVAL>
  <PPERFORMANCE>{1,1}</PPERFORMANCE>
  <PPERIODICALPUBLICATION>{1,1}</PPERIODICALPUBLICATION>
  <PPLACEOFPUBLICATION>{1,1}</PPLACEOFPUBLICATION>
  <PPRESSRUN>{1,1}</PPRESSRUN>
  <PPRICE>{1,1}</PPRICE>
  <PRARITIESFEATURESDECORATIONS>{1,1}</PRARITIESFEATURESDECORATIONS>
  <PRELATIONSWITHPUBLISHER RELATIONSHIPTYPE="">{1,1}</PRELATIONSWITHPUBLISHER>
  <PSERIALIZATION FORMOFSERIALIZATION="">{1,1}</PSERIALIZATION>
  <PSUBMISSIONSREJECTIONS>{1,1}</PSUBMISSIONSREJECTIONS>
  <PTYPEOFPRESS>{1,1}</PTYPEOFPRESS>
  <QUOTE DIRECT="Y" ID="">{1,1}</QUOTE>
  <RBESTKNOWNWORK>{1,1}</RBESTKNOWNWORK>
  <RDESTRUCTIONOFWORK DESTROYEDBY="">{1,1}</RDESTRUCTIONOFWORK>
  <RESEARCHNOTE>{1,1}</RESEARCHNOTE>
  <RFICTIONALIZATION>{1,1}</RFICTIONALIZATION>
  <RLANDMARKTEXT>{1,1}</RLANDMARKTEXT>
  <RPENALTIES CENSORSHIP="">{1,1}</RPENALTIES>
  <RRECOGNITIONNAME REG="">{1,1}</RRECOGNITIONNAME>
  <RRECOGNITIONS>{1,1}</RRECOGNITIONS>
  <RRECOGNITIONVALUE>{1,1}</RRECOGNITIONVALUE>
  <RRESPONSES FORMALITY="" GENDEREDRESPONSE="" RESPONSETYPE="">{1,1}</RRESPONSES>
  <RSELFDESCRIPTION>{1,1}</RSELFDESCRIPTION>
  <RSHEINFLUENCED>{1,1}</RSHEINFLUENCED>
  <RWRITINGMILESTONE>{1,1}</RWRITINGMILESTONE>
  <SCHOLARNOTE>{1,1}</SCHOLARNOTE>
  <SIC CORR="">{1,1}</SIC>
  <SOCALLED>{1,1}</SOCALLED>
  <TCHARACTERIZATION>{1,1}</TCHARACTERIZATION>
  <TCHARACTERNAME REG="">{1,1}</TCHARACTERNAME>
  <TCHARACTERTYPEROLE PROTAGONIST="">{1,1}</TCHARACTERTYPEROLE>
  <TGENRE GENRENAME="" PROPOSEDALTERNATIVENAME="">{1,1}</TGENRE>
  <TGENREISSUE>{1,1}</TGENREISSUE>
  <TIME>{1,1}</TIME>
  <TINTERTEXTUALITY GENDEROFAUTHOR="" INTERTEXTTYPE="">{1,1}</TINTERTEXTUALITY>
  <TITLE REF="" REG="" REND="" STANDARD="" TITLETYPE="">{1,1}</TITLE>
  <TMOTIF MOTIFNAME="">{1,1}</TMOTIF>
  <TOPIC STANDARD="">{1,1}</TOPIC>
  <TPLOT>{1,1}</TPLOT>
  <TSETTINGDATE SETTINGDATETYPE="">{1,1}</TSETTINGDATE>
  <TSETTINGPLACE SETTINGCLASS="" SETTINGPLACETYPE="">{1,1}</TSETTINGPLACE>
  <TTECHNIQUES TECHNIQUETYPE="">{1,1}</TTECHNIQUES>
  <TTHEMETOPIC ID="">{1,1}</TTHEMETOPIC>
  <TTONESTYLE>{1,1}</TTONESTYLE>
  <TVOICENARRATION>{1,1}</TVOICENARRATION>
</CHRONPROSE>
Source
<xs:element name="CHRONPROSE">
  <xs:annotation>
    <xs:documentation>ChronProse is an element that briefly describes the essential facts of a chronology event.</xs:documentation>
  </xs:annotation>
  <xs:complexType mixed="true">
    <xs:choice minOccurs="0" maxOccurs="unbounded">
      <xs:element ref="BIBCITS"/>
      <xs:element ref="DATE"/>
      <xs:element ref="DATERANGE"/>
      <xs:element ref="DATESTRUCT"/>
      <xs:element ref="EMPH"/>
      <xs:element ref="FOREIGN"/>
      <xs:element ref="KEYWORDCLASS"/>
      <xs:element ref="NAME"/>
      <xs:element ref="ORGNAME"/>
      <xs:element ref="PADVERTISING"/>
      <xs:element ref="PANTHOLOGIZATION"/>
      <xs:element ref="PARCHIVALLOCATION"/>
      <xs:element ref="PATTITUDES"/>
      <xs:element ref="PAUTHORSHIP"/>
      <xs:element ref="PCIRCULATION"/>
      <xs:element ref="PCONTRACT"/>
      <xs:element ref="PCOPYRIGHT"/>
      <xs:element ref="PDEDICATION"/>
      <xs:element ref="PEARNINGS"/>
      <xs:element ref="PEDITIONS"/>
      <xs:element ref="PFIRSTLITERARYACTIVITY"/>
      <xs:element ref="PINFLUENCESHER"/>
      <xs:element ref="PLACE"/>
      <xs:element ref="PLASTLITERARYACTIVITY"/>
      <xs:element ref="PLITERARYSCHOOLS"/>
      <xs:element ref="PMANUSCRIPTHISTORY"/>
      <xs:element ref="PMATERIALCONDITIONS"/>
      <xs:element ref="PMODEOFPUBLICATION"/>
      <xs:element ref="PMOTIVES"/>
      <xs:element ref="PNONBOOKMEDIA"/>
      <xs:element ref="PNONSURVIVAL"/>
      <xs:element ref="PPERFORMANCE"/>
      <xs:element ref="PPERIODICALPUBLICATION"/>
      <xs:element ref="PPLACEOFPUBLICATION"/>
      <xs:element ref="PPRESSRUN"/>
      <xs:element ref="PPRICE"/>
      <xs:element ref="PRARITIESFEATURESDECORATIONS"/>
      <xs:element ref="PRELATIONSWITHPUBLISHER"/>
      <xs:element ref="PSERIALIZATION"/>
      <xs:element ref="PSUBMISSIONSREJECTIONS"/>
      <xs:element ref="PTYPEOFPRESS"/>
      <xs:element ref="QUOTE"/>
      <xs:element ref="RBESTKNOWNWORK"/>
      <xs:element ref="RDESTRUCTIONOFWORK"/>
      <xs:element ref="RESEARCHNOTE"/>
      <xs:element ref="RFICTIONALIZATION"/>
      <xs:element ref="RLANDMARKTEXT"/>
      <xs:element ref="RPENALTIES"/>
      <xs:element ref="RRECOGNITIONNAME"/>
      <xs:element ref="RRECOGNITIONS"/>
      <xs:element ref="RRECOGNITIONVALUE"/>
      <xs:element ref="RRESPONSES"/>
      <xs:element ref="RSELFDESCRIPTION"/>
      <xs:element ref="RSHEINFLUENCED"/>
      <xs:element ref="RWRITINGMILESTONE"/>
      <xs:element ref="SCHOLARNOTE"/>
      <xs:element ref="SIC"/>
      <xs:element ref="SOCALLED"/>
      <xs:element ref="TCHARACTERIZATION"/>
      <xs:element ref="TCHARACTERNAME"/>
      <xs:element ref="TCHARACTERTYPEROLE"/>
      <xs:element ref="TGENRE"/>
      <xs:element ref="TGENREISSUE"/>
      <xs:element ref="TIME"/>
      <xs:element ref="TINTERTEXTUALITY"/>
      <xs:element ref="TITLE"/>
      <xs:element ref="TMOTIF"/>
      <xs:element ref="TOPIC"/>
      <xs:element ref="TPLOT"/>
      <xs:element ref="TSETTINGDATE"/>
      <xs:element ref="TSETTINGPLACE"/>
      <xs:element ref="TTECHNIQUES"/>
      <xs:element ref="TTHEMETOPIC"/>
      <xs:element ref="TTONESTYLE"/>
      <xs:element ref="TVOICENARRATION"/>
    </xs:choice>
  </xs:complexType>
</xs:element>
[ top ]
Element TEXTUALFEATURES
Namespace No namespace
Annotations
Previously called literary characteristics and content, this
element addresses features of critical interest in texts and provides space for textual analysis/close readings as perceived by project
members.
Diagram
Diagram index.tmp#CHRONSTRUCT index.tmp#RESEARCHNOTE index.tmp#SHORTPROSE index.tmp#KEYWORDCLASS
Properties
content complex
Used by
Model
Children CHRONSTRUCT, KEYWORDCLASS, RESEARCHNOTE, SHORTPROSE
Instance
<TEXTUALFEATURES>
  <CHRONSTRUCT CHRONCOLUMN="" CHRONCOLUMN1="" CHRONCOLUMN2="" CHRONCOLUMN3="" RELEVANCE="" RELEVANCE1="" RELEVANCE2="" RESP="">{1,1}</CHRONSTRUCT>
  <RESEARCHNOTE>{1,1}</RESEARCHNOTE>
  <SHORTPROSE>{1,1}</SHORTPROSE>
  <KEYWORDCLASS KEYWORDTYPE="">{0,unbounded}</KEYWORDCLASS>
</TEXTUALFEATURES>
Source
<xs:element name="TEXTUALFEATURES">
  <xs:annotation>
    <xs:documentation>Previously called literary characteristics and content, this element addresses features of critical interest in texts and provides space for textual analysis/close readings as perceived by project members.</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:sequence>
      <xs:choice minOccurs="0" maxOccurs="unbounded">
        <xs:element ref="CHRONSTRUCT"/>
        <xs:element ref="RESEARCHNOTE"/>
        <xs:element ref="SHORTPROSE"/>
      </xs:choice>
      <xs:element minOccurs="0" maxOccurs="unbounded" ref="KEYWORDCLASS"/>
    </xs:sequence>
  </xs:complexType>
</xs:element>
[ top ]
Element RECEPTION
Namespace No namespace
Annotations
Reception is one of the three largest buckets in
the writing documents (in addition to TextualFeatures and Production). Reception charts the effects and results of an
individual's writing, and the responses of self and others to an individual's writing.
Diagram
Diagram index.tmp#CHRONSTRUCT index.tmp#KEYWORDCLASS index.tmp#SHORTPROSE index.tmp#RRESPONSES
Properties
content complex
Used by
Elements DIV2, TEXTSCOPE
Model
Children CHRONSTRUCT, KEYWORDCLASS, RRESPONSES, SHORTPROSE
Instance
<RECEPTION>
  <CHRONSTRUCT CHRONCOLUMN="" CHRONCOLUMN1="" CHRONCOLUMN2="" CHRONCOLUMN3="" RELEVANCE="" RELEVANCE1="" RELEVANCE2="" RESP="">{1,1}</CHRONSTRUCT>
  <KEYWORDCLASS KEYWORDTYPE="">{1,1}</KEYWORDCLASS>
  <SHORTPROSE>{1,1}</SHORTPROSE>
  <RRESPONSES FORMALITY="" GENDEREDRESPONSE="" RESPONSETYPE="">{0,1}</RRESPONSES>
</RECEPTION>
Source
<xs:element name="RECEPTION">
  <xs:annotation>
    <xs:documentation>Reception is one of the three largest buckets in the writing documents (in addition to TextualFeatures and Production). Reception charts the effects and results of an individual's writing, and the responses of self and others to an individual's writing.</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:sequence>
      <xs:choice minOccurs="0" maxOccurs="unbounded">
        <xs:element ref="CHRONSTRUCT"/>
        <xs:element ref="KEYWORDCLASS"/>
        <xs:element ref="SHORTPROSE"/>
      </xs:choice>
      <xs:element minOccurs="0" ref="RRESPONSES"/>
    </xs:sequence>
  </xs:complexType>
</xs:element>
[ top ]
Element DIV2
Namespace No namespace
Annotations
Div2 (i.e. level-2 text division) is an element that marks the
third largest structural division in a document.
Diagram
Diagram index.tmp#DIV2_ID index.tmp#HEADING index.tmp#TITLE index.tmp#KEYWORDCLASS index.tmp#PRODUCTION index.tmp#RECEPTION index.tmp#RESEARCHNOTE index.tmp#TEXTSCOPE index.tmp#TEXTUALFEATURES
Properties
content complex
Used by
Element DIV1
Model
Children HEADING, KEYWORDCLASS, PRODUCTION, RECEPTION, RESEARCHNOTE, TEXTSCOPE, TEXTUALFEATURES, TITLE
Instance
<DIV2 ID="">
  <HEADING>{1,1}</HEADING>
  <TITLE REF="" REG="" REND="" STANDARD="" TITLETYPE="">{1,1}</TITLE>
  <KEYWORDCLASS KEYWORDTYPE="">{1,1}</KEYWORDCLASS>
  <PRODUCTION>{1,1}</PRODUCTION>
  <RECEPTION>{1,1}</RECEPTION>
  <RESEARCHNOTE>{1,1}</RESEARCHNOTE>
  <TEXTSCOPE DBREF="" PLACEHOLDER="" REF="">{1,1}</TEXTSCOPE>
  <TEXTUALFEATURES>{1,1}</TEXTUALFEATURES>
</DIV2>
Attributes
QName Type Use
ID xs:NCName optional
Source
<xs:element name="DIV2">
  <xs:annotation>
    <xs:documentation>Div2 (i.e. level-2 text division) is an element that marks the third largest structural division in a document.</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:sequence>
      <xs:choice minOccurs="0">
        <xs:element ref="HEADING"/>
        <xs:element ref="TITLE"/>
      </xs:choice>
      <xs:choice minOccurs="0" maxOccurs="unbounded">
        <xs:element ref="KEYWORDCLASS"/>
        <xs:element ref="PRODUCTION"/>
        <xs:element ref="RECEPTION"/>
        <xs:element ref="RESEARCHNOTE"/>
        <xs:element ref="TEXTSCOPE"/>
        <xs:element ref="TEXTUALFEATURES"/>
      </xs:choice>
    </xs:sequence>
    <xs:attribute name="ID" type="xs:NCName"/>
  </xs:complexType>
</xs:element>
[ top ]
Element STANDARD
Namespace No namespace
Diagram
Diagram
Type xs:string
Properties
content simple
Used by
Element DIV0
Source
<xs:element name="STANDARD" type="xs:string"/>
[ top ]
Element WORKSCITED
Namespace No namespace
Annotations
The WorksCited is an informal but complete list
of all sources used in the writing of documents. You should ensure that all of these sources are also entered in the
bibliography database.
Diagram
Diagram index.tmp#RESEARCHNOTE index.tmp#SOURCE
Properties
content complex
Used by
Element DIV0
Model
Children RESEARCHNOTE, SOURCE
Instance
<WORKSCITED>
  <RESEARCHNOTE>{1,1}</RESEARCHNOTE>
  <SOURCE>{1,1}</SOURCE>
</WORKSCITED>
Source
<xs:element name="WORKSCITED">
  <xs:annotation>
    <xs:documentation>The WorksCited is an informal but complete list of all sources used in the writing of documents. You should ensure that all of these sources are also entered in the bibliography database.</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:choice maxOccurs="unbounded">
      <xs:element ref="RESEARCHNOTE"/>
      <xs:element ref="SOURCE"/>
    </xs:choice>
  </xs:complexType>
</xs:element>
[ top ]
Element SOURCE
Namespace No namespace
Annotations
source describes the original source
for the information contained with a manuscript description.
Diagram
Diagram index.tmp#RESEARCHNOTE index.tmp#SCHOLARNOTE index.tmp#TITLE
Properties
content complex
mixed true
Used by
Element WORKSCITED
Model
Children RESEARCHNOTE, SCHOLARNOTE, TITLE
Instance
<SOURCE>
  <RESEARCHNOTE>{1,1}</RESEARCHNOTE>
  <SCHOLARNOTE>{1,1}</SCHOLARNOTE>
  <TITLE REF="" REG="" REND="" STANDARD="" TITLETYPE="">{1,1}</TITLE>
</SOURCE>
Source
<xs:element name="SOURCE">
  <xs:annotation>
    <xs:documentation>source describes the original source for the information contained with a manuscript description.</xs:documentation>
  </xs:annotation>
  <xs:complexType mixed="true">
    <xs:choice minOccurs="0" maxOccurs="unbounded">
      <xs:element ref="RESEARCHNOTE"/>
      <xs:element ref="SCHOLARNOTE"/>
      <xs:element ref="TITLE"/>
    </xs:choice>
  </xs:complexType>
</xs:element>
[ top ]
Element BIOGPROSE
Namespace No namespace
Diagram
Diagram
Type xs:string
Properties
content simple
Used by
Element DIV0
Source
<xs:element name="BIOGPROSE" type="xs:string"/>
[ top ]
Attribute DATERANGE / @CALENDAR
Namespace No namespace
Annotations
An attribute of date, dateRange, and dateStruct,
calendar is used to indicate when a given date took place.
Type restriction of xs:token
Properties
default NEWSTYLE
Facets
enumeration NEWSTYLE
enumeration BC
Used by
Element DATERANGE
Source
<xs:attribute name="CALENDAR" default="NEWSTYLE">
  <xs:annotation>
    <xs:documentation>An attribute of date, dateRange, and dateStruct, calendar is used to indicate when a given date took place.</xs:documentation>
  </xs:annotation>
  <xs:simpleType>
    <xs:restriction base="xs:token">
      <xs:enumeration value="NEWSTYLE"/>
      <xs:enumeration value="BC"/>
    </xs:restriction>
  </xs:simpleType>
</xs:attribute>
[ top ]
Attribute DATERANGE / @CERTAINTY
Namespace No namespace
Annotations
Certainty is an attribute of date, dateRange, and
dateStruct and is used to indicate the nature of certainty that you have about a given date.
Type restriction of xs:token
Properties
default CERT
Facets
enumeration CERT
Certain
enumeration C
Circa
enumeration BY
By this date
enumeration AFTER
After this date
enumeration UNKNOWN
Unknown date
enumeration ROUGHLYDATED
Rough certainty
Used by
Element DATERANGE
Source
<xs:attribute name="CERTAINTY" default="CERT">
  <xs:annotation>
    <xs:documentation>Certainty is an attribute of date, dateRange, and dateStruct and is used to indicate the nature of certainty that you have about a given date.</xs:documentation>
  </xs:annotation>
  <xs:simpleType>
    <xs:restriction base="xs:token">
      <xs:enumeration value="CERT">
        <xs:annotation>
          <xs:documentation>Certain</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="C">
        <xs:annotation>
          <xs:documentation>Circa</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="BY">
        <xs:annotation>
          <xs:documentation>By this date</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="AFTER">
        <xs:annotation>
          <xs:documentation>After this date</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="UNKNOWN">
        <xs:annotation>
          <xs:documentation>Unknown date</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="ROUGHLYDATED">
        <xs:annotation>
          <xs:documentation>Rough certainty</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
    </xs:restriction>
  </xs:simpleType>
</xs:attribute>
[ top ]
Attribute DATERANGE / @EXACT
Namespace No namespace
Annotations
An attribute of dateRange, exact is used in
conjunction with the to and from attributes to express the certainty of each end of a dateRange.
Type restriction of xs:token
Properties
content simple
Facets
enumeration TO
enumeration FROM
enumeration BOTH
enumeration NEITHER
Used by
Element DATERANGE
Source
<xs:attribute name="EXACT">
  <xs:annotation>
    <xs:documentation>An attribute of dateRange, exact is used in conjunction with the to and from attributes to express the certainty of each end of a dateRange.</xs:documentation>
  </xs:annotation>
  <xs:simpleType>
    <xs:restriction base="xs:token">
      <xs:enumeration value="TO"/>
      <xs:enumeration value="FROM"/>
      <xs:enumeration value="BOTH"/>
      <xs:enumeration value="NEITHER"/>
    </xs:restriction>
  </xs:simpleType>
</xs:attribute>
[ top ]
Attribute DATERANGE / @FROM
Namespace No namespace
Annotations
From is used to record a formatted date-related
value.
Type union of(xs:date, restriction of xs:string, restriction of xs:string)
Properties
content simple
Used by
Element DATERANGE
Source
<xs:attribute name="FROM">
  <xs:annotation>
    <xs:documentation>From is used to record a formatted date-related value.</xs:documentation>
  </xs:annotation>
  <xs:simpleType>
    <xs:union memberTypes="xs:date">
      <xs:simpleType>
        <xs:restriction base="xs:string">
          <xs:pattern value="(\d{4})((\-(0[1-9]|1[0-2])\-))"/>
        </xs:restriction>
      </xs:simpleType>
      <xs:simpleType>
        <xs:restriction base="xs:string">
          <xs:pattern value="(\d{4})(\-{2})"/>
        </xs:restriction>
      </xs:simpleType>
    </xs:union>
  </xs:simpleType>
</xs:attribute>
[ top ]
Attribute DATERANGE / @ID
Namespace No namespace
Type xs:NCName
Properties
content simple
Used by
Element DATERANGE
Source
<xs:attribute name="ID" type="xs:NCName"/>
[ top ]
Attribute DATERANGE / @TO
Namespace No namespace
Annotations
To is used to record a formatted date-related
value.
Type union of(xs:date, restriction of xs:string, restriction of xs:string)
Properties
content simple
Used by
Element DATERANGE
Source
<xs:attribute name="TO">
  <xs:annotation>
    <xs:documentation>To is used to record a formatted date-related value.</xs:documentation>
  </xs:annotation>
  <xs:simpleType>
    <xs:union memberTypes="xs:date">
      <xs:simpleType>
        <xs:restriction base="xs:string">
          <xs:pattern value="(\d{4})((\-(0[1-9]|1[0-2])\-))"/>
        </xs:restriction>
      </xs:simpleType>
      <xs:simpleType>
        <xs:restriction base="xs:string">
          <xs:pattern value="(\d{4})(\-{2})"/>
        </xs:restriction>
      </xs:simpleType>
    </xs:union>
  </xs:simpleType>
</xs:attribute>
[ top ]
Attribute DAY / @VALUE
Namespace No namespace
Annotations
Value is used to record a formatted date- or
time-related value.
Type xs:integer
Properties
content simple
Used by
Element DAY
Source
<xs:attribute name="VALUE" type="xs:integer">
  <xs:annotation>
    <xs:documentation>Value is used to record a formatted date- or time-related value.</xs:documentation>
  </xs:annotation>
</xs:attribute>
[ top ]
Attribute MONTH / @CERTAINTY
Namespace No namespace
Annotations
Certainty is an attribute of date, dateRange, and
dateStruct and is used to indicate the nature of certainty that you have about a given date.
Type restriction of xs:token
Properties
default CERT
Facets
enumeration CERT
Certain
enumeration C
Circa
enumeration BY
By this date
enumeration AFTER
After this date
enumeration UNKNOWN
Unknown date
enumeration ROUGHLYDATED
Rough certainty
Used by
Element MONTH
Source
<xs:attribute name="CERTAINTY" default="CERT">
  <xs:annotation>
    <xs:documentation>Certainty is an attribute of date, dateRange, and dateStruct and is used to indicate the nature of certainty that you have about a given date.</xs:documentation>
  </xs:annotation>
  <xs:simpleType>
    <xs:restriction base="xs:token">
      <xs:enumeration value="CERT">
        <xs:annotation>
          <xs:documentation>Certain</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="C">
        <xs:annotation>
          <xs:documentation>Circa</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="BY">
        <xs:annotation>
          <xs:documentation>By this date</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="AFTER">
        <xs:annotation>
          <xs:documentation>After this date</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="UNKNOWN">
        <xs:annotation>
          <xs:documentation>Unknown date</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="ROUGHLYDATED">
        <xs:annotation>
          <xs:documentation>Rough certainty</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
    </xs:restriction>
  </xs:simpleType>
</xs:attribute>
[ top ]
Attribute MONTH / @VALUE
Namespace No namespace
Annotations
Value is used to record a formatted date- or
time-related value.
Type xs:integer
Properties
content simple
Used by
Element MONTH
Source
<xs:attribute name="VALUE" type="xs:integer">
  <xs:annotation>
    <xs:documentation>Value is used to record a formatted date- or time-related value.</xs:documentation>
  </xs:annotation>
</xs:attribute>
[ top ]
Attribute SEASON / @CERTAINTY
Namespace No namespace
Annotations
Certainty is an attribute of date, dateRange, and
dateStruct and is used to indicate the nature of certainty that you have about a given date.
Type restriction of xs:token
Properties
default CERT
Facets
enumeration CERT
Certain
enumeration C
Circa
enumeration BY
By this date
enumeration AFTER
After this date
enumeration UNKNOWN
Unknown date
enumeration ROUGHLYDATED
Rough certainty
Used by
Element SEASON
Source
<xs:attribute name="CERTAINTY" default="CERT">
  <xs:annotation>
    <xs:documentation>Certainty is an attribute of date, dateRange, and dateStruct and is used to indicate the nature of certainty that you have about a given date.</xs:documentation>
  </xs:annotation>
  <xs:simpleType>
    <xs:restriction base="xs:token">
      <xs:enumeration value="CERT">
        <xs:annotation>
          <xs:documentation>Certain</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="C">
        <xs:annotation>
          <xs:documentation>Circa</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="BY">
        <xs:annotation>
          <xs:documentation>By this date</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="AFTER">
        <xs:annotation>
          <xs:documentation>After this date</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="UNKNOWN">
        <xs:annotation>
          <xs:documentation>Unknown date</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="ROUGHLYDATED">
        <xs:annotation>
          <xs:documentation>Rough certainty</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
    </xs:restriction>
  </xs:simpleType>
</xs:attribute>
[ top ]
Attribute SEASON / @REG
Namespace No namespace
Annotations
Reg (or
regularization) contains a reading which has been regularized or normalized in some
sense.
Type xs:NMTOKEN
Properties
content simple
Used by
Element SEASON
Source
<xs:attribute name="REG" type="xs:NMTOKEN">
  <xs:annotation>
    <xs:documentation>Reg (or regularization) contains a reading which has been regularized or normalized in some sense.</xs:documentation>
  </xs:annotation>
</xs:attribute>
[ top ]
Attribute SEASON / @VALUE
Namespace No namespace
Annotations
Value is used to record a formatted date- or
time-related value.
Type xs:NMTOKEN
Properties
content simple
Used by
Element SEASON
Source
<xs:attribute name="VALUE" type="xs:NMTOKEN">
  <xs:annotation>
    <xs:documentation>Value is used to record a formatted date- or time-related value.</xs:documentation>
  </xs:annotation>
</xs:attribute>
[ top ]
Attribute YEAR / @CERTAINTY
Namespace No namespace
Annotations
Certainty is an attribute of date, dateRange, and
dateStruct and is used to indicate the nature of certainty that you have about a given date.
Type restriction of xs:token
Properties
default CERT
Facets
enumeration CERT
Certain
enumeration C
Circa
enumeration BY
By this date
enumeration AFTER
After this date
enumeration UNKNOWN
Unknown date
enumeration ROUGHLYDATED
Rough certainty
Used by
Element YEAR
Source
<xs:attribute name="CERTAINTY" default="CERT">
  <xs:annotation>
    <xs:documentation>Certainty is an attribute of date, dateRange, and dateStruct and is used to indicate the nature of certainty that you have about a given date.</xs:documentation>
  </xs:annotation>
  <xs:simpleType>
    <xs:restriction base="xs:token">
      <xs:enumeration value="CERT">
        <xs:annotation>
          <xs:documentation>Certain</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="C">
        <xs:annotation>
          <xs:documentation>Circa</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="BY">
        <xs:annotation>
          <xs:documentation>By this date</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="AFTER">
        <xs:annotation>
          <xs:documentation>After this date</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="UNKNOWN">
        <xs:annotation>
          <xs:documentation>Unknown date</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="ROUGHLYDATED">
        <xs:annotation>
          <xs:documentation>Rough certainty</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
    </xs:restriction>
  </xs:simpleType>
</xs:attribute>
[ top ]
Attribute YEAR / @REG
Namespace No namespace
Annotations
Reg (or
regularization) contains a reading which has been regularized or normalized in some
sense.
Type xs:NMTOKEN
Properties
content simple
Used by
Element YEAR
Source
<xs:attribute name="REG" type="xs:NMTOKEN">
  <xs:annotation>
    <xs:documentation>Reg (or regularization) contains a reading which has been regularized or normalized in some sense.</xs:documentation>
  </xs:annotation>
</xs:attribute>
[ top ]
Attribute YEAR / @VALUE
Namespace No namespace
Annotations
Value is used to record a formatted date- or
time-related value.
Type xs:NMTOKEN
Properties
content simple
Used by
Element YEAR
Source
<xs:attribute name="VALUE" type="xs:NMTOKEN">
  <xs:annotation>
    <xs:documentation>Value is used to record a formatted date- or time-related value.</xs:documentation>
  </xs:annotation>
</xs:attribute>
[ top ]
Attribute DATESTRUCT / @CALENDAR
Namespace No namespace
Annotations
An attribute of date, dateRange, and dateStruct,
calendar is used to indicate when a given date took place.
Type restriction of xs:token
Properties
default NEWSTYLE
Facets
enumeration NEWSTYLE
enumeration BC
Used by
Element DATESTRUCT
Source
<xs:attribute name="CALENDAR" default="NEWSTYLE">
  <xs:annotation>
    <xs:documentation>An attribute of date, dateRange, and dateStruct, calendar is used to indicate when a given date took place.</xs:documentation>
  </xs:annotation>
  <xs:simpleType>
    <xs:restriction base="xs:token">
      <xs:enumeration value="NEWSTYLE"/>
      <xs:enumeration value="BC"/>
    </xs:restriction>
  </xs:simpleType>
</xs:attribute>
[ top ]
Attribute DATESTRUCT / @CERTAINTY
Namespace No namespace
Annotations
Certainty is an attribute of date, dateRange, and
dateStruct and is used to indicate the nature of certainty that you have about a given date.
Type restriction of xs:token
Properties
default CERT
Facets
enumeration CERT
Certain
enumeration C
Circa
enumeration BY
By this date
enumeration AFTER
After this date
enumeration UNKNOWN
Unknown date
enumeration ROUGHLYDATED
Rough certainty
Used by
Element DATESTRUCT
Source
<xs:attribute name="CERTAINTY" default="CERT">
  <xs:annotation>
    <xs:documentation>Certainty is an attribute of date, dateRange, and dateStruct and is used to indicate the nature of certainty that you have about a given date.</xs:documentation>
  </xs:annotation>
  <xs:simpleType>
    <xs:restriction base="xs:token">
      <xs:enumeration value="CERT">
        <xs:annotation>
          <xs:documentation>Certain</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="C">
        <xs:annotation>
          <xs:documentation>Circa</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="BY">
        <xs:annotation>
          <xs:documentation>By this date</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="AFTER">
        <xs:annotation>
          <xs:documentation>After this date</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="UNKNOWN">
        <xs:annotation>
          <xs:documentation>Unknown date</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="ROUGHLYDATED">
        <xs:annotation>
          <xs:documentation>Rough certainty</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
    </xs:restriction>
  </xs:simpleType>
</xs:attribute>
[ top ]
Attribute DATESTRUCT / @VALUE
Namespace No namespace
Annotations
Value is used to record a formatted date-related
value.
Type union of(xs:date, restriction of xs:string, restriction of xs:string)
Properties
content simple
Used by
Element DATESTRUCT
Source
<xs:attribute name="VALUE">
  <xs:annotation>
    <xs:documentation>Value is used to record a formatted date-related value.</xs:documentation>
  </xs:annotation>
  <xs:simpleType>
    <xs:union memberTypes="xs:date">
      <xs:simpleType>
        <xs:restriction base="xs:string">
          <xs:pattern value="(\d{4})((\-(0[1-9]|1[0-2])\-))"/>
        </xs:restriction>
      </xs:simpleType>
      <xs:simpleType>
        <xs:restriction base="xs:string">
          <xs:pattern value="(\d{4})(\-{2})"/>
        </xs:restriction>
      </xs:simpleType>
    </xs:union>
  </xs:simpleType>
</xs:attribute>
[ top ]
Attribute SIC / @CORR
Namespace No namespace
Used by
Element SIC
Source
<xs:attribute name="CORR"/>
[ top ]
Attribute RS / @REG
Namespace No namespace
Annotations
Reg (or
regularization) contains a reading which has been regularized or normalized in some
sense.
Used by
Element RS
Source
<xs:attribute name="REG">
  <xs:annotation>
    <xs:documentation>Reg (or regularization) contains a reading which has been regularized or normalized in some sense.</xs:documentation>
  </xs:annotation>
</xs:attribute>
[ top ]
Attribute RS / @TYPE
Namespace No namespace
Used by
Element RS
Source
<xs:attribute name="TYPE"/>
[ top ]
Attribute KEYWORDCLASS / @KEYWORDTYPE
Namespace No namespace
Used by
Element KEYWORDCLASS
Source
<xs:attribute name="KEYWORDTYPE"/>
[ top ]
Attribute RRECOGNITIONNAME / @REG
Namespace No namespace
Annotations
Reg (or
regularization) contains a reading which has been regularized or normalized in some
sense.
Used by
Source
<xs:attribute name="REG">
  <xs:annotation>
    <xs:documentation>Reg (or regularization) contains a reading which has been regularized or normalized in some sense.</xs:documentation>
  </xs:annotation>
</xs:attribute>
[ top ]
Attribute TTECHNIQUES / @TECHNIQUETYPE
Namespace No namespace
Annotations
TechniqueType is an optional attribute that addresses the
different kinds of literary techniques that an author might use in their work.
Type restriction of xs:token
Properties
content simple
Facets
enumeration DICTION
enumeration VERSIFICATION
enumeration NONSTANDARDENGLISH
enumeration IMAGERY
enumeration AURALEFFECTS
Used by
Element TTECHNIQUES
Source
<xs:attribute name="TECHNIQUETYPE">
  <xs:annotation>
    <xs:documentation>TechniqueType is an optional attribute that addresses the different kinds of literary techniques that an author might use in their work.</xs:documentation>
  </xs:annotation>
  <xs:simpleType>
    <xs:restriction base="xs:token">
      <xs:enumeration value="DICTION"/>
      <xs:enumeration value="VERSIFICATION"/>
      <xs:enumeration value="NONSTANDARDENGLISH"/>
      <xs:enumeration value="IMAGERY"/>
      <xs:enumeration value="AURALEFFECTS"/>
    </xs:restriction>
  </xs:simpleType>
</xs:attribute>
[ top ]
Attribute TSETTINGPLACE / @SETTINGCLASS
Namespace No namespace
Annotations
SettingClass is an optional attribute that specifies the
socio-economic status of a settingPlace.
Type restriction of xs:token
Properties
content simple
Facets
enumeration UPPERCLASS
enumeration WORKINGCLASS
enumeration MIDDLECLASS
enumeration WIDERANGE
Used by
Element TSETTINGPLACE
Source
<xs:attribute name="SETTINGCLASS">
  <xs:annotation>
    <xs:documentation>SettingClass is an optional attribute that specifies the socio-economic status of a settingPlace.</xs:documentation>
  </xs:annotation>
  <xs:simpleType>
    <xs:restriction base="xs:token">
      <xs:enumeration value="UPPERCLASS"/>
      <xs:enumeration value="WORKINGCLASS"/>
      <xs:enumeration value="MIDDLECLASS"/>
      <xs:enumeration value="WIDERANGE"/>
    </xs:restriction>
  </xs:simpleType>
</xs:attribute>
[ top ]
Attribute TSETTINGPLACE / @SETTINGPLACETYPE
Namespace No namespace
Annotations
SettingPlaceType is an optional attribute that specifies the real
or imaginary location of textual events.
Type restriction of xs:token
Properties
content simple
Facets
enumeration FICTIVE
enumeration REAL
enumeration IDENTIFIABLE
Used by
Element TSETTINGPLACE
Source
<xs:attribute name="SETTINGPLACETYPE">
  <xs:annotation>
    <xs:documentation>SettingPlaceType is an optional attribute that specifies the real or imaginary location of textual events.</xs:documentation>
  </xs:annotation>
  <xs:simpleType>
    <xs:restriction base="xs:token">
      <xs:enumeration value="FICTIVE"/>
      <xs:enumeration value="REAL"/>
      <xs:enumeration value="IDENTIFIABLE"/>
    </xs:restriction>
  </xs:simpleType>
</xs:attribute>
[ top ]
Attribute TSETTINGDATE / @SETTINGDATETYPE
Namespace No namespace
Annotations
SettingDateType is an optional attribute that specifies the
historical era of a setting.
Type restriction of xs:token
Properties
content simple
Facets
enumeration PAST
enumeration PRESENT
enumeration FUTURE
enumeration AMBIGUOUS
Used by
Element TSETTINGDATE
Source
<xs:attribute name="SETTINGDATETYPE">
  <xs:annotation>
    <xs:documentation>SettingDateType is an optional attribute that specifies the historical era of a setting.</xs:documentation>
  </xs:annotation>
  <xs:simpleType>
    <xs:restriction base="xs:token">
      <xs:enumeration value="PAST"/>
      <xs:enumeration value="PRESENT"/>
      <xs:enumeration value="FUTURE"/>
      <xs:enumeration value="AMBIGUOUS"/>
    </xs:restriction>
  </xs:simpleType>
</xs:attribute>
[ top ]
Attribute TINTERTEXTUALITY / @GENDEROFAUTHOR
Namespace No namespace
Annotations
genderOfAuthor is an optional attribute modifying the element
tIntertextuality; therefore, it allows you to identify the sex of the author who wrote the intertext. It will prove useful for researching how
women responded to other texts written by male or female authors.
Type restriction of xs:token
Properties
content simple
Facets
enumeration FEMALE
enumeration MALE
Used by
Source
<xs:attribute name="GENDEROFAUTHOR">
  <xs:annotation>
    <xs:documentation>genderOfAuthor is an optional attribute modifying the element tIntertextuality; therefore, it allows you to identify the sex of the author who wrote the intertext. It will prove useful for researching how women responded to other texts written by male or female authors.</xs:documentation>
  </xs:annotation>
  <xs:simpleType>
    <xs:restriction base="xs:token">
      <xs:enumeration value="FEMALE"/>
      <xs:enumeration value="MALE"/>
    </xs:restriction>
  </xs:simpleType>
</xs:attribute>
[ top ]
Attribute TINTERTEXTUALITY / @INTERTEXTTYPE
Namespace No namespace
Annotations
IntertextType is an attribute used to modify the element
tIntertextuality. It allows greater specificity to indicate how an intertext has been used in connection with any one text.
Type restriction of xs:token
Properties
content simple
Facets
enumeration ALLUSIONACKNOWLEDGED
enumeration ALLUSIONUNACKNOWLEDGED
enumeration QUOTATION
enumeration MISQUOTATION
enumeration PARODY
enumeration SATIRE
enumeration IMITATION
enumeration ADAPTATION-UPDATE
enumeration PREQUEL
enumeration CONTINUATION
enumeration ANSWER
Used by
Source
<xs:attribute name="INTERTEXTTYPE">
  <xs:annotation>
    <xs:documentation>IntertextType is an attribute used to modify the element tIntertextuality. It allows greater specificity to indicate how an intertext has been used in connection with any one text.</xs:documentation>
  </xs:annotation>
  <xs:simpleType>
    <xs:restriction base="xs:token">
      <xs:enumeration value="ALLUSIONACKNOWLEDGED"/>
      <xs:enumeration value="ALLUSIONUNACKNOWLEDGED"/>
      <xs:enumeration value="QUOTATION"/>
      <xs:enumeration value="MISQUOTATION"/>
      <xs:enumeration value="PARODY"/>
      <xs:enumeration value="SATIRE"/>
      <xs:enumeration value="IMITATION"/>
      <xs:enumeration value="ADAPTATION-UPDATE"/>
      <xs:enumeration value="PREQUEL"/>
      <xs:enumeration value="CONTINUATION"/>
      <xs:enumeration value="ANSWER"/>
    </xs:restriction>
  </xs:simpleType>
</xs:attribute>
[ top ]
Attribute RESP-attribute / @RESP
Namespace No namespace
Annotations
Resp (or responsibility) contains a three-letter initialism
of an individual who contributed to the production or distribution of a document.
Type restriction of xs:token
Properties
use required
Facets
enumeration IMG
enumeration SRF
enumeration PDC
enumeration KDC
enumeration ANM
enumeration CNM
enumeration KJB
enumeration TJB
enumeration JAH
enumeration MMM
enumeration SSB
enumeration SIB
enumeration MEL
enumeration JKW
enumeration KKC
enumeration PMB
enumeration TTC
enumeration KAH
enumeration JAW
enumeration SMH
enumeration SYS
enumeration HJM
enumeration CEL
enumeration JSC
enumeration PHD
enumeration AHM
enumeration SJW
enumeration JEB
enumeration SLT
enumeration BAA
enumeration CJH
enumeration JDS
enumeration MEB
enumeration NLG
enumeration CLC
enumeration GCG
enumeration KNT
enumeration JEC
enumeration RSC
enumeration SIR
enumeration ECG
enumeration SLB
enumeration CAG
enumeration MKB
enumeration OSM
enumeration DBH
enumeration KGH
enumeration JJD
enumeration DRG
enumeration NCK
enumeration DLK
enumeration AFP
enumeration KLH
enumeration CEE
enumeration TRN
enumeration RJR
enumeration LMS
enumeration JCA
enumeration JES
enumeration JLT
enumeration KGS
enumeration RJB
enumeration DMH
enumeration MAM
enumeration LKD
enumeration ARP
enumeration KDM
enumeration BJA
enumeration SEV
enumeration AJF
enumeration AGH
enumeration RTM
enumeration LM2
enumeration MRS
enumeration KEH
enumeration CLJ
enumeration JCR
enumeration TCD
enumeration EAQ
enumeration DEK
enumeration BHL
enumeration ALR
enumeration SWK
enumeration JLP
enumeration ACF
enumeration JSE
Jana Smith Elford
enumeration MPO
Mariana Paredes-Olea
enumeration KCS
enumeration ARC
enumeration CMW
enumeration AEG
Alexandra Guselle
enumeration AVU
Alison Uttley
enumeration LJH
Lisa Hennigar
enumeration KSN
Kayla Snyder
enumeration EWD
Eric Drebit
enumeration CSK
Caley Skinner
enumeration JBB
Justine Baskey
enumeration PAD
Patricia Demers
enumeration CMD
Cecily Devereux
enumeration CJG
Carole Gerson
enumeration JRW
Janice Williamson
enumeration MCA
Marie Carriere
enumeration AWI
Ann Wilson
enumeration SKR
Sidney Kruth
enumeration DHA
Dorothy Hadfield
enumeration SDU
Scott Duchessne
enumeration PIH
Paul Hjartarson
enumeration GRA
GRA training
enumeration AAC
Aldora Cole
enumeration EMH
Emily Hass
enumeration KGL
Kate Lane-Smith
enumeration AJD
enumeration KFA
enumeration JMA
enumeration CNO
enumeration KSM
enumeration NFS
Nora Foster Stovel
enumeration KME
Karyn Huenemann
enumeration KLM
Katie Louise McCullough
enumeration GLN
Graeme Northcote
enumeration SAH
Susan Hesemeier
enumeration MKD
Michelle Di Cintio
enumeration KMO
Kristine Moruzi
enumeration LSW
Larissa Swayze
enumeration NPA
Nadine Adelaar
enumeration RMB
Rebecca Blain
enumeration JAR
Jessica Rattcliffe
enumeration BJM
Breanna Mroczeck
enumeration DEL
Elena Dergacheva
enumeration MDG
Michelle Gregory
enumeration CTL
Celiese Lypka
enumeration NJK
Nikhil Jayadevan
enumeration EMR
Esther Rosario
enumeration CME
Caitlin Elm
enumeration JSI
John Simpson
enumeration RKK
Ruth Knechtel
enumeration AAR
enumeration AGL
enumeration AHR
enumeration CGB
enumeration CMJ
enumeration DRC
enumeration GKC
enumeration GSF
enumeration JJL
enumeration JLL
enumeration LGG
enumeration MRB
enumeration REE
enumeration RZK
enumeration SDD
enumeration JAM
Jueun Moon
enumeration ATC
Amy Cote
enumeration AKB
Adela Burke
enumeration AJS
Aaron Swanbergson
enumeration DEA
Devin Ayotte
enumeration CCK
Cameron Kroetsch
enumeration OAI
Olga Ivanova
enumeration SJA
Stacey Aspinall
enumeration GRH
Gordon Harper
enumeration MVI
Mihaela Ilovan
enumeration APH
Amanda Hooper
enumeration LMD
Lisa Dublin
enumeration CSM
Chelsea Miya
enumeration MKL
Mahdi Kashani Lotfbadi
enumeration ABC
Anita Cutic
enumeration SLF
Samantha Fitzner
enumeration K_M
Kaarina Mikalson
enumeration DVI
Diana Ivanycheva
enumeration L_A
Leslie Allin
enumeration VMD
Victoria Duncan
enumeration R_J
Robert Jackson
Used by
Attribute Group RESP-attribute
Source
<xs:attribute name="RESP" use="required">
  <xs:annotation>
    <xs:documentation>Resp (or responsibility) contains a three-letter initialism of an individual who contributed to the production or distribution of a document.</xs:documentation>
  </xs:annotation>
  <xs:simpleType>
    <xs:restriction base="xs:token">
      <xs:enumeration value="IMG"/>
      <xs:enumeration value="SRF"/>
      <xs:enumeration value="PDC"/>
      <xs:enumeration value="KDC"/>
      <xs:enumeration value="ANM"/>
      <xs:enumeration value="CNM"/>
      <xs:enumeration value="KJB"/>
      <xs:enumeration value="TJB"/>
      <xs:enumeration value="JAH"/>
      <xs:enumeration value="MMM"/>
      <xs:enumeration value="SSB"/>
      <xs:enumeration value="SIB"/>
      <xs:enumeration value="MEL"/>
      <xs:enumeration value="JKW"/>
      <xs:enumeration value="KKC"/>
      <xs:enumeration value="PMB"/>
      <xs:enumeration value="TTC"/>
      <xs:enumeration value="KAH"/>
      <xs:enumeration value="JAW"/>
      <xs:enumeration value="SMH"/>
      <xs:enumeration value="SYS"/>
      <xs:enumeration value="HJM"/>
      <xs:enumeration value="CEL"/>
      <xs:enumeration value="JSC"/>
      <xs:enumeration value="PHD"/>
      <xs:enumeration value="AHM"/>
      <xs:enumeration value="SJW"/>
      <xs:enumeration value="JEB"/>
      <xs:enumeration value="SLT"/>
      <xs:enumeration value="BAA"/>
      <xs:enumeration value="CJH"/>
      <xs:enumeration value="JDS"/>
      <xs:enumeration value="MEB"/>
      <xs:enumeration value="NLG"/>
      <xs:enumeration value="CLC"/>
      <xs:enumeration value="GCG"/>
      <xs:enumeration value="KNT"/>
      <xs:enumeration value="JEC"/>
      <xs:enumeration value="RSC"/>
      <xs:enumeration value="SIR"/>
      <xs:enumeration value="ECG"/>
      <xs:enumeration value="SLB"/>
      <xs:enumeration value="CAG"/>
      <xs:enumeration value="MKB"/>
      <xs:enumeration value="OSM"/>
      <xs:enumeration value="DBH"/>
      <xs:enumeration value="KGH"/>
      <xs:enumeration value="JJD"/>
      <xs:enumeration value="DRG"/>
      <xs:enumeration value="NCK"/>
      <xs:enumeration value="DLK"/>
      <xs:enumeration value="AFP"/>
      <xs:enumeration value="KLH"/>
      <xs:enumeration value="CEE"/>
      <xs:enumeration value="TRN"/>
      <xs:enumeration value="RJR"/>
      <xs:enumeration value="LMS"/>
      <xs:enumeration value="JCA"/>
      <xs:enumeration value="JES"/>
      <xs:enumeration value="JLT"/>
      <xs:enumeration value="KGS"/>
      <xs:enumeration value="RJB"/>
      <xs:enumeration value="DMH"/>
      <xs:enumeration value="MAM"/>
      <xs:enumeration value="LKD"/>
      <xs:enumeration value="ARP"/>
      <xs:enumeration value="KDM"/>
      <xs:enumeration value="BJA"/>
      <xs:enumeration value="SEV"/>
      <xs:enumeration value="AJF"/>
      <xs:enumeration value="AGH"/>
      <xs:enumeration value="RTM"/>
      <xs:enumeration value="LM2"/>
      <xs:enumeration value="MRS"/>
      <xs:enumeration value="KEH"/>
      <xs:enumeration value="CLJ"/>
      <xs:enumeration value="JCR"/>
      <xs:enumeration value="TCD"/>
      <xs:enumeration value="EAQ"/>
      <xs:enumeration value="DEK"/>
      <xs:enumeration value="BHL"/>
      <xs:enumeration value="ALR"/>
      <xs:enumeration value="SWK"/>
      <xs:enumeration value="JLP"/>
      <xs:enumeration value="ACF"/>
      <xs:enumeration value="JSE">
        <xs:annotation>
          <xs:documentation>Jana Smith Elford</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="MPO">
        <xs:annotation>
          <xs:documentation>Mariana Paredes-Olea</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="KCS"/>
      <xs:enumeration value="ARC"/>
      <xs:enumeration value="CMW"/>
      <xs:enumeration value="AEG">
        <xs:annotation>
          <xs:documentation>Alexandra Guselle</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="AVU">
        <xs:annotation>
          <xs:documentation>Alison Uttley</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="LJH">
        <xs:annotation>
          <xs:documentation>Lisa Hennigar</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="KSN">
        <xs:annotation>
          <xs:documentation>Kayla Snyder</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="EWD">
        <xs:annotation>
          <xs:documentation>Eric Drebit</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="CSK">
        <xs:annotation>
          <xs:documentation>Caley Skinner</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="JBB">
        <xs:annotation>
          <xs:documentation>Justine Baskey</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="PAD">
        <xs:annotation>
          <xs:documentation>Patricia Demers</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="CMD">
        <xs:annotation>
          <xs:documentation>Cecily Devereux</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="CJG">
        <xs:annotation>
          <xs:documentation>Carole Gerson</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="JRW">
        <xs:annotation>
          <xs:documentation>Janice Williamson</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="MCA">
        <xs:annotation>
          <xs:documentation>Marie Carriere</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="AWI">
        <xs:annotation>
          <xs:documentation>Ann Wilson</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="SKR">
        <xs:annotation>
          <xs:documentation>Sidney Kruth</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="DHA">
        <xs:annotation>
          <xs:documentation>Dorothy Hadfield</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="SDU">
        <xs:annotation>
          <xs:documentation>Scott Duchessne</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="PIH">
        <xs:annotation>
          <xs:documentation>Paul Hjartarson</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="GRA">
        <xs:annotation>
          <xs:documentation>GRA training</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="AAC">
        <xs:annotation>
          <xs:documentation>Aldora Cole</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="EMH">
        <xs:annotation>
          <xs:documentation>Emily Hass</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="KGL">
        <xs:annotation>
          <xs:documentation>Kate Lane-Smith</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="AJD"/>
      <xs:enumeration value="KFA"/>
      <xs:enumeration value="JMA"/>
      <xs:enumeration value="CNO"/>
      <xs:enumeration value="KSM"/>
      <xs:enumeration value="NFS">
        <xs:annotation>
          <xs:documentation>Nora Foster Stovel</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="KME">
        <xs:annotation>
          <xs:documentation>Karyn Huenemann</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="KLM">
        <xs:annotation>
          <xs:documentation>Katie Louise McCullough</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="GLN">
        <xs:annotation>
          <xs:documentation>Graeme Northcote</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="SAH">
        <xs:annotation>
          <xs:documentation>Susan Hesemeier</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="MKD">
        <xs:annotation>
          <xs:documentation>Michelle Di Cintio</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="KMO">
        <xs:annotation>
          <xs:documentation>Kristine Moruzi</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="LSW">
        <xs:annotation>
          <xs:documentation>Larissa Swayze</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="NPA">
        <xs:annotation>
          <xs:documentation>Nadine Adelaar</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="RMB">
        <xs:annotation>
          <xs:documentation>Rebecca Blain</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="JAR">
        <xs:annotation>
          <xs:documentation>Jessica Rattcliffe</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="BJM">
        <xs:annotation>
          <xs:documentation>Breanna Mroczeck</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="DEL">
        <xs:annotation>
          <xs:documentation>Elena Dergacheva</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="MDG">
        <xs:annotation>
          <xs:documentation>Michelle Gregory</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="CTL">
        <xs:annotation>
          <xs:documentation>Celiese Lypka</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="NJK">
        <xs:annotation>
          <xs:documentation>Nikhil Jayadevan</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="EMR">
        <xs:annotation>
          <xs:documentation>Esther Rosario</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="CME">
        <xs:annotation>
          <xs:documentation>Caitlin Elm</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="JSI">
        <xs:annotation>
          <xs:documentation>John Simpson</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="RKK">
        <xs:annotation>
          <xs:documentation>Ruth Knechtel</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="AAR"/>
      <xs:enumeration value="AGL"/>
      <xs:enumeration value="AHR"/>
      <xs:enumeration value="CGB"/>
      <xs:enumeration value="CMJ"/>
      <xs:enumeration value="DRC"/>
      <xs:enumeration value="GKC"/>
      <xs:enumeration value="GSF"/>
      <xs:enumeration value="JJL"/>
      <xs:enumeration value="JLL"/>
      <xs:enumeration value="LGG"/>
      <xs:enumeration value="MRB"/>
      <xs:enumeration value="REE"/>
      <xs:enumeration value="RZK"/>
      <xs:enumeration value="SDD"/>
      <xs:enumeration value="JAM">
        <xs:annotation>
          <xs:documentation>Jueun Moon</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="ATC">
        <xs:annotation>
          <xs:documentation>Amy Cote</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="AKB">
        <xs:annotation>
          <xs:documentation>Adela Burke</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="AJS">
        <xs:annotation>
          <xs:documentation>Aaron Swanbergson</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="DEA">
        <xs:annotation>
          <xs:documentation>Devin Ayotte</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="CCK">
        <xs:annotation>
          <xs:documentation>Cameron Kroetsch</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="OAI">
        <xs:annotation>
          <xs:documentation>Olga Ivanova</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="SJA">
        <xs:annotation>
          <xs:documentation>Stacey Aspinall</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="GRH">
        <xs:annotation>
          <xs:documentation>Gordon Harper</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="MVI">
        <xs:annotation>
          <xs:documentation>Mihaela Ilovan</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="APH">
        <xs:annotation>
          <xs:documentation>Amanda Hooper</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="LMD">
        <xs:annotation>
          <xs:documentation>Lisa Dublin</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="CSM">
        <xs:annotation>
          <xs:documentation>Chelsea Miya</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="MKL">
        <xs:annotation>
          <xs:documentation>Mahdi Kashani Lotfbadi</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="ABC">
        <xs:annotation>
          <xs:documentation>Anita Cutic</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="SLF">
        <xs:annotation>
          <xs:documentation>Samantha Fitzner</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="K_M">
        <xs:annotation>
          <xs:documentation>Kaarina Mikalson</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="DVI">
        <xs:annotation>
          <xs:documentation>Diana Ivanycheva</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="L_A">
        <xs:annotation>
          <xs:documentation>Leslie Allin</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="VMD">
        <xs:annotation>
          <xs:documentation>Victoria Duncan</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="R_J">
        <xs:annotation>
          <xs:documentation>Robert Jackson</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
    </xs:restriction>
  </xs:simpleType>
</xs:attribute>
[ top ]
Attribute XREF / @URL
Namespace No namespace
Annotations
URL (uniform resource locator) specifies the URL from
which the media concerned may be obtained.
Type xs:anyURI
Properties
use required
Used by
Element XREF
Source
<xs:attribute name="URL" use="required" type="xs:anyURI">
  <xs:annotation>
    <xs:documentation>URL (uniform resource locator) specifies the URL from which the media concerned may be obtained.</xs:documentation>
  </xs:annotation>
</xs:attribute>
[ top ]
Attribute RRESPONSES / @FORMALITY
Namespace No namespace
Annotations
Formality is an attribute attached to rResponses which allows
you to indicate whether a response to a work was formal or informal. "Formal" means that the response was written or otherwise made public;
"informal" refers to those incidents more difficult to define: a hearty slap on the back, rude looks from strangers on buses, a snubbing by her
social set.
Type restriction of xs:token
Properties
content simple
Facets
enumeration FORMAL
enumeration INFORMAL
Used by
Element RRESPONSES
Source
<xs:attribute name="FORMALITY">
  <xs:annotation>
    <xs:documentation>Formality is an attribute attached to rResponses which allows you to indicate whether a response to a work was formal or informal. "Formal" means that the response was written or otherwise made public; "informal" refers to those incidents more difficult to define: a hearty slap on the back, rude looks from strangers on buses, a snubbing by her social set.</xs:documentation>
  </xs:annotation>
  <xs:simpleType>
    <xs:restriction base="xs:token">
      <xs:enumeration value="FORMAL"/>
      <xs:enumeration value="INFORMAL"/>
    </xs:restriction>
  </xs:simpleType>
</xs:attribute>
[ top ]
Attribute RRESPONSES / @GENDEREDRESPONSE
Namespace No namespace
Annotations
This attribute attached to rResponses indicates whether or not
a response to a work was predicated on the writer's gender.
Type restriction of xs:token
Properties
content simple
Facets
enumeration ADFEMINAM
enumeration GENDEREDYES
enumeration GENDEREDNO
Used by
Element RRESPONSES
Source
<xs:attribute name="GENDEREDRESPONSE">
  <xs:annotation>
    <xs:documentation>This attribute attached to rResponses indicates whether or not a response to a work was predicated on the writer's gender.</xs:documentation>
  </xs:annotation>
  <xs:simpleType>
    <xs:restriction base="xs:token">
      <xs:enumeration value="ADFEMINAM"/>
      <xs:enumeration value="GENDEREDYES"/>
      <xs:enumeration value="GENDEREDNO"/>
    </xs:restriction>
  </xs:simpleType>
</xs:attribute>
[ top ]
Attribute RRESPONSES / @RESPONSETYPE
Namespace No namespace
Annotations
ResponseType is an optional attribute that specifies
the historical timing of a response to a written work through its values of "recent," "re-evaluation," or
"initial."
Type restriction of xs:token
Properties
content simple
Facets
enumeration RE-EVALUATION
enumeration RECENT
enumeration INITIAL
Used by
Element RRESPONSES
Source
<xs:attribute name="RESPONSETYPE">
  <xs:annotation>
    <xs:documentation>ResponseType is an optional attribute that specifies the historical timing of a response to a written work through its values of "recent," "re-evaluation," or "initial."</xs:documentation>
  </xs:annotation>
  <xs:simpleType>
    <xs:restriction base="xs:token">
      <xs:enumeration value="RE-EVALUATION"/>
      <xs:enumeration value="RECENT"/>
      <xs:enumeration value="INITIAL"/>
    </xs:restriction>
  </xs:simpleType>
</xs:attribute>
[ top ]
Attribute RDESTRUCTIONOFWORK / @DESTROYEDBY
Namespace No namespace
Annotations
This attribute, attached to rDestructionOfWork, allows you to
indicate who destroyed the work.
Type restriction of xs:token
Properties
content simple
Facets
enumeration SELF
enumeration OTHER
Used by
Source
<xs:attribute name="DESTROYEDBY">
  <xs:annotation>
    <xs:documentation>This attribute, attached to rDestructionOfWork, allows you to indicate who destroyed the work.</xs:documentation>
  </xs:annotation>
  <xs:simpleType>
    <xs:restriction base="xs:token">
      <xs:enumeration value="SELF"/>
      <xs:enumeration value="OTHER"/>
    </xs:restriction>
  </xs:simpleType>
</xs:attribute>
[ top ]
Attribute RPENALTIES / @CENSORSHIP
Namespace No namespace
Annotations
If a book is censored, we consider that action a type of penalty.
This attribute flags when censorship has been one of the penalizing responses to a work.
Type restriction of xs:token
Properties
content simple
Facets
enumeration CENSORSHIPYES
Used by
Element RPENALTIES
Source
<xs:attribute name="CENSORSHIP">
  <xs:annotation>
    <xs:documentation>If a book is censored, we consider that action a type of penalty. This attribute flags when censorship has been one of the penalizing responses to a work.</xs:documentation>
  </xs:annotation>
  <xs:simpleType>
    <xs:restriction base="xs:token">
      <xs:enumeration value="CENSORSHIPYES"/>
    </xs:restriction>
  </xs:simpleType>
</xs:attribute>
[ top ]
Attribute PRELATIONSWITHPUBLISHER / @RELATIONSHIPTYPE
Namespace No namespace
Type restriction of xs:token
Properties
content simple
Facets
enumeration PERSONAL
enumeration PROFESSIONAL
Used by
Source
<xs:attribute name="RELATIONSHIPTYPE">
  <xs:simpleType>
    <xs:restriction base="xs:token">
      <xs:enumeration value="PERSONAL"/>
      <xs:enumeration value="PROFESSIONAL"/>
    </xs:restriction>
  </xs:simpleType>
</xs:attribute>
[ top ]
Attribute PSERIALIZATION / @FORMOFSERIALIZATION
Namespace No namespace
Annotations
This attribute is attached to the element pSerialization and
specifies whether the work appeared in "volumeForm" or "periodicalForm."
Type restriction of xs:token
Properties
content simple
Facets
enumeration VOLUMEFORM
enumeration PERIODICALFORM
Used by
Element PSERIALIZATION
Source
<xs:attribute name="FORMOFSERIALIZATION">
  <xs:annotation>
    <xs:documentation>This attribute is attached to the element pSerialization and specifies whether the work appeared in "volumeForm" or "periodicalForm."</xs:documentation>
  </xs:annotation>
  <xs:simpleType>
    <xs:restriction base="xs:token">
      <xs:enumeration value="VOLUMEFORM"/>
      <xs:enumeration value="PERIODICALFORM"/>
    </xs:restriction>
  </xs:simpleType>
</xs:attribute>
[ top ]
Attribute TITLE / @REG
Namespace No namespace
Annotations
Reg (or
regularization) contains a reading which has been regularized or normalized in some
sense.
Used by
Element TITLE
Source
<xs:attribute name="REG">
  <xs:annotation>
    <xs:documentation>Reg (or regularization) contains a reading which has been regularized or normalized in some sense.</xs:documentation>
  </xs:annotation>
</xs:attribute>
[ top ]
Attribute TITLE / @REND
Namespace No namespace
Used by
Element TITLE
Source
<xs:attribute name="REND"/>
[ top ]
Attribute TITLE / @STANDARD
Namespace No namespace
Used by
Element TITLE
Source
<xs:attribute name="STANDARD"/>
[ top ]
Attribute TITLE / @TITLETYPE
Namespace No namespace
Annotations
An attribute of title, titleType indicates whether a
title is a part of another work, an entire work, a journal, or a series.
Type restriction of xs:token
Properties
use required
Facets
enumeration MONOGRAPHIC
enumeration ANALYTIC
enumeration JOURNAL
enumeration SERIES
enumeration UNPUBLISHED
Used by
Element TITLE
Source
<xs:attribute name="TITLETYPE" use="required">
  <xs:annotation>
    <xs:documentation>An attribute of title, titleType indicates whether a title is a part of another work, an entire work, a journal, or a series.</xs:documentation>
  </xs:annotation>
  <xs:simpleType>
    <xs:restriction base="xs:token">
      <xs:enumeration value="MONOGRAPHIC"/>
      <xs:enumeration value="ANALYTIC"/>
      <xs:enumeration value="JOURNAL"/>
      <xs:enumeration value="SERIES"/>
      <xs:enumeration value="UNPUBLISHED"/>
    </xs:restriction>
  </xs:simpleType>
</xs:attribute>
[ top ]
Attribute TITLE / @REF
Namespace No namespace
Type xs:anyURI
Properties
content simple
Used by
Element TITLE
Source
<xs:attribute name="REF" type="xs:anyURI"/>
[ top ]
Attribute PNONSURVIVAL / @TYPEOFNONSURVIVAL
Namespace No namespace
Type restriction of xs:token
Properties
content simple
Facets
enumeration ACCIDENT
enumeration UNKNOWN
Used by
Element PNONSURVIVAL
Source
<xs:attribute name="TYPEOFNONSURVIVAL">
  <xs:simpleType>
    <xs:restriction base="xs:token">
      <xs:enumeration value="ACCIDENT"/>
      <xs:enumeration value="UNKNOWN"/>
    </xs:restriction>
  </xs:simpleType>
</xs:attribute>
[ top ]
Attribute PMOTIVES / @ID
Namespace No namespace
Type xs:NCName
Properties
content simple
Used by
Element PMOTIVES
Source
<xs:attribute name="ID" type="xs:NCName"/>
[ top ]
Attribute PMOTIVES / @MOTIVETYPE
Namespace No namespace
Annotations
MotiveType is an attribute affiliated with the element
pMotives.
Type restriction of xs:token
Properties
content simple
Facets
enumeration ASCRIBED
enumeration SELF-IDENTIFIED
Used by
Element PMOTIVES
Source
<xs:attribute name="MOTIVETYPE">
  <xs:annotation>
    <xs:documentation>MotiveType is an attribute affiliated with the element pMotives.</xs:documentation>
  </xs:annotation>
  <xs:simpleType>
    <xs:restriction base="xs:token">
      <xs:enumeration value="ASCRIBED"/>
      <xs:enumeration value="SELF-IDENTIFIED"/>
    </xs:restriction>
  </xs:simpleType>
</xs:attribute>
[ top ]
Attribute PMODEOFPUBLICATION / @PUBLICATIONMODE
Namespace No namespace
Annotations
This optional attribute allows you to identify how a text was
published.
Type restriction of xs:token
Properties
content simple
Facets
enumeration SELF-PUBLICATION
enumeration PRIVATELYPRINTED
enumeration LIMITEDEDITION
enumeration PIRATED
enumeration SUBSCRIPTION
Used by
Source
<xs:attribute name="PUBLICATIONMODE">
  <xs:annotation>
    <xs:documentation>This optional attribute allows you to identify how a text was published.</xs:documentation>
  </xs:annotation>
  <xs:simpleType>
    <xs:restriction base="xs:token">
      <xs:enumeration value="SELF-PUBLICATION"/>
      <xs:enumeration value="PRIVATELYPRINTED"/>
      <xs:enumeration value="LIMITEDEDITION"/>
      <xs:enumeration value="PIRATED"/>
      <xs:enumeration value="SUBSCRIPTION"/>
    </xs:restriction>
  </xs:simpleType>
</xs:attribute>
[ top ]
Attribute PMATERIALCONDITIONS / @DISPLACEMENT
Namespace No namespace
Annotations
This optional attribute attached to materialconditions applies to
information about women who wrote from a displaced position (geographical or physical in some sense).
Type restriction of xs:token
Properties
content simple
Facets
enumeration DISPLACEMENTYES
Used by
Source
<xs:attribute name="DISPLACEMENT">
  <xs:annotation>
    <xs:documentation>This optional attribute attached to materialconditions applies to information about women who wrote from a displaced position (geographical or physical in some sense).</xs:documentation>
  </xs:annotation>
  <xs:simpleType>
    <xs:restriction base="xs:token">
      <xs:enumeration value="DISPLACEMENTYES"/>
    </xs:restriction>
  </xs:simpleType>
</xs:attribute>
[ top ]
Attribute PINFLUENCESHER / @INFLUENCETYPE
Namespace No namespace
Annotations
InfluenceType is an attribute affiliated with the element
pInfluencesHer and is used to indicate how someone or something influenced a woman writer.
Type restriction of xs:token
Properties
content simple
Facets
enumeration LITERARY
enumeration INTELLECTUAL
enumeration FAMILIAL
Used by
Element PINFLUENCESHER
Source
<xs:attribute name="INFLUENCETYPE">
  <xs:annotation>
    <xs:documentation>InfluenceType is an attribute affiliated with the element pInfluencesHer and is used to indicate how someone or something influenced a woman writer.</xs:documentation>
  </xs:annotation>
  <xs:simpleType>
    <xs:restriction base="xs:token">
      <xs:enumeration value="LITERARY"/>
      <xs:enumeration value="INTELLECTUAL"/>
      <xs:enumeration value="FAMILIAL"/>
    </xs:restriction>
  </xs:simpleType>
</xs:attribute>
[ top ]
Attribute PCONTRACT / @ID
Namespace No namespace
Type xs:NCName
Properties
content simple
Used by
Element PCONTRACT
Source
<xs:attribute name="ID" type="xs:NCName"/>
[ top ]
Attribute PAUTHORSHIP / @AUTHORNAMETYPE
Namespace No namespace
Annotations
This attribute attached to pAuthorship allows us to distinguish
between different kinds of authorship problems such as anonymous and pseudonymous texts, and texts whose authorship is only alluded
to.
Type restriction of xs:token
Properties
content simple
Facets
enumeration ANONYMOUS
enumeration PSEUDONYMOUS
enumeration ALLUSIVEAUTHORSHIP
Used by
Element PAUTHORSHIP
Source
<xs:attribute name="AUTHORNAMETYPE">
  <xs:annotation>
    <xs:documentation>This attribute attached to pAuthorship allows us to distinguish between different kinds of authorship problems such as anonymous and pseudonymous texts, and texts whose authorship is only alluded to.</xs:documentation>
  </xs:annotation>
  <xs:simpleType>
    <xs:restriction base="xs:token">
      <xs:enumeration value="ANONYMOUS"/>
      <xs:enumeration value="PSEUDONYMOUS"/>
      <xs:enumeration value="ALLUSIVEAUTHORSHIP"/>
    </xs:restriction>
  </xs:simpleType>
</xs:attribute>
[ top ]
Attribute PAUTHORSHIP / @AUTHORSHIPCONTROVERSY
Namespace No namespace
Annotations
This attribute attached to pAuthorship reflects the difficulties
scholars sometimes encounter when trying to identify the authorship of a text.
Type restriction of xs:token
Properties
content simple
Facets
enumeration FORGERY
enumeration SPURIOUS
enumeration MISATTRIBUTION
enumeration DOUBTFUL
Used by
Element PAUTHORSHIP
Source
<xs:attribute name="AUTHORSHIPCONTROVERSY">
  <xs:annotation>
    <xs:documentation>This attribute attached to pAuthorship reflects the difficulties scholars sometimes encounter when trying to identify the authorship of a text.</xs:documentation>
  </xs:annotation>
  <xs:simpleType>
    <xs:restriction base="xs:token">
      <xs:enumeration value="FORGERY"/>
      <xs:enumeration value="SPURIOUS"/>
      <xs:enumeration value="MISATTRIBUTION"/>
      <xs:enumeration value="DOUBTFUL"/>
    </xs:restriction>
  </xs:simpleType>
</xs:attribute>
[ top ]
Attribute PAUTHORSHIP / @COLLABORATION
Namespace No namespace
Annotations
This attribute attached to pAuthorship allows us to distinguish
those texts authored by more than a single author.
Type restriction of xs:token
Properties
content simple
Facets
enumeration COLLABORATIONYES
Used by
Element PAUTHORSHIP
Source
<xs:attribute name="COLLABORATION">
  <xs:annotation>
    <xs:documentation>This attribute attached to pAuthorship allows us to distinguish those texts authored by more than a single author.</xs:documentation>
  </xs:annotation>
  <xs:simpleType>
    <xs:restriction base="xs:token">
      <xs:enumeration value="COLLABORATIONYES"/>
    </xs:restriction>
  </xs:simpleType>
</xs:attribute>
[ top ]
Attribute PAUTHORSHIP / @CONTROVERSYDATE
Namespace No namespace
Annotations
This optional attribute attached to pAuthorship designates the
current standing of a controversy surrounding authorship.
Type restriction of xs:token
Properties
content simple
Facets
enumeration PRESENT
enumeration HISTORICAL
enumeration ONGOING
Used by
Element PAUTHORSHIP
Source
<xs:attribute name="CONTROVERSYDATE">
  <xs:annotation>
    <xs:documentation>This optional attribute attached to pAuthorship designates the current standing of a controversy surrounding authorship.</xs:documentation>
  </xs:annotation>
  <xs:simpleType>
    <xs:restriction base="xs:token">
      <xs:enumeration value="PRESENT"/>
      <xs:enumeration value="HISTORICAL"/>
      <xs:enumeration value="ONGOING"/>
    </xs:restriction>
  </xs:simpleType>
</xs:attribute>
[ top ]
Attribute TMOTIF / @MOTIFNAME
Namespace No namespace
Annotations
Atribute on tMotif used to regularize discussions of motifs to
one of the descriptors listed under Motif.
Used by
Element TMOTIF
Source
<xs:attribute name="MOTIFNAME">
  <xs:annotation>
    <xs:documentation>Atribute on tMotif used to regularize discussions of motifs to one of the descriptors listed under Motif.</xs:documentation>
  </xs:annotation>
</xs:attribute>
[ top ]
Attribute L / @PART
Namespace No namespace
Annotations
The part attribute specifies whether or not its parent
element is fragmented in some way, typically by some other overlapping structure: for example a speech which is divided between
two or more verse stanzas, a paragraph which is split across a page division, a verse line which is divided between two
speakers.
Type restriction of xs:token
Properties
default N
Facets
enumeration N
(no) either the element is not fragmented, or no claim is made as to its completeness
enumeration Y
(yes) the element is fragmented in some (unspecified) respect
enumeration I
(initial) this is the initial part of a fragmented element
enumeration M
(medial) this is a medial part of a fragmented element
enumeration F
(final) this is the final part of a fragmented element
Used by
Element L
Source
<xs:attribute name="PART" default="N">
  <xs:annotation>
    <xs:documentation>The part attribute specifies whether or not its parent element is fragmented in some way, typically by some other overlapping structure: for example a speech which is divided between two or more verse stanzas, a paragraph which is split across a page division, a verse line which is divided between two speakers.</xs:documentation>
  </xs:annotation>
  <xs:simpleType>
    <xs:restriction base="xs:token">
      <xs:enumeration value="N">
        <xs:annotation>
          <xs:documentation>(no) either the element is not fragmented, or no claim is made as to its completeness</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Y">
        <xs:annotation>
          <xs:documentation>(yes) the element is fragmented in some (unspecified) respect</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="I">
        <xs:annotation>
          <xs:documentation>(initial) this is the initial part of a fragmented element</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="M">
        <xs:annotation>
          <xs:documentation>(medial) this is a medial part of a fragmented element</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="F">
        <xs:annotation>
          <xs:documentation>(final) this is the final part of a fragmented element</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
    </xs:restriction>
  </xs:simpleType>
</xs:attribute>
[ top ]
Attribute L / @RHYME
Namespace No namespace
Used by
Element L
Source
<xs:attribute name="RHYME"/>
[ top ]
Attribute TTHEMETOPIC / @ID
Namespace No namespace
Type xs:NCName
Properties
content simple
Used by
Element TTHEMETOPIC
Source
<xs:attribute name="ID" type="xs:NCName"/>
[ top ]
Attribute TCHARACTERNAME / @REG
Namespace No namespace
Annotations
Reg (or
regularization) contains a reading which has been regularized or normalized in some
sense.
Used by
Element TCHARACTERNAME
Source
<xs:attribute name="REG">
  <xs:annotation>
    <xs:documentation>Reg (or regularization) contains a reading which has been regularized or normalized in some sense.</xs:documentation>
  </xs:annotation>
</xs:attribute>
[ top ]
Attribute TCHARACTERTYPEROLE / @PROTAGONIST
Namespace No namespace
Annotations
This attribute defines the type of character where
useful.
Type restriction of xs:token
Properties
content simple
Facets
enumeration MALE
enumeration FEMALE
Used by
Source
<xs:attribute name="PROTAGONIST">
  <xs:annotation>
    <xs:documentation>This attribute defines the type of character where useful.</xs:documentation>
  </xs:annotation>
  <xs:simpleType>
    <xs:restriction base="xs:token">
      <xs:enumeration value="MALE"/>
      <xs:enumeration value="FEMALE"/>
    </xs:restriction>
  </xs:simpleType>
</xs:attribute>
[ top ]
Attribute TOPIC / @STANDARD
Namespace No namespace
Used by
Element TOPIC
Source
<xs:attribute name="STANDARD"/>
[ top ]
Attribute PLITERARYSCHOOLS / @INVOLVEMENT
Namespace No namespace
Annotations
This optional attribute attached to
politicalAffiliation in Biography and PLiterarySchools in Writing, in conjunction with its sibling attributes, designates the
degree of political engagement with the political affiliation or literary school specified. Involvement denotes an intermediate
level of activity between activism and membership; the political activities involves more than simply being a member of the
Labour Party but does not entail sustained activism. Examples might include participating (but not in a leadership role) in a
labour strike or a WSPU march, holding a position within an organization's executive, writing letters or canvassing for
Greenpeace.
Type restriction of xs:token
Properties
default INVOLVEMENTYES
Facets
enumeration INVOLVEMENTYES
enumeration INVOLVEMENTNO
Used by
Source
<xs:attribute name="INVOLVEMENT" default="INVOLVEMENTYES">
  <xs:annotation>
    <xs:documentation>This optional attribute attached to politicalAffiliation in Biography and PLiterarySchools in Writing, in conjunction with its sibling attributes, designates the degree of political engagement with the political affiliation or literary school specified. Involvement denotes an intermediate level of activity between activism and membership; the political activities involves more than simply being a member of the Labour Party but does not entail sustained activism. Examples might include participating (but not in a leadership role) in a labour strike or a WSPU march, holding a position within an organization's executive, writing letters or canvassing for Greenpeace.</xs:documentation>
  </xs:annotation>
  <xs:simpleType>
    <xs:restriction base="xs:token">
      <xs:enumeration value="INVOLVEMENTYES"/>
      <xs:enumeration value="INVOLVEMENTNO"/>
    </xs:restriction>
  </xs:simpleType>
</xs:attribute>
[ top ]
Attribute PLITERARYSCHOOLS / @REG
Namespace No namespace
Annotations
Reg (or
regularization) contains a reading which has been regularized or normalized in some
sense.
Used by
Source
<xs:attribute name="REG">
  <xs:annotation>
    <xs:documentation>Reg (or regularization) contains a reading which has been regularized or normalized in some sense.</xs:documentation>
  </xs:annotation>
</xs:attribute>
[ top ]
Attribute TGENRE / @GENRENAME
Namespace No namespace
Annotations
GenreName is an optional attribute that provides a
pick-list of possible genre names to modify the element tGenre. It will prove especially useful in situations where the prose
does not allow the concise naming of a genre that would be easily understood by a simpler name. Ultimately, this attribute will
help us systematize and index references to various genre names.
Type restriction of xs:token
Properties
content simple
Facets
enumeration ABRIDGEMENT
enumeration ACLEF
enumeration ACROSTIC
enumeration ADAPTATION
enumeration ADVENTUREWRITING
enumeration ADVERTISINGCOPY
enumeration AFTERPIECE
enumeration AFTERWORD
enumeration AGITPROP
enumeration ALLEGORY
enumeration ALMANAC
enumeration ANACREONTIC
enumeration ANAGRAM
enumeration ANNOTATION
enumeration ANSWER
enumeration ANTHEM
enumeration ANTHOLOGY
enumeration ANTIROMANCE
enumeration APHORISM
enumeration APOLOGY
enumeration ARTCRITICISM
enumeration AUTOBIOGRAPHY
enumeration BALLAD
enumeration BALLADE
enumeration BALLADOPERA
enumeration BALLET
enumeration BERGAMASQUE
enumeration BESTIARY
enumeration BIBLICALPARAPHRASE
enumeration BILDUNGSROMAN
enumeration BIOGRAPHICALDICTIONARY
enumeration BIOGRAPHY
enumeration BISEXUALFICTION
enumeration BLACKCOMEDY
enumeration BOUTSRIMES
enumeration BROADSIDE
enumeration BURLETTA
enumeration CABARET
enumeration CAPTIVITYNARRATIVE
enumeration CATECHISM
enumeration CHAPBOOK
enumeration CHARACTER
enumeration CHARADE
enumeration CHILDRENSLITERATURE
enumeration CLERIHEW
enumeration CLOSETDRAMA
enumeration COLOURINGBOOK
enumeration COMEDY
enumeration COMEDYOFHUMOURS
enumeration COMEDYOFINTRIGUE
enumeration COMEDYOFMANNERS
enumeration COMEDYOFMENACE
enumeration COMICBOOK
enumeration COMINGOUT
enumeration COMMONPLACEBOOK
enumeration COMPANION
enumeration COMPUTERPROGRAM
enumeration CONDITIONOFENGLANDNOVEL
enumeration CONDUCTLITERATURE
enumeration COOKBOOK
enumeration COURTSHIPFICTION
enumeration CRIMINOLOGY
enumeration DEDICATION
enumeration DETECTIVE
enumeration DEVOTIONAL
enumeration DIALOGUEORDEBATE
enumeration DIARY
enumeration DIALOGUEOFTHEDEAD
enumeration DICTIONARY
enumeration DIDACTIC
enumeration DIRECTORY
enumeration DISSERTATION
enumeration DOCUMENTARY
enumeration DOMESTIC
enumeration DRAMA
enumeration DRAMATICMONOLOGUE
enumeration DREAMVISION
enumeration DYSTOPIA
enumeration ECLOGUE
enumeration EDITING
enumeration ELEGY
enumeration ENCYCLOPAEDIA
enumeration EPIC
enumeration EPICTHEATRE
enumeration EPIGRAM
enumeration EPILOGUE
enumeration EPISODICLITERATURE
enumeration EPISTLE
enumeration EPISTOLARY
enumeration EPITAPH
enumeration EPITHALAMIUM
enumeration EPYLLION
enumeration EROTICAPORNOGRAPHY
enumeration ESSAY
enumeration EULOGY
enumeration EXHIBITIONCATALOGUE
enumeration EXPRESSIONISTWRITING
enumeration FABLE
enumeration FABLIAU
enumeration FAIRYTALE
enumeration FANTASY
enumeration FARCE
enumeration FEMINIST
enumeration FEMINISTTHEORY
enumeration FICTION
enumeration FILMTVSCRIPT
enumeration FOLKSONG
enumeration GARDENINGBOOK
enumeration GENEALOGY
enumeration GEORGIC
enumeration GHOSTSTORY
enumeration GIFTBOOK
enumeration GOTHIC
enumeration GOVERNMENTREPORT
enumeration GRAMMAR
enumeration GRAVEYARDPOETRY
enumeration GUERILLATHEATRE
enumeration GUIDEBOOK
enumeration HAGIOGRAPHY
enumeration HAIKU
enumeration HARLEQUINADE
enumeration HEROIC
enumeration HISTORICAL
enumeration HISTORY
enumeration HYMN
enumeration IMITATION
enumeration IMPROVISATION
enumeration INDUSTRIALNOVEL
enumeration INTRODUCTION
enumeration JOURNALISM
enumeration JUVENILIA
enumeration KITCHENSINKDRAMA
enumeration KUNSTLERROMAN
enumeration LAIS
enumeration LAMPOON
enumeration LEGALWRITING
enumeration LEGENDFOLKTALE
enumeration LESBIAN
enumeration LETTER
enumeration LETTERSFROMTHEDEADTOTHELIVING
enumeration LIBRETTO
enumeration LITERARYCRITICISM
enumeration LITURGY
enumeration LOVE
enumeration LYRIC
enumeration MAGICREALIST
enumeration MANIFESTO
enumeration MANUAL
enumeration MAP
enumeration MASQUE
enumeration MEDICALWRITING
enumeration MELODRAMA
enumeration MIXEDMEDIA
enumeration MOCKFORMS
enumeration MONOLOGUE
enumeration MORALITYMYSTERYPLAY
enumeration MULTIMEDIA
enumeration MUSICOLOGY
enumeration MYSTERY
enumeration MYTH
enumeration NARRATIVEPOETRY
enumeration NATIONALISTFICTION
enumeration NATIONALTALE
enumeration NOTEBOOK
enumeration NOVEL
enumeration NOVELLA
enumeration NURSERYRHYME
enumeration OBITUARY
enumeration OCCASIONALPOETRY
enumeration ODE
enumeration ONEACTPLAY
enumeration OPERA
enumeration ORATORIO
enumeration ORIENTAL
enumeration PAGEANT
enumeration PANEGYRIC
enumeration PANTOMIME
enumeration PARABLE
enumeration PARATEXTS
enumeration PARLIAMENTARYREPORT
enumeration PARODY
enumeration PASTORAL
enumeration PEDAGOGY
enumeration PERFORMANCEPOETRY
enumeration PERIODICAL
enumeration PETITION
enumeration PHILOSOPHICAL
enumeration PHILOSOPHY
enumeration PICARESQUE
enumeration PINDARIC
enumeration POETRY
enumeration POLEMIC
enumeration POLITICALWRITING
enumeration POPULAR
enumeration PRAYER
enumeration PREFATORYPIECE
enumeration PROGRAMNOTES
enumeration PROLETARIANWRITING
enumeration PROLOGUE
enumeration PROPAGANDA
enumeration PROPHECY
enumeration PSALM
enumeration PSYCHOANALYTICAL
enumeration QUIZ
enumeration RADIODRAMA
enumeration REALIST
enumeration REGIONAL
enumeration RELIGIOUS
enumeration REVIEW
enumeration REVUE
enumeration RIDDLE
enumeration ROMANCE
enumeration SAGEWRITING
enumeration SATIRE
enumeration SCHOLARSHIP
enumeration SCHOOLFICTION
enumeration SCIENCEFICTION
enumeration SCIENTIFICWRITING
enumeration SCRAPBOOK
enumeration SENSATIONNOVEL
enumeration SENSIBILITY
enumeration SENTIMENTAL
enumeration SEQUEL
enumeration SERMON
enumeration SEXUALAWAKENINGFICTION
enumeration SHORTSTORY
enumeration SILVERFORKNOVEL
enumeration SKETCH
enumeration SKETCHBOOK
enumeration SLAVENARRATIVE
enumeration SOCIALSCIENCE
enumeration SONG
enumeration SONNET
enumeration SPEECH
enumeration STAGEREVIEW
enumeration TESTIMONY
enumeration TEXTBOOK
enumeration THEATREOFCRUELTY
enumeration THEATREOFTHEABSURD
enumeration THEOLOGY
enumeration THESAURUS
enumeration THRILLER
enumeration TOPOGRAPHICALPOETRY
enumeration TRACTPAMPHLET
enumeration TRAGEDY
enumeration TRAGICOMEDY
enumeration TRANSLATION
enumeration TRAVELWRITING
enumeration TREATISE
enumeration UTOPIA
enumeration VERSENOVEL
enumeration VIGNETTE
enumeration VILLANELLE
enumeration YOUNGADULTWRITING
Used by
Element TGENRE
Source
<xs:attribute name="GENRENAME">
  <xs:annotation>
    <xs:documentation>GenreName is an optional attribute that provides a pick-list of possible genre names to modify the element tGenre. It will prove especially useful in situations where the prose does not allow the concise naming of a genre that would be easily understood by a simpler name. Ultimately, this attribute will help us systematize and index references to various genre names.</xs:documentation>
  </xs:annotation>
  <xs:simpleType>
    <xs:restriction base="xs:token">
      <xs:enumeration value="ABRIDGEMENT"/>
      <xs:enumeration value="ACLEF"/>
      <xs:enumeration value="ACROSTIC"/>
      <xs:enumeration value="ADAPTATION"/>
      <xs:enumeration value="ADVENTUREWRITING"/>
      <xs:enumeration value="ADVERTISINGCOPY"/>
      <xs:enumeration value="AFTERPIECE"/>
      <xs:enumeration value="AFTERWORD"/>
      <xs:enumeration value="AGITPROP"/>
      <xs:enumeration value="ALLEGORY"/>
      <xs:enumeration value="ALMANAC"/>
      <xs:enumeration value="ANACREONTIC"/>
      <xs:enumeration value="ANAGRAM"/>
      <xs:enumeration value="ANNOTATION"/>
      <xs:enumeration value="ANSWER"/>
      <xs:enumeration value="ANTHEM"/>
      <xs:enumeration value="ANTHOLOGY"/>
      <xs:enumeration value="ANTIROMANCE"/>
      <xs:enumeration value="APHORISM"/>
      <xs:enumeration value="APOLOGY"/>
      <xs:enumeration value="ARTCRITICISM"/>
      <xs:enumeration value="AUTOBIOGRAPHY"/>
      <xs:enumeration value="BALLAD"/>
      <xs:enumeration value="BALLADE"/>
      <xs:enumeration value="BALLADOPERA"/>
      <xs:enumeration value="BALLET"/>
      <xs:enumeration value="BERGAMASQUE"/>
      <xs:enumeration value="BESTIARY"/>
      <xs:enumeration value="BIBLICALPARAPHRASE"/>
      <xs:enumeration value="BILDUNGSROMAN"/>
      <xs:enumeration value="BIOGRAPHICALDICTIONARY"/>
      <xs:enumeration value="BIOGRAPHY"/>
      <xs:enumeration value="BISEXUALFICTION"/>
      <xs:enumeration value="BLACKCOMEDY"/>
      <xs:enumeration value="BOUTSRIMES"/>
      <xs:enumeration value="BROADSIDE"/>
      <xs:enumeration value="BURLETTA"/>
      <xs:enumeration value="CABARET"/>
      <xs:enumeration value="CAPTIVITYNARRATIVE"/>
      <xs:enumeration value="CATECHISM"/>
      <xs:enumeration value="CHAPBOOK"/>
      <xs:enumeration value="CHARACTER"/>
      <xs:enumeration value="CHARADE"/>
      <xs:enumeration value="CHILDRENSLITERATURE"/>
      <xs:enumeration value="CLERIHEW"/>
      <xs:enumeration value="CLOSETDRAMA"/>
      <xs:enumeration value="COLOURINGBOOK"/>
      <xs:enumeration value="COMEDY"/>
      <xs:enumeration value="COMEDYOFHUMOURS"/>
      <xs:enumeration value="COMEDYOFINTRIGUE"/>
      <xs:enumeration value="COMEDYOFMANNERS"/>
      <xs:enumeration value="COMEDYOFMENACE"/>
      <xs:enumeration value="COMICBOOK"/>
      <xs:enumeration value="COMINGOUT"/>
      <xs:enumeration value="COMMONPLACEBOOK"/>
      <xs:enumeration value="COMPANION"/>
      <xs:enumeration value="COMPUTERPROGRAM"/>
      <xs:enumeration value="CONDITIONOFENGLANDNOVEL"/>
      <xs:enumeration value="CONDUCTLITERATURE"/>
      <xs:enumeration value="COOKBOOK"/>
      <xs:enumeration value="COURTSHIPFICTION"/>
      <xs:enumeration value="CRIMINOLOGY"/>
      <xs:enumeration value="DEDICATION"/>
      <xs:enumeration value="DETECTIVE"/>
      <xs:enumeration value="DEVOTIONAL"/>
      <xs:enumeration value="DIALOGUEORDEBATE"/>
      <xs:enumeration value="DIARY"/>
      <xs:enumeration value="DIALOGUEOFTHEDEAD"/>
      <xs:enumeration value="DICTIONARY"/>
      <xs:enumeration value="DIDACTIC"/>
      <xs:enumeration value="DIRECTORY"/>
      <xs:enumeration value="DISSERTATION"/>
      <xs:enumeration value="DOCUMENTARY"/>
      <xs:enumeration value="DOMESTIC"/>
      <xs:enumeration value="DRAMA"/>
      <xs:enumeration value="DRAMATICMONOLOGUE"/>
      <xs:enumeration value="DREAMVISION"/>
      <xs:enumeration value="DYSTOPIA"/>
      <xs:enumeration value="ECLOGUE"/>
      <xs:enumeration value="EDITING"/>
      <xs:enumeration value="ELEGY"/>
      <xs:enumeration value="ENCYCLOPAEDIA"/>
      <xs:enumeration value="EPIC"/>
      <xs:enumeration value="EPICTHEATRE"/>
      <xs:enumeration value="EPIGRAM"/>
      <xs:enumeration value="EPILOGUE"/>
      <xs:enumeration value="EPISODICLITERATURE"/>
      <xs:enumeration value="EPISTLE"/>
      <xs:enumeration value="EPISTOLARY"/>
      <xs:enumeration value="EPITAPH"/>
      <xs:enumeration value="EPITHALAMIUM"/>
      <xs:enumeration value="EPYLLION"/>
      <xs:enumeration value="EROTICAPORNOGRAPHY"/>
      <xs:enumeration value="ESSAY"/>
      <xs:enumeration value="EULOGY"/>
      <xs:enumeration value="EXHIBITIONCATALOGUE"/>
      <xs:enumeration value="EXPRESSIONISTWRITING"/>
      <xs:enumeration value="FABLE"/>
      <xs:enumeration value="FABLIAU"/>
      <xs:enumeration value="FAIRYTALE"/>
      <xs:enumeration value="FANTASY"/>
      <xs:enumeration value="FARCE"/>
      <xs:enumeration value="FEMINIST"/>
      <xs:enumeration value="FEMINISTTHEORY"/>
      <xs:enumeration value="FICTION"/>
      <xs:enumeration value="FILMTVSCRIPT"/>
      <xs:enumeration value="FOLKSONG"/>
      <xs:enumeration value="GARDENINGBOOK"/>
      <xs:enumeration value="GENEALOGY"/>
      <xs:enumeration value="GEORGIC"/>
      <xs:enumeration value="GHOSTSTORY"/>
      <xs:enumeration value="GIFTBOOK"/>
      <xs:enumeration value="GOTHIC"/>
      <xs:enumeration value="GOVERNMENTREPORT"/>
      <xs:enumeration value="GRAMMAR"/>
      <xs:enumeration value="GRAVEYARDPOETRY"/>
      <xs:enumeration value="GUERILLATHEATRE"/>
      <xs:enumeration value="GUIDEBOOK"/>
      <xs:enumeration value="HAGIOGRAPHY"/>
      <xs:enumeration value="HAIKU"/>
      <xs:enumeration value="HARLEQUINADE"/>
      <xs:enumeration value="HEROIC"/>
      <xs:enumeration value="HISTORICAL"/>
      <xs:enumeration value="HISTORY"/>
      <xs:enumeration value="HYMN"/>
      <xs:enumeration value="IMITATION"/>
      <xs:enumeration value="IMPROVISATION"/>
      <xs:enumeration value="INDUSTRIALNOVEL"/>
      <xs:enumeration value="INTRODUCTION"/>
      <xs:enumeration value="JOURNALISM"/>
      <xs:enumeration value="JUVENILIA"/>
      <xs:enumeration value="KITCHENSINKDRAMA"/>
      <xs:enumeration value="KUNSTLERROMAN"/>
      <xs:enumeration value="LAIS"/>
      <xs:enumeration value="LAMPOON"/>
      <xs:enumeration value="LEGALWRITING"/>
      <xs:enumeration value="LEGENDFOLKTALE"/>
      <xs:enumeration value="LESBIAN"/>
      <xs:enumeration value="LETTER"/>
      <xs:enumeration value="LETTERSFROMTHEDEADTOTHELIVING"/>
      <xs:enumeration value="LIBRETTO"/>
      <xs:enumeration value="LITERARYCRITICISM"/>
      <xs:enumeration value="LITURGY"/>
      <xs:enumeration value="LOVE"/>
      <xs:enumeration value="LYRIC"/>
      <xs:enumeration value="MAGICREALIST"/>
      <xs:enumeration value="MANIFESTO"/>
      <xs:enumeration value="MANUAL"/>
      <xs:enumeration value="MAP"/>
      <xs:enumeration value="MASQUE"/>
      <xs:enumeration value="MEDICALWRITING"/>
      <xs:enumeration value="MELODRAMA"/>
      <xs:enumeration value="MIXEDMEDIA"/>
      <xs:enumeration value="MOCKFORMS"/>
      <xs:enumeration value="MONOLOGUE"/>
      <xs:enumeration value="MORALITYMYSTERYPLAY"/>
      <xs:enumeration value="MULTIMEDIA"/>
      <xs:enumeration value="MUSICOLOGY"/>
      <xs:enumeration value="MYSTERY"/>
      <xs:enumeration value="MYTH"/>
      <xs:enumeration value="NARRATIVEPOETRY"/>
      <xs:enumeration value="NATIONALISTFICTION"/>
      <xs:enumeration value="NATIONALTALE"/>
      <xs:enumeration value="NOTEBOOK"/>
      <xs:enumeration value="NOVEL"/>
      <xs:enumeration value="NOVELLA"/>
      <xs:enumeration value="NURSERYRHYME"/>
      <xs:enumeration value="OBITUARY"/>
      <xs:enumeration value="OCCASIONALPOETRY"/>
      <xs:enumeration value="ODE"/>
      <xs:enumeration value="ONEACTPLAY"/>
      <xs:enumeration value="OPERA"/>
      <xs:enumeration value="ORATORIO"/>
      <xs:enumeration value="ORIENTAL"/>
      <xs:enumeration value="PAGEANT"/>
      <xs:enumeration value="PANEGYRIC"/>
      <xs:enumeration value="PANTOMIME"/>
      <xs:enumeration value="PARABLE"/>
      <xs:enumeration value="PARATEXTS"/>
      <xs:enumeration value="PARLIAMENTARYREPORT"/>
      <xs:enumeration value="PARODY"/>
      <xs:enumeration value="PASTORAL"/>
      <xs:enumeration value="PEDAGOGY"/>
      <xs:enumeration value="PERFORMANCEPOETRY"/>
      <xs:enumeration value="PERIODICAL"/>
      <xs:enumeration value="PETITION"/>
      <xs:enumeration value="PHILOSOPHICAL"/>
      <xs:enumeration value="PHILOSOPHY"/>
      <xs:enumeration value="PICARESQUE"/>
      <xs:enumeration value="PINDARIC"/>
      <xs:enumeration value="POETRY"/>
      <xs:enumeration value="POLEMIC"/>
      <xs:enumeration value="POLITICALWRITING"/>
      <xs:enumeration value="POPULAR"/>
      <xs:enumeration value="PRAYER"/>
      <xs:enumeration value="PREFATORYPIECE"/>
      <xs:enumeration value="PROGRAMNOTES"/>
      <xs:enumeration value="PROLETARIANWRITING"/>
      <xs:enumeration value="PROLOGUE"/>
      <xs:enumeration value="PROPAGANDA"/>
      <xs:enumeration value="PROPHECY"/>
      <xs:enumeration value="PSALM"/>
      <xs:enumeration value="PSYCHOANALYTICAL"/>
      <xs:enumeration value="QUIZ"/>
      <xs:enumeration value="RADIODRAMA"/>
      <xs:enumeration value="REALIST"/>
      <xs:enumeration value="REGIONAL"/>
      <xs:enumeration value="RELIGIOUS"/>
      <xs:enumeration value="REVIEW"/>
      <xs:enumeration value="REVUE"/>
      <xs:enumeration value="RIDDLE"/>
      <xs:enumeration value="ROMANCE"/>
      <xs:enumeration value="SAGEWRITING"/>
      <xs:enumeration value="SATIRE"/>
      <xs:enumeration value="SCHOLARSHIP"/>
      <xs:enumeration value="SCHOOLFICTION"/>
      <xs:enumeration value="SCIENCEFICTION"/>
      <xs:enumeration value="SCIENTIFICWRITING"/>
      <xs:enumeration value="SCRAPBOOK"/>
      <xs:enumeration value="SENSATIONNOVEL"/>
      <xs:enumeration value="SENSIBILITY"/>
      <xs:enumeration value="SENTIMENTAL"/>
      <xs:enumeration value="SEQUEL"/>
      <xs:enumeration value="SERMON"/>
      <xs:enumeration value="SEXUALAWAKENINGFICTION"/>
      <xs:enumeration value="SHORTSTORY"/>
      <xs:enumeration value="SILVERFORKNOVEL"/>
      <xs:enumeration value="SKETCH"/>
      <xs:enumeration value="SKETCHBOOK"/>
      <xs:enumeration value="SLAVENARRATIVE"/>
      <xs:enumeration value="SOCIALSCIENCE"/>
      <xs:enumeration value="SONG"/>
      <xs:enumeration value="SONNET"/>
      <xs:enumeration value="SPEECH"/>
      <xs:enumeration value="STAGEREVIEW"/>
      <xs:enumeration value="TESTIMONY"/>
      <xs:enumeration value="TEXTBOOK"/>
      <xs:enumeration value="THEATREOFCRUELTY"/>
      <xs:enumeration value="THEATREOFTHEABSURD"/>
      <xs:enumeration value="THEOLOGY"/>
      <xs:enumeration value="THESAURUS"/>
      <xs:enumeration value="THRILLER"/>
      <xs:enumeration value="TOPOGRAPHICALPOETRY"/>
      <xs:enumeration value="TRACTPAMPHLET"/>
      <xs:enumeration value="TRAGEDY"/>
      <xs:enumeration value="TRAGICOMEDY"/>
      <xs:enumeration value="TRANSLATION"/>
      <xs:enumeration value="TRAVELWRITING"/>
      <xs:enumeration value="TREATISE"/>
      <xs:enumeration value="UTOPIA"/>
      <xs:enumeration value="VERSENOVEL"/>
      <xs:enumeration value="VIGNETTE"/>
      <xs:enumeration value="VILLANELLE"/>
      <xs:enumeration value="YOUNGADULTWRITING"/>
    </xs:restriction>
  </xs:simpleType>
</xs:attribute>
[ top ]
Attribute TGENRE / @PROPOSEDALTERNATIVENAME
Namespace No namespace
Used by
Element TGENRE
Source
<xs:attribute name="PROPOSEDALTERNATIVENAME"/>
[ top ]
Attribute ORGNAME / @ORGTYPE
Namespace No namespace
Annotations
A carry-over from the Microsoft Access database for
chronology, orgType contains a keyword descriptor of an organization. Do not use this attribute.
Used by
Element ORGNAME
Source
<xs:attribute name="ORGTYPE">
  <xs:annotation>
    <xs:documentation>A carry-over from the Microsoft Access database for chronology, orgType contains a keyword descriptor of an organization. Do not use this attribute.</xs:documentation>
  </xs:annotation>
</xs:attribute>
[ top ]
Attribute ORGNAME / @REG
Namespace No namespace
Annotations
Reg (or
regularization) contains a reading which has been regularized or normalized in some
sense.
Used by
Element ORGNAME
Source
<xs:attribute name="REG">
  <xs:annotation>
    <xs:documentation>Reg (or regularization) contains a reading which has been regularized or normalized in some sense.</xs:documentation>
  </xs:annotation>
</xs:attribute>
[ top ]
Attribute ORGNAME / @STANDARD
Namespace No namespace
Used by
Element ORGNAME
Source
<xs:attribute name="STANDARD"/>
[ top ]
Attribute ORGNAME / @REF
Namespace No namespace
Type xs:anyURI
Properties
content simple
Used by
Element ORGNAME
Source
<xs:attribute name="REF" type="xs:anyURI"/>
[ top ]
Attribute NAME / @STANDARD
Namespace No namespace
Used by
Element NAME
Source
<xs:attribute name="STANDARD"/>
[ top ]
Attribute NAME / @REF
Namespace No namespace
Type xs:anyURI
Properties
content simple
Used by
Element NAME
Source
<xs:attribute name="REF" type="xs:anyURI"/>
[ top ]
Attribute LG / @TYPE
Namespace No namespace
Annotations
Type characterizes the element in some sense, using any
convenient classification scheme or typology.
Properties
use required
Used by
Element LG
Source
<xs:attribute name="TYPE" use="required">
  <xs:annotation>
    <xs:documentation>Type characterizes the element in some sense, using any convenient classification scheme or typology.</xs:documentation>
  </xs:annotation>
</xs:attribute>
[ top ]
Attribute QUOTE / @DIRECT
Namespace No namespace
Annotations
Direct is an attribute of the quote element and is
intended to indicate whether a source is being quoted directly or indirectly. For display purposes, it will be necessary to set
off direct quotations (double quotation marks) from indirect ones (single quotation marks).
Type restriction of xs:token
Properties
default Y
Facets
enumeration Y
enumeration N
Used by
Element QUOTE
Source
<xs:attribute name="DIRECT" default="Y">
  <xs:annotation>
    <xs:documentation>Direct is an attribute of the quote element and is intended to indicate whether a source is being quoted directly or indirectly. For display purposes, it will be necessary to set off direct quotations (double quotation marks) from indirect ones (single quotation marks).</xs:documentation>
  </xs:annotation>
  <xs:simpleType>
    <xs:restriction base="xs:token">
      <xs:enumeration value="Y"/>
      <xs:enumeration value="N"/>
    </xs:restriction>
  </xs:simpleType>
</xs:attribute>
[ top ]
Attribute QUOTE / @ID
Namespace No namespace
Type xs:NCName
Properties
content simple
Used by
Element QUOTE
Source
<xs:attribute name="ID" type="xs:NCName"/>
[ top ]
Attribute ADDRESS / @CURRENT
Namespace No namespace
Used by
Element ADDRESS
Source
<xs:attribute name="CURRENT"/>
[ top ]
Attribute ADDRESS / @REG
Namespace No namespace
Annotations
Reg (or
regularization) contains a reading which has been regularized or normalized in some
sense.
Used by
Element ADDRESS
Source
<xs:attribute name="REG">
  <xs:annotation>
    <xs:documentation>Reg (or regularization) contains a reading which has been regularized or normalized in some sense.</xs:documentation>
  </xs:annotation>
</xs:attribute>
[ top ]
Attribute AREA / @CURRENT
Namespace No namespace
Used by
Element AREA
Source
<xs:attribute name="CURRENT"/>
[ top ]
Attribute AREA / @REG
Namespace No namespace
Annotations
Reg (or
regularization) contains a reading which has been regularized or normalized in some
sense.
Used by
Element AREA
Source
<xs:attribute name="REG">
  <xs:annotation>
    <xs:documentation>Reg (or regularization) contains a reading which has been regularized or normalized in some sense.</xs:documentation>
  </xs:annotation>
</xs:attribute>
[ top ]
Attribute GEOG / @CURRENT
Namespace No namespace
Used by
Element GEOG
Source
<xs:attribute name="CURRENT"/>
[ top ]
Attribute GEOG / @REG
Namespace No namespace
Annotations
Reg (or
regularization) contains a reading which has been regularized or normalized in some
sense.
Used by
Element GEOG
Source
<xs:attribute name="REG">
  <xs:annotation>
    <xs:documentation>Reg (or regularization) contains a reading which has been regularized or normalized in some sense.</xs:documentation>
  </xs:annotation>
</xs:attribute>
[ top ]
Attribute PLACENAME / @CURRENT
Namespace No namespace
Used by
Element PLACENAME
Source
<xs:attribute name="CURRENT"/>
[ top ]
Attribute PLACENAME / @REG
Namespace No namespace
Annotations
Reg (or
regularization) contains a reading which has been regularized or normalized in some
sense.
Used by
Element PLACENAME
Source
<xs:attribute name="REG">
  <xs:annotation>
    <xs:documentation>Reg (or regularization) contains a reading which has been regularized or normalized in some sense.</xs:documentation>
  </xs:annotation>
</xs:attribute>
[ top ]
Attribute REGION / @CURRENT
Namespace No namespace
Used by
Element REGION
Source
<xs:attribute name="CURRENT"/>
[ top ]
Attribute REGION / @REG
Namespace No namespace
Annotations
Reg (or
regularization) contains a reading which has been regularized or normalized in some
sense.
Used by
Element REGION
Source
<xs:attribute name="REG">
  <xs:annotation>
    <xs:documentation>Reg (or regularization) contains a reading which has been regularized or normalized in some sense.</xs:documentation>
  </xs:annotation>
</xs:attribute>
[ top ]
Attribute SETTLEMENT / @CURRENT
Namespace No namespace
Used by
Element SETTLEMENT
Source
<xs:attribute name="CURRENT"/>
[ top ]
Attribute SETTLEMENT / @REG
Namespace No namespace
Annotations
Reg (or
regularization) contains a reading which has been regularized or normalized in some
sense.
Used by
Element SETTLEMENT
Source
<xs:attribute name="REG">
  <xs:annotation>
    <xs:documentation>Reg (or regularization) contains a reading which has been regularized or normalized in some sense.</xs:documentation>
  </xs:annotation>
</xs:attribute>
[ top ]
Attribute PLACE / @REF
Namespace No namespace
Type xs:anyURI
Properties
content simple
Used by
Element PLACE
Source
<xs:attribute name="REF" type="xs:anyURI"/>
[ top ]
Attribute FOREIGN / @LANG
Namespace No namespace
Used by
Element FOREIGN
Source
<xs:attribute name="LANG"/>
[ top ]
Attribute FOREIGN / @REG
Namespace No namespace
Annotations
Reg (or
regularization) contains a reading which has been regularized or normalized in some
sense.
Used by
Element FOREIGN
Source
<xs:attribute name="REG">
  <xs:annotation>
    <xs:documentation>Reg (or regularization) contains a reading which has been regularized or normalized in some sense.</xs:documentation>
  </xs:annotation>
</xs:attribute>
[ top ]
Attribute BIBCIT / @DBREF
Namespace No namespace
Used by
Element BIBCIT
Source
<xs:attribute name="DBREF"/>
[ top ]
Attribute BIBCIT / @ID
Namespace No namespace
Type xs:NCName
Properties
content simple
Used by
Element BIBCIT
Source
<xs:attribute name="ID" type="xs:NCName"/>
[ top ]
Attribute BIBCIT / @PLACEHOLDER
Namespace No namespace
Used by
Element BIBCIT
Source
<xs:attribute name="PLACEHOLDER"/>
[ top ]
Attribute BIBCIT / @QTDIN
Namespace No namespace
Type restriction of xs:token
Properties
content simple
Facets
enumeration QTDINYES
Used by
Element BIBCIT
Source
<xs:attribute name="QTDIN">
  <xs:simpleType>
    <xs:restriction base="xs:token">
      <xs:enumeration value="QTDINYES"/>
    </xs:restriction>
  </xs:simpleType>
</xs:attribute>
[ top ]
Attribute BIBCIT / @REF
Namespace No namespace
Type xs:anyURI
Properties
content simple
Used by
Element BIBCIT
Source
<xs:attribute name="REF" type="xs:anyURI"/>
[ top ]
Attribute BIBCITS / @ID
Namespace No namespace
Type xs:NCName
Properties
content simple
Used by
Element BIBCITS
Source
<xs:attribute name="ID" type="xs:NCName"/>
[ top ]
Attribute DATE / @CALENDAR
Namespace No namespace
Annotations
An attribute of date, dateRange, and dateStruct,
calendar is used to indicate when a given date took place.
Type restriction of xs:token
Properties
default NEWSTYLE
Facets
enumeration NEWSTYLE
enumeration BC
Used by
Element DATE
Source
<xs:attribute name="CALENDAR" default="NEWSTYLE">
  <xs:annotation>
    <xs:documentation>An attribute of date, dateRange, and dateStruct, calendar is used to indicate when a given date took place.</xs:documentation>
  </xs:annotation>
  <xs:simpleType>
    <xs:restriction base="xs:token">
      <xs:enumeration value="NEWSTYLE"/>
      <xs:enumeration value="BC"/>
    </xs:restriction>
  </xs:simpleType>
</xs:attribute>
[ top ]
Attribute DATE / @CERTAINTY
Namespace No namespace
Annotations
Certainty is an attribute of date, dateRange, and
dateStruct and is used to indicate the nature of certainty that you have about a given date.
Type restriction of xs:token
Properties
default CERT
Facets
enumeration CERT
Certain
enumeration C
Circa
enumeration BY
By this date
enumeration AFTER
After this date
enumeration UNKNOWN
Unknown date
enumeration ROUGHLYDATED
Rough certainty
Used by
Element DATE
Source
<xs:attribute name="CERTAINTY" default="CERT">
  <xs:annotation>
    <xs:documentation>Certainty is an attribute of date, dateRange, and dateStruct and is used to indicate the nature of certainty that you have about a given date.</xs:documentation>
  </xs:annotation>
  <xs:simpleType>
    <xs:restriction base="xs:token">
      <xs:enumeration value="CERT">
        <xs:annotation>
          <xs:documentation>Certain</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="C">
        <xs:annotation>
          <xs:documentation>Circa</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="BY">
        <xs:annotation>
          <xs:documentation>By this date</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="AFTER">
        <xs:annotation>
          <xs:documentation>After this date</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="UNKNOWN">
        <xs:annotation>
          <xs:documentation>Unknown date</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="ROUGHLYDATED">
        <xs:annotation>
          <xs:documentation>Rough certainty</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
    </xs:restriction>
  </xs:simpleType>
</xs:attribute>
[ top ]
Attribute DATE / @ID
Namespace No namespace
Type xs:NCName
Properties
content simple
Used by
Element DATE
Source
<xs:attribute name="ID" type="xs:NCName"/>
[ top ]
Attribute DATE / @VALUE
Namespace No namespace
Annotations
Value is used to record a formatted date-related
value.
Type union of(xs:date, restriction of xs:string, restriction of xs:string)
Properties
content simple
Used by
Element DATE
Source
<xs:attribute name="VALUE">
  <xs:annotation>
    <xs:documentation>Value is used to record a formatted date-related value.</xs:documentation>
  </xs:annotation>
  <xs:simpleType>
    <xs:union memberTypes="xs:date">
      <xs:simpleType>
        <xs:restriction base="xs:string">
          <xs:pattern value="(\d{4})((\-(0[1-9]|1[0-2])\-))"/>
        </xs:restriction>
      </xs:simpleType>
      <xs:simpleType>
        <xs:restriction base="xs:string">
          <xs:pattern value="(\d{4})(\-{2})"/>
        </xs:restriction>
      </xs:simpleType>
    </xs:union>
  </xs:simpleType>
</xs:attribute>
[ top ]
Attribute RESPONSIBILITY / @WORKSTATUS
Namespace No namespace
Annotations
Describes the work status of a
document.
Type restriction of xs:token
Properties
use required
Facets
enumeration SUB
Submitted (SUB)
enumeration RWT
Researched / Written / Tagged (RWT)
enumeration CAS
Checked Against Sources (CAS)
enumeration RBV
Reviewed by Volume Author (RVB)
enumeration CFT
Checked for Tagging (CFT)
enumeration CFB
Checked for Bibliographic Practices (CFB)
enumeration CFC
enumeration REV
Revised (REV)
enumeration OLD
enumeration PUB
Published (PUB)
enumeration ENH
Enhanced (ENH)
Used by
Element RESPONSIBILITY
Source
<xs:attribute name="WORKSTATUS" use="required">
  <xs:annotation>
    <xs:documentation>Describes the work status of a document.</xs:documentation>
  </xs:annotation>
  <xs:simpleType>
    <xs:restriction base="xs:token">
      <xs:enumeration value="SUB">
        <xs:annotation>
          <xs:documentation>Submitted (SUB)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="RWT">
        <xs:annotation>
          <xs:documentation>Researched / Written / Tagged (RWT)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="CAS">
        <xs:annotation>
          <xs:documentation>Checked Against Sources (CAS)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="RBV">
        <xs:annotation>
          <xs:documentation>Reviewed by Volume Author (RVB)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="CFT">
        <xs:annotation>
          <xs:documentation>Checked for Tagging (CFT)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="CFB">
        <xs:annotation>
          <xs:documentation>Checked for Bibliographic Practices (CFB)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="CFC"/>
      <xs:enumeration value="REV">
        <xs:annotation>
          <xs:documentation>Revised (REV)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="OLD"/>
      <xs:enumeration value="PUB">
        <xs:annotation>
          <xs:documentation>Published (PUB)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="ENH">
        <xs:annotation>
          <xs:documentation>Enhanced (ENH)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
    </xs:restriction>
  </xs:simpleType>
</xs:attribute>
[ top ]
Attribute RESPONSIBILITY / @WORKVALUE
Namespace No namespace
Annotations
Records the completion information of a
particular work status phase of a document.
Type restriction of xs:token
Properties
use required
Facets
enumeration I
Incomplete
enumeration P
Pending
enumeration C
Complete
enumeration O
Used by
Element RESPONSIBILITY
Source
<xs:attribute name="WORKVALUE" use="required">
  <xs:annotation>
    <xs:documentation>Records the completion information of a particular work status phase of a document.</xs:documentation>
  </xs:annotation>
  <xs:simpleType>
    <xs:restriction base="xs:token">
      <xs:enumeration value="I">
        <xs:annotation>
          <xs:documentation>Incomplete</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="P">
        <xs:annotation>
          <xs:documentation>Pending</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="C">
        <xs:annotation>
          <xs:documentation>Complete</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="O"/>
    </xs:restriction>
  </xs:simpleType>
</xs:attribute>
[ top ]
Attribute ORLANDOHEADER / @TYPE
Namespace No namespace
Annotations
Type specifies the kind of document to which the
header is attached, for example whether it is a corpus or individual text. Sample values include: 1] text; 2]
corpus.
Type union of(xs:NCName, restriction of xs:token, restriction of xs:token)
Properties
default text
Used by
Element ORLANDOHEADER
Source
<xs:attribute name="TYPE" default="text">
  <xs:annotation>
    <xs:documentation>Type specifies the kind of document to which the header is attached, for example whether it is a corpus or individual text. Sample values include: 1] text; 2] corpus.</xs:documentation>
  </xs:annotation>
  <xs:simpleType>
    <xs:union memberTypes="xs:NCName">
      <xs:simpleType>
        <xs:restriction base="xs:token">
          <xs:enumeration value="text"/>
        </xs:restriction>
      </xs:simpleType>
      <xs:simpleType>
        <xs:restriction base="xs:token">
          <xs:enumeration value="corpus"/>
        </xs:restriction>
      </xs:simpleType>
    </xs:union>
  </xs:simpleType>
</xs:attribute>
[ top ]
Attribute CHRONSTRUCT / @CHRONCOLUMN
Namespace No namespace
Annotations
ChronColumn is an attribute which designates a given
chronology item as belonging to a subject-specific column of the Orlando print (and possibly electronic)
chronology.
Type restriction of xs:token
Properties
use required
Facets
enumeration NATIONALINTERNATIONAL
enumeration BRITISHWOMENWRITERS
enumeration WRITINGCLIMATE
enumeration SOCIALCLIMATE
Used by
Element CHRONSTRUCT
Source
<xs:attribute name="CHRONCOLUMN" use="required">
  <xs:annotation>
    <xs:documentation>ChronColumn is an attribute which designates a given chronology item as belonging to a subject-specific column of the Orlando print (and possibly electronic) chronology.</xs:documentation>
  </xs:annotation>
  <xs:simpleType>
    <xs:restriction base="xs:token">
      <xs:enumeration value="NATIONALINTERNATIONAL"/>
      <xs:enumeration value="BRITISHWOMENWRITERS"/>
      <xs:enumeration value="WRITINGCLIMATE"/>
      <xs:enumeration value="SOCIALCLIMATE"/>
    </xs:restriction>
  </xs:simpleType>
</xs:attribute>
[ top ]
Attribute CHRONSTRUCT / @CHRONCOLUMN1
Namespace No namespace
Type restriction of xs:token
Properties
content simple
Facets
enumeration NATIONALINTERNATIONAL1
enumeration BRITISHWOMENWRITERS1
enumeration WRITINGCLIMATE1
enumeration SOCIALCLIMATE1
Used by
Element CHRONSTRUCT
Source
<xs:attribute name="CHRONCOLUMN1">
  <xs:simpleType>
    <xs:restriction base="xs:token">
      <xs:enumeration value="NATIONALINTERNATIONAL1"/>
      <xs:enumeration value="BRITISHWOMENWRITERS1"/>
      <xs:enumeration value="WRITINGCLIMATE1"/>
      <xs:enumeration value="SOCIALCLIMATE1"/>
    </xs:restriction>
  </xs:simpleType>
</xs:attribute>
[ top ]
Attribute CHRONSTRUCT / @CHRONCOLUMN2
Namespace No namespace
Type restriction of xs:token
Properties
content simple
Facets
enumeration NATIONALINTERNATIONAL2
enumeration BRITISHWOMENWRITERS2
enumeration WRITINGCLIMATE2
enumeration SOCIALCLIMATE2
Used by
Element CHRONSTRUCT
Source
<xs:attribute name="CHRONCOLUMN2">
  <xs:simpleType>
    <xs:restriction base="xs:token">
      <xs:enumeration value="NATIONALINTERNATIONAL2"/>
      <xs:enumeration value="BRITISHWOMENWRITERS2"/>
      <xs:enumeration value="WRITINGCLIMATE2"/>
      <xs:enumeration value="SOCIALCLIMATE2"/>
    </xs:restriction>
  </xs:simpleType>
</xs:attribute>
[ top ]
Attribute CHRONSTRUCT / @CHRONCOLUMN3
Namespace No namespace
Type restriction of xs:token
Properties
content simple
Facets
enumeration NATIONALINTERNATIONAL3
enumeration BRITISHWOMENWRITERS3
enumeration WRITINGCLIMATE3
enumeration SOCIALCLIMATE3
Used by
Element CHRONSTRUCT
Source
<xs:attribute name="CHRONCOLUMN3">
  <xs:simpleType>
    <xs:restriction base="xs:token">
      <xs:enumeration value="NATIONALINTERNATIONAL3"/>
      <xs:enumeration value="BRITISHWOMENWRITERS3"/>
      <xs:enumeration value="WRITINGCLIMATE3"/>
      <xs:enumeration value="SOCIALCLIMATE3"/>
    </xs:restriction>
  </xs:simpleType>
</xs:attribute>
[ top ]
Attribute CHRONSTRUCT / @RELEVANCE
Namespace No namespace
Annotations
Relevance is a sister attribute to chronColumn, attached to
each and every chronStruct. This element assignes importance to the chronstruct you have just created with categories for comprehensive,
period, decade, and selective (in order of increasing importance).
Type restriction of xs:token
Properties
use required
Facets
enumeration SELECTIVE
enumeration PERIOD
enumeration DECADE
enumeration COMPREHENSIVE
Used by
Element CHRONSTRUCT
Source
<xs:attribute name="RELEVANCE" use="required">
  <xs:annotation>
    <xs:documentation>Relevance is a sister attribute to chronColumn, attached to each and every chronStruct. This element assignes importance to the chronstruct you have just created with categories for comprehensive, period, decade, and selective (in order of increasing importance).</xs:documentation>
  </xs:annotation>
  <xs:simpleType>
    <xs:restriction base="xs:token">
      <xs:enumeration value="SELECTIVE"/>
      <xs:enumeration value="PERIOD"/>
      <xs:enumeration value="DECADE"/>
      <xs:enumeration value="COMPREHENSIVE"/>
    </xs:restriction>
  </xs:simpleType>
</xs:attribute>
[ top ]
Attribute CHRONSTRUCT / @RELEVANCE1
Namespace No namespace
Type restriction of xs:token
Properties
content simple
Facets
enumeration SELECTIVE1
enumeration PERIOD1
enumeration DECADE1
enumeration COMPREHENSIVE1
Used by
Element CHRONSTRUCT
Source
<xs:attribute name="RELEVANCE1">
  <xs:simpleType>
    <xs:restriction base="xs:token">
      <xs:enumeration value="SELECTIVE1"/>
      <xs:enumeration value="PERIOD1"/>
      <xs:enumeration value="DECADE1"/>
      <xs:enumeration value="COMPREHENSIVE1"/>
    </xs:restriction>
  </xs:simpleType>
</xs:attribute>
[ top ]
Attribute CHRONSTRUCT / @RELEVANCE2
Namespace No namespace
Type restriction of xs:token
Properties
content simple
Facets
enumeration SELECTIVE2
enumeration PERIOD2
enumeration DECADE2
enumeration COMPREHENSIVE2
Used by
Element CHRONSTRUCT
Source
<xs:attribute name="RELEVANCE2">
  <xs:simpleType>
    <xs:restriction base="xs:token">
      <xs:enumeration value="SELECTIVE2"/>
      <xs:enumeration value="PERIOD2"/>
      <xs:enumeration value="DECADE2"/>
      <xs:enumeration value="COMPREHENSIVE2"/>
    </xs:restriction>
  </xs:simpleType>
</xs:attribute>
[ top ]
Attribute TEXTSCOPE / @DBREF
Namespace No namespace
Used by
Element TEXTSCOPE
Source
<xs:attribute name="DBREF"/>
[ top ]
Attribute TEXTSCOPE / @PLACEHOLDER
Namespace No namespace
Used by
Element TEXTSCOPE
Source
<xs:attribute name="PLACEHOLDER"/>
[ top ]
Attribute TEXTSCOPE / @REF
Namespace No namespace
Type xs:anyURI
Properties
content simple
Used by
Element TEXTSCOPE
Source
<xs:attribute name="REF" type="xs:anyURI"/>
[ top ]
Attribute DIV2 / @ID
Namespace No namespace
Type xs:NCName
Properties
content simple
Used by
Element DIV2
Source
<xs:attribute name="ID" type="xs:NCName"/>
[ top ]
Attribute WRITING / @PERSON
Namespace No namespace
Annotations
Person is an attribute applied to the Writing document as a
whole, and specifies information about the type of person who is the subject of the document; for example, if they are known primarily as a writer,
or a historical figure.
Type restriction of xs:token
Properties
use required
Facets
enumeration HISTORICALFIGURE
enumeration WRITER
enumeration BRWWRITER
enumeration IBRWRITER
Used by
Element WRITING
Source
<xs:attribute name="PERSON" use="required">
  <xs:annotation>
    <xs:documentation>Person is an attribute applied to the Writing document as a whole, and specifies information about the type of person who is the subject of the document; for example, if they are known primarily as a writer, or a historical figure.</xs:documentation>
  </xs:annotation>
  <xs:simpleType>
    <xs:restriction base="xs:token">
      <xs:enumeration value="HISTORICALFIGURE"/>
      <xs:enumeration value="WRITER"/>
      <xs:enumeration value="BRWWRITER"/>
      <xs:enumeration value="IBRWRITER"/>
    </xs:restriction>
  </xs:simpleType>
</xs:attribute>
[ top ]
Attribute WRITING / @SEX
Namespace No namespace
Annotations
Sex is an attribute applied to the Writing
document as a whole, and specifies whether the individual who is the subject of the document is female, male, transgendered,
transgendered male-to-female, transgendered female-to-male, or undefined.
Type union of(xs:string, restriction of xs:token, restriction of xs:token, restriction of xs:token, restriction of xs:token, restriction of xs:token, restriction of xs:token)
Properties
use required
Used by
Element WRITING
Source
<xs:attribute name="SEX" use="required">
  <xs:annotation>
    <xs:documentation>Sex is an attribute applied to the Writing document as a whole, and specifies whether the individual who is the subject of the document is female, male, transgendered, transgendered male-to-female, transgendered female-to-male, or undefined.</xs:documentation>
  </xs:annotation>
  <xs:simpleType>
    <xs:union memberTypes="xs:string">
      <xs:simpleType>
        <xs:restriction base="xs:token">
          <xs:enumeration value="FEMALE"/>
        </xs:restriction>
      </xs:simpleType>
      <xs:simpleType>
        <xs:restriction base="xs:token">
          <xs:enumeration value="MALE"/>
        </xs:restriction>
      </xs:simpleType>
      <xs:simpleType>
        <xs:restriction base="xs:token">
          <xs:enumeration value="TRANSGENDERED"/>
        </xs:restriction>
      </xs:simpleType>
      <xs:simpleType>
        <xs:restriction base="xs:token">
          <xs:enumeration value="TRANSGENDERED FEMALE-TO-MALE"/>
        </xs:restriction>
      </xs:simpleType>
      <xs:simpleType>
        <xs:restriction base="xs:token">
          <xs:enumeration value="TRANSGENDERED MALE-TO-FEMALE"/>
        </xs:restriction>
      </xs:simpleType>
      <xs:simpleType>
        <xs:restriction base="xs:token">
          <xs:enumeration value="UNDEFINED"/>
        </xs:restriction>
      </xs:simpleType>
    </xs:union>
  </xs:simpleType>
</xs:attribute>
[ top ]
Attribute Group RESP-attribute
Namespace No namespace
Diagram
Diagram index.tmp#RESP-attribute_RESP
Used by
Attributes
QName Type Use Annotation
RESP restriction of xs:token required
Resp (or responsibility) contains a three-letter initialism
of an individual who contributed to the production or distribution of a document.
Source
<xs:attributeGroup name="RESP-attribute">
  <xs:attribute name="RESP" use="required">
    <xs:annotation>
      <xs:documentation>Resp (or responsibility) contains a three-letter initialism of an individual who contributed to the production or distribution of a document.</xs:documentation>
    </xs:annotation>
    <xs:simpleType>
      <xs:restriction base="xs:token">
        <xs:enumeration value="IMG"/>
        <xs:enumeration value="SRF"/>
        <xs:enumeration value="PDC"/>
        <xs:enumeration value="KDC"/>
        <xs:enumeration value="ANM"/>
        <xs:enumeration value="CNM"/>
        <xs:enumeration value="KJB"/>
        <xs:enumeration value="TJB"/>
        <xs:enumeration value="JAH"/>
        <xs:enumeration value="MMM"/>
        <xs:enumeration value="SSB"/>
        <xs:enumeration value="SIB"/>
        <xs:enumeration value="MEL"/>
        <xs:enumeration value="JKW"/>
        <xs:enumeration value="KKC"/>
        <xs:enumeration value="PMB"/>
        <xs:enumeration value="TTC"/>
        <xs:enumeration value="KAH"/>
        <xs:enumeration value="JAW"/>
        <xs:enumeration value="SMH"/>
        <xs:enumeration value="SYS"/>
        <xs:enumeration value="HJM"/>
        <xs:enumeration value="CEL"/>
        <xs:enumeration value="JSC"/>
        <xs:enumeration value="PHD"/>
        <xs:enumeration value="AHM"/>
        <xs:enumeration value="SJW"/>
        <xs:enumeration value="JEB"/>
        <xs:enumeration value="SLT"/>
        <xs:enumeration value="BAA"/>
        <xs:enumeration value="CJH"/>
        <xs:enumeration value="JDS"/>
        <xs:enumeration value="MEB"/>
        <xs:enumeration value="NLG"/>
        <xs:enumeration value="CLC"/>
        <xs:enumeration value="GCG"/>
        <xs:enumeration value="KNT"/>
        <xs:enumeration value="JEC"/>
        <xs:enumeration value="RSC"/>
        <xs:enumeration value="SIR"/>
        <xs:enumeration value="ECG"/>
        <xs:enumeration value="SLB"/>
        <xs:enumeration value="CAG"/>
        <xs:enumeration value="MKB"/>
        <xs:enumeration value="OSM"/>
        <xs:enumeration value="DBH"/>
        <xs:enumeration value="KGH"/>
        <xs:enumeration value="JJD"/>
        <xs:enumeration value="DRG"/>
        <xs:enumeration value="NCK"/>
        <xs:enumeration value="DLK"/>
        <xs:enumeration value="AFP"/>
        <xs:enumeration value="KLH"/>
        <xs:enumeration value="CEE"/>
        <xs:enumeration value="TRN"/>
        <xs:enumeration value="RJR"/>
        <xs:enumeration value="LMS"/>
        <xs:enumeration value="JCA"/>
        <xs:enumeration value="JES"/>
        <xs:enumeration value="JLT"/>
        <xs:enumeration value="KGS"/>
        <xs:enumeration value="RJB"/>
        <xs:enumeration value="DMH"/>
        <xs:enumeration value="MAM"/>
        <xs:enumeration value="LKD"/>
        <xs:enumeration value="ARP"/>
        <xs:enumeration value="KDM"/>
        <xs:enumeration value="BJA"/>
        <xs:enumeration value="SEV"/>
        <xs:enumeration value="AJF"/>
        <xs:enumeration value="AGH"/>
        <xs:enumeration value="RTM"/>
        <xs:enumeration value="LM2"/>
        <xs:enumeration value="MRS"/>
        <xs:enumeration value="KEH"/>
        <xs:enumeration value="CLJ"/>
        <xs:enumeration value="JCR"/>
        <xs:enumeration value="TCD"/>
        <xs:enumeration value="EAQ"/>
        <xs:enumeration value="DEK"/>
        <xs:enumeration value="BHL"/>
        <xs:enumeration value="ALR"/>
        <xs:enumeration value="SWK"/>
        <xs:enumeration value="JLP"/>
        <xs:enumeration value="ACF"/>
        <xs:enumeration value="JSE">
          <xs:annotation>
            <xs:documentation>Jana Smith Elford</xs:documentation>
          </xs:annotation>
        </xs:enumeration>
        <xs:enumeration value="MPO">
          <xs:annotation>
            <xs:documentation>Mariana Paredes-Olea</xs:documentation>
          </xs:annotation>
        </xs:enumeration>
        <xs:enumeration value="KCS"/>
        <xs:enumeration value="ARC"/>
        <xs:enumeration value="CMW"/>
        <xs:enumeration value="AEG">
          <xs:annotation>
            <xs:documentation>Alexandra Guselle</xs:documentation>
          </xs:annotation>
        </xs:enumeration>
        <xs:enumeration value="AVU">
          <xs:annotation>
            <xs:documentation>Alison Uttley</xs:documentation>
          </xs:annotation>
        </xs:enumeration>
        <xs:enumeration value="LJH">
          <xs:annotation>
            <xs:documentation>Lisa Hennigar</xs:documentation>
          </xs:annotation>
        </xs:enumeration>
        <xs:enumeration value="KSN">
          <xs:annotation>
            <xs:documentation>Kayla Snyder</xs:documentation>
          </xs:annotation>
        </xs:enumeration>
        <xs:enumeration value="EWD">
          <xs:annotation>
            <xs:documentation>Eric Drebit</xs:documentation>
          </xs:annotation>
        </xs:enumeration>
        <xs:enumeration value="CSK">
          <xs:annotation>
            <xs:documentation>Caley Skinner</xs:documentation>
          </xs:annotation>
        </xs:enumeration>
        <xs:enumeration value="JBB">
          <xs:annotation>
            <xs:documentation>Justine Baskey</xs:documentation>
          </xs:annotation>
        </xs:enumeration>
        <xs:enumeration value="PAD">
          <xs:annotation>
            <xs:documentation>Patricia Demers</xs:documentation>
          </xs:annotation>
        </xs:enumeration>
        <xs:enumeration value="CMD">
          <xs:annotation>
            <xs:documentation>Cecily Devereux</xs:documentation>
          </xs:annotation>
        </xs:enumeration>
        <xs:enumeration value="CJG">
          <xs:annotation>
            <xs:documentation>Carole Gerson</xs:documentation>
          </xs:annotation>
        </xs:enumeration>
        <xs:enumeration value="JRW">
          <xs:annotation>
            <xs:documentation>Janice Williamson</xs:documentation>
          </xs:annotation>
        </xs:enumeration>
        <xs:enumeration value="MCA">
          <xs:annotation>
            <xs:documentation>Marie Carriere</xs:documentation>
          </xs:annotation>
        </xs:enumeration>
        <xs:enumeration value="AWI">
          <xs:annotation>
            <xs:documentation>Ann Wilson</xs:documentation>
          </xs:annotation>
        </xs:enumeration>
        <xs:enumeration value="SKR">
          <xs:annotation>
            <xs:documentation>Sidney Kruth</xs:documentation>
          </xs:annotation>
        </xs:enumeration>
        <xs:enumeration value="DHA">
          <xs:annotation>
            <xs:documentation>Dorothy Hadfield</xs:documentation>
          </xs:annotation>
        </xs:enumeration>
        <xs:enumeration value="SDU">
          <xs:annotation>
            <xs:documentation>Scott Duchessne</xs:documentation>
          </xs:annotation>
        </xs:enumeration>
        <xs:enumeration value="PIH">
          <xs:annotation>
            <xs:documentation>Paul Hjartarson</xs:documentation>
          </xs:annotation>
        </xs:enumeration>
        <xs:enumeration value="GRA">
          <xs:annotation>
            <xs:documentation>GRA training</xs:documentation>
          </xs:annotation>
        </xs:enumeration>
        <xs:enumeration value="AAC">
          <xs:annotation>
            <xs:documentation>Aldora Cole</xs:documentation>
          </xs:annotation>
        </xs:enumeration>
        <xs:enumeration value="EMH">
          <xs:annotation>
            <xs:documentation>Emily Hass</xs:documentation>
          </xs:annotation>
        </xs:enumeration>
        <xs:enumeration value="KGL">
          <xs:annotation>
            <xs:documentation>Kate Lane-Smith</xs:documentation>
          </xs:annotation>
        </xs:enumeration>
        <xs:enumeration value="AJD"/>
        <xs:enumeration value="KFA"/>
        <xs:enumeration value="JMA"/>
        <xs:enumeration value="CNO"/>
        <xs:enumeration value="KSM"/>
        <xs:enumeration value="NFS">
          <xs:annotation>
            <xs:documentation>Nora Foster Stovel</xs:documentation>
          </xs:annotation>
        </xs:enumeration>
        <xs:enumeration value="KME">
          <xs:annotation>
            <xs:documentation>Karyn Huenemann</xs:documentation>
          </xs:annotation>
        </xs:enumeration>
        <xs:enumeration value="KLM">
          <xs:annotation>
            <xs:documentation>Katie Louise McCullough</xs:documentation>
          </xs:annotation>
        </xs:enumeration>
        <xs:enumeration value="GLN">
          <xs:annotation>
            <xs:documentation>Graeme Northcote</xs:documentation>
          </xs:annotation>
        </xs:enumeration>
        <xs:enumeration value="SAH">
          <xs:annotation>
            <xs:documentation>Susan Hesemeier</xs:documentation>
          </xs:annotation>
        </xs:enumeration>
        <xs:enumeration value="MKD">
          <xs:annotation>
            <xs:documentation>Michelle Di Cintio</xs:documentation>
          </xs:annotation>
        </xs:enumeration>
        <xs:enumeration value="KMO">
          <xs:annotation>
            <xs:documentation>Kristine Moruzi</xs:documentation>
          </xs:annotation>
        </xs:enumeration>
        <xs:enumeration value="LSW">
          <xs:annotation>
            <xs:documentation>Larissa Swayze</xs:documentation>
          </xs:annotation>
        </xs:enumeration>
        <xs:enumeration value="NPA">
          <xs:annotation>
            <xs:documentation>Nadine Adelaar</xs:documentation>
          </xs:annotation>
        </xs:enumeration>
        <xs:enumeration value="RMB">
          <xs:annotation>
            <xs:documentation>Rebecca Blain</xs:documentation>
          </xs:annotation>
        </xs:enumeration>
        <xs:enumeration value="JAR">
          <xs:annotation>
            <xs:documentation>Jessica Rattcliffe</xs:documentation>
          </xs:annotation>
        </xs:enumeration>
        <xs:enumeration value="BJM">
          <xs:annotation>
            <xs:documentation>Breanna Mroczeck</xs:documentation>
          </xs:annotation>
        </xs:enumeration>
        <xs:enumeration value="DEL">
          <xs:annotation>
            <xs:documentation>Elena Dergacheva</xs:documentation>
          </xs:annotation>
        </xs:enumeration>
        <xs:enumeration value="MDG">
          <xs:annotation>
            <xs:documentation>Michelle Gregory</xs:documentation>
          </xs:annotation>
        </xs:enumeration>
        <xs:enumeration value="CTL">
          <xs:annotation>
            <xs:documentation>Celiese Lypka</xs:documentation>
          </xs:annotation>
        </xs:enumeration>
        <xs:enumeration value="NJK">
          <xs:annotation>
            <xs:documentation>Nikhil Jayadevan</xs:documentation>
          </xs:annotation>
        </xs:enumeration>
        <xs:enumeration value="EMR">
          <xs:annotation>
            <xs:documentation>Esther Rosario</xs:documentation>
          </xs:annotation>
        </xs:enumeration>
        <xs:enumeration value="CME">
          <xs:annotation>
            <xs:documentation>Caitlin Elm</xs:documentation>
          </xs:annotation>
        </xs:enumeration>
        <xs:enumeration value="JSI">
          <xs:annotation>
            <xs:documentation>John Simpson</xs:documentation>
          </xs:annotation>
        </xs:enumeration>
        <xs:enumeration value="RKK">
          <xs:annotation>
            <xs:documentation>Ruth Knechtel</xs:documentation>
          </xs:annotation>
        </xs:enumeration>
        <xs:enumeration value="AAR"/>
        <xs:enumeration value="AGL"/>
        <xs:enumeration value="AHR"/>
        <xs:enumeration value="CGB"/>
        <xs:enumeration value="CMJ"/>
        <xs:enumeration value="DRC"/>
        <xs:enumeration value="GKC"/>
        <xs:enumeration value="GSF"/>
        <xs:enumeration value="JJL"/>
        <xs:enumeration value="JLL"/>
        <xs:enumeration value="LGG"/>
        <xs:enumeration value="MRB"/>
        <xs:enumeration value="REE"/>
        <xs:enumeration value="RZK"/>
        <xs:enumeration value="SDD"/>
        <xs:enumeration value="JAM">
          <xs:annotation>
            <xs:documentation>Jueun Moon</xs:documentation>
          </xs:annotation>
        </xs:enumeration>
        <xs:enumeration value="ATC">
          <xs:annotation>
            <xs:documentation>Amy Cote</xs:documentation>
          </xs:annotation>
        </xs:enumeration>
        <xs:enumeration value="AKB">
          <xs:annotation>
            <xs:documentation>Adela Burke</xs:documentation>
          </xs:annotation>
        </xs:enumeration>
        <xs:enumeration value="AJS">
          <xs:annotation>
            <xs:documentation>Aaron Swanbergson</xs:documentation>
          </xs:annotation>
        </xs:enumeration>
        <xs:enumeration value="DEA">
          <xs:annotation>
            <xs:documentation>Devin Ayotte</xs:documentation>
          </xs:annotation>
        </xs:enumeration>
        <xs:enumeration value="CCK">
          <xs:annotation>
            <xs:documentation>Cameron Kroetsch</xs:documentation>
          </xs:annotation>
        </xs:enumeration>
        <xs:enumeration value="OAI">
          <xs:annotation>
            <xs:documentation>Olga Ivanova</xs:documentation>
          </xs:annotation>
        </xs:enumeration>
        <xs:enumeration value="SJA">
          <xs:annotation>
            <xs:documentation>Stacey Aspinall</xs:documentation>
          </xs:annotation>
        </xs:enumeration>
        <xs:enumeration value="GRH">
          <xs:annotation>
            <xs:documentation>Gordon Harper</xs:documentation>
          </xs:annotation>
        </xs:enumeration>
        <xs:enumeration value="MVI">
          <xs:annotation>
            <xs:documentation>Mihaela Ilovan</xs:documentation>
          </xs:annotation>
        </xs:enumeration>
        <xs:enumeration value="APH">
          <xs:annotation>
            <xs:documentation>Amanda Hooper</xs:documentation>
          </xs:annotation>
        </xs:enumeration>
        <xs:enumeration value="LMD">
          <xs:annotation>
            <xs:documentation>Lisa Dublin</xs:documentation>
          </xs:annotation>
        </xs:enumeration>
        <xs:enumeration value="CSM">
          <xs:annotation>
            <xs:documentation>Chelsea Miya</xs:documentation>
          </xs:annotation>
        </xs:enumeration>
        <xs:enumeration value="MKL">
          <xs:annotation>
            <xs:documentation>Mahdi Kashani Lotfbadi</xs:documentation>
          </xs:annotation>
        </xs:enumeration>
        <xs:enumeration value="ABC">
          <xs:annotation>
            <xs:documentation>Anita Cutic</xs:documentation>
          </xs:annotation>
        </xs:enumeration>
        <xs:enumeration value="SLF">
          <xs:annotation>
            <xs:documentation>Samantha Fitzner</xs:documentation>
          </xs:annotation>
        </xs:enumeration>
        <xs:enumeration value="K_M">
          <xs:annotation>
            <xs:documentation>Kaarina Mikalson</xs:documentation>
          </xs:annotation>
        </xs:enumeration>
        <xs:enumeration value="DVI">
          <xs:annotation>
            <xs:documentation>Diana Ivanycheva</xs:documentation>
          </xs:annotation>
        </xs:enumeration>
        <xs:enumeration value="L_A">
          <xs:annotation>
            <xs:documentation>Leslie Allin</xs:documentation>
          </xs:annotation>
        </xs:enumeration>
        <xs:enumeration value="VMD">
          <xs:annotation>
            <xs:documentation>Victoria Duncan</xs:documentation>
          </xs:annotation>
        </xs:enumeration>
        <xs:enumeration value="R_J">
          <xs:annotation>
            <xs:documentation>Robert Jackson</xs:documentation>
          </xs:annotation>
        </xs:enumeration>
      </xs:restriction>
    </xs:simpleType>
  </xs:attribute>
</xs:attributeGroup>
[ top ]